[]RSS

About Archives Artwork Comic Contact Philosophy Projects Tags

Linux kernel to support 65k CPUs

[Comment]

January 28th, 2008 in Links

x86 merge notes for an upcoming kernel release, including theoretical support for up to 65k CPUs, and 4k CPUs in more practical terms. Computing is back to where it started for me, except instead of 4k of RAM at the forefront it’s CPUs. We’re now talking about CPU support in the thousands … knowing in the back of our minds that in a decade it will be millions.

Javascript games

[Comment]

August 1st, 2007 in Links

A Javascript/browser game. It’s possible, and expect to see more of it in the future.

The future of integration

[Comment]

November 11th, 2006 in Links

Microformats versus APIs, which provides the most useful insulation and access?

Joshua Schachter on the future of web apps

[Comment]

August 2nd, 2006 in Links

Here are some notes from a Joshua Schachter talk (of del.icio.us fame) on the future of web apps.

Firebug overview and tutorial

[Comment]

May 13th, 2006 in Links

Debugging With Firebug, a good introduction to Firebug, the handy Firefox Javascript debugger plugin.

Apple axes Aperture team?

[Comment]

April 27th, 2006 in Links

Aperture future in question as Apple axes bulk of team. Reported by ThinkSecret, who have been mistaken in the past.

Interesting Larry Wall transcript

[Comment]

April 25th, 2006 in Links

Larry Wall - Present Continuous, Future Perfect. Long and interesting as usual.

The New Ning Thing

[Comment]

October 4th, 2005 in Links

Ning, the new web thing everyone is (or should be) talking about. It’s the new VB of the net, a place to build and host webish applications. It’s like an IDE and a platform, except it’s not … it’s like what the IDE and platform could be in the future. A good example of how to think “web”.

WordPress Link Plugins

[Comment]

January 2nd, 2005 in WP-Plugins

I hacked together a few plugins today to add support for the linking syntax. The first plugin, wikifier.php, adds support for double-square-bracket wiki links (to a default wiki, or the specified wiki. The second plugin, magiclink.php adds single-square-bracked external-wiki links and Google I’m-feeling-lucky, similar to my plugins for , which I plan to port in the next few weeks. For now, the plugins can be downloaded … sometime in the future, I’ll setup a wiki page for my plugins and hacks.

has a decent plugin system. It’s a basic callback registration system with priorities, and has many exposed function points. It’s a better approach than , mostly because the plugins can be ordered by priority (handy for text filters). It’s in though, which reminds me of my days working in GWBasic and DBase. seems so akward compared to , , and C++ (but it’s workable).