Sunday, May 18, 2008

Google Tech Talk : New IO in JDK 7

 

via Google Video

Saturday, May 17, 2008

A Possible Future of Software Development

 

via Google Video

Friday, May 16, 2008

searching for a delicious client for windows...

I've been searching for a del.icio.us client for windows, and its been driving me crazy!

I download one client, it requires dotnet framework 2, I download another its requires version 1.somethingortheother! What is Microsoft thinking? Why has it become so hard to run windows applications. Who thought this was a good idea for developing desktop applications?

Heck programming applications in Python is easier. At least you can use py2exe to create an executable that will work on any windows!

Thursday, May 15, 2008

On google doctype

John Resig does a nice article on Google Doctype.

Update: Here is video of Mark Pilgrim on Google Doctype:

Tuesday, May 13, 2008

Python and IDE's

Jonathan Ellis has a short run down of Utah Python User group where they talked about IDE's and Python.

He points to a nice write up of the Emacs and Python presentation here.

The write up for the *other* editor is here. :->

Sunday, May 11, 2008

failed harddrives

I'm seeing more and more hard drive failures all around. I'm hearing clicking noises from one of my hard drives too. Thankfully I have everything replicated on multiple machines so I don't have to go running to backup.

It was amusing to see two tweets back to back about hard drive failures:

Failed harddrives.png


Anybody else seeing hard drive problems? Is it the season for hard drive FAIL?

Python and Unicode

Good presentation here on Python and Unicode.

The most important slide for me says:

s.decode(encoding)
* <type 'str'> to <type 'unicode'>

u.encode(encoding)
* <type 'unicode'> to <type 'str'>

Cocoahead videos

 

Debugging with Xcode

Two cool videos from cocoahead. Debugging with Xcode embedded above, and UI Design Essentials which can be downloaded from Scott Stevenson's site.

via theocacao.com

Wednesday, May 07, 2008

Mozilla, Acid3 and Mark

I'd been waiting for someone more influential than me to comment on the Acid3 test situation. Looks like Mark Pilgrim stepped up...

Tuesday, May 06, 2008

twhirl memory usage

I've had twhirl running for a while, and the twhirl memory usage is really growing:

twhirl_memory

Restarting the application brings the memory usage down:

twhirl_normal_memory

Sunday, May 04, 2008

How FreeBSD Project works



via Google video