Kiwi students and start-ups matched in new summer internship programme.
This summer, between 15 and 30 students will conduct summer internships at The Icehouse and portfolio companies it and Ice Angels have invested in.
Matching the best and brightest students with New Zealand start-ups is the aim of a new internship programme being launched this summer by business incubator The Icehouse, angel investment group ICE Angels, and education consultancy Crimson Consulting.
The Technology Leaders of Tomorrow programme will see between 15 and 30 students from the Crimson network conduct summer internships at The Icehouse and portfolio companies it and Ice Angels have invested in.
Artist and TED Fellow Aparna Rao re-imagines the familiar in surprising, often humorous ways. With her collaborator Soren Pors, Rao creates high-tech art installations — a typewriter that sends emails, a camera that tracks you through the room only to make you invisible on screen — that put a playful spin on ordinary objects and interactions.
Here’s something to do over the summer holidays. Public Libraries of New Zealand are hosting a game design workshop with the goal being to design and code a game in a day.
In Nelson they’re from the 26th-29th of Jan 2016. Register online here.
At TED in 1998, Brenda Laurel asks: Why are all the top-selling video games aimed at boys? She spent two years researching the world of girls (and shares amazing interviews and photos) to create a game that girls would love.
I learned 3D on Lightwave which, in 2002, was a contender with Maya and 3D Studio Max. Because it was free, I downloaded Blender back then, took it for a spin and was a bit disappointed. Because it was open source and community driven I filed it in my brain alongside Ubuntu Linux as “wait and see”. I had a look recently and have to say, I’m impressed. Check out this user contributed demo video:
The Computer Science Field Guide is an online interactive resource for high school students learning about computer science, developed at the University of Canterbury in New Zealand and funded by Google.
We’ll be using this as a first point of reference as it was developed here in New Zealand specifically for the purpose of Digital Technology classes like ours.
This article from The Atlantic raises numerous questions about technology, privacy and ethics. Do developers have a responsibility towards society to not create systems that allow personal information to be disclosed to government bodies? With the privacy laws in New Zealand, how far away are we from a complete surveillance state?
Edward Joseph Snowden: wanted by the U.S. Department of Justice for violating the Espionage Act and theft of government property.
“Computer scientists and cryptographers occupy some of the ivory tower’s highest floors. Among academics, their work is prestigious and celebrated. To the average observer, much of it is too technical to comprehend. The field’s problems can sometimes seem remote from reality.
But computer science has quite a bit to do with reality. Its practitioners devise the surveillance systems that watch over nearly every space, public or otherwise—and they design the tools that allow for privacy in the digital realm. Computer science is political, by its very nature.”
This article is well worth a look as many of our assessments require discussion of ethical considerations.
I think the Idea with this elephant logo is that you’ll associate PHP with smiley “cartoony” things and approach it with optimism. While I’m certain you can learn PHP, I’m not so fond of such attempts to obfuscate the fact that PHP is a language that will require some dedication to get your head around. Or maybe they just like elephants?
Here’s an excellent tutorial that introduces the concept of Object Oriented Programming (OOP) in PHP. It is written lucidly but may be a little confusing if you don’t already have some basic familiarity with the PHP language.
Here’s another tutorial if you find that one a bit much.
<?php
class MyClass
{
public $prop1 = "I'm a class property!";
}
$obj = new MyClass;
echo $obj->prop1; // Output the property
?>
The Codeworx Challenge is an annual competition here in New Zealand that rewards innovation and initiative. In groups of up to four people, students were tasked with solving a real world problem this year using a Raspberry Pi and code. The results were outstanding as you can see for yourself on their website.
Industry professionals were also impressed if this article from the New Zealand Herald is any indication.