May 5, 2013

Dutch programming whiz kid raises the bar that much higher

Filed under: Online by Orangemaster @ 3:30 pm

Problably best known for Puckipedia, 13-year-old Puck Meerburg from Delft has been coding since he was six. Meerburg has developed apps for a range of different mobile platforms already, including iOS, Android and BlackBerry.

Although Puck hasn’t quite mastered the art of giving interviews, which is maybe a lot to ask from a 13-year-old, he speaks better English than many of his adult counterparts. I like the way he ‘slags’ Apple for him not knowing how many copies of his apps he has sold. Apple lets people offer them apps that costs them no money at all to develop, which has hundreds of thousands of people (let’s cut the PC nonsense: mostly boys and men) around the world working day and night like slaves in the hopes of being picked up by Apple who apparently takes a whopping 30% off the top.

The Next Web tells us that, “His latest release, CatStacker is based on the growing hype around, you guessed it, placing items on a domestic cat and sharing them via photographs posted online.”

(Link: thenextweb.com, Photo: Photo by William Hook, some rights reserved)

Tags: , , ,

November 22, 2008

Booting Linux in 5 seconds

Filed under: Online by Branko Collin @ 6:03 pm

Two Dutch Linux developers working for Intel in Santa Clara, USA, demonstrated a fast-starting version of Linux at the Linux Plumbers Conference in Oregon (also USA) last September. Arjan van de Ven, developer at Intel’s Open Source Technology Center and author of PowerTOP, and Auke Kok, an OSTC colleague, built their FastBoot system by moving important modules into the kernel (less overhead), and by scrapping less important modules altogether. The latter are ran when necessary. For example, the printing sub-system is only loaded when the user first tries to print something.

Arjan van de Ven told Webwereld that he had started the FastBook-project because he was irritated with the time his recently bought and very fast laptop needed to boot.

“We used a method that was entirely different from what everybody else had been trying before us.” Instead of shaving off a second here or there, the two developers set themselves a firm goal: five seconds, and no cheating. For them that meant the CPU and disk had to be idle after those first five seconds, and not continue loading stuff in the background while the system pretended to be done.

The FastBoot developers think an even faster boot sequence is possible. “We should be able to achieve only 4 seconds on a netbook with Atom and a ‘slow’ SSD. We already managed 3 seconds on a Core 2 laptop with a fast SSD, and we think we should be able to boot such a fast machine in perhaps 2 seconds,” Van de Ven continues.

Van de Ven figures Microsoft are working on similar technology for its own operating system, Windows, but also thinks his competitors have a unique set of challenges: “It’s harder for them to get things working, because they have a lot of legacy code. But that’s not a fundamental limitation, and they can put a lot of people on such a project.”

See also Booting Linux in five seconds at LWN.net. Photo of an Asus EEE by Chris Birchill, some rights reserved.

Tags: , ,