[]RSS

[ Here: About | Archives+Tags | Artwork | Resumé | Contact ] [ Elsewhere: Comic | Projects | Philosophy | Work ]

Prototype.js extensions and add-ons

[Comment]

November 26th, 2007 in Links

Skripteka is a large library of Prototype extensions and scripts.

How NOT to write a library

[Comment]

November 26th, 2007 in Links

How not to write a shared library. There’s nothing like wrapping stuff that works just fine.

Google’s faster malloc

[Comment]

November 26th, 2007 in Links

Google has a faster implementation of malloc. Not only is the source to the library clean and clear, the developer documentation for it is golden.

An ex-Microsoft employee on Visual Studio’s excess of strings

[Comment]

November 24th, 2007 in Quotes

At one point, the Visual Studio code base had about a dozen implementations of a C++ String class, most of them hacked out of MFC. That’s a vast improvement over passing the buffers around, but hey… these library writers are paid to work on these things full time! Why aren’t you using STL or ATL yet? – ex-MS employee

Linux desktop memory footprints compared

[Comment]

November 24th, 2007 in Links

A comparison of desktop memory usage, pitting KDE, Gnome, XFCE, and Plain XFree against each other in the battle for the smallest footprint.

Big versus impossible

[Comment]

November 21st, 2007 in Factoids

Capacity planning isn’t to figure out what’s impossible, it’s a tool to guess how big things might be.

New features in Php 5.3

[Comment]

November 20th, 2007 in Links

Here’s a great set of articles showing off the new features in Php 5.3: Part 1, 2, 3, 4. It’s fun to watch languages evolve.

Gnome Webkit browser available

[Comment]

November 20th, 2007 in Links

Midori is a Webkit-based browser for Gnome. It’s new, and the artwork is a bit weird, but it means that other Webkit-esque browsers are coming. Yay.

The death of the PowerPC architecture

[Comment]

November 19th, 2007 in Links

An old-school Atari zine’s history of the PPC architecture.

EC2 leap of thinking #2

[Comment]

November 18th, 2007 in Factoids

S3 ‘buckets’ == unbounded mount points

Next page [>>]