RIP Jack Tramiel

Jack Tramiel, the man who founded Commodore and brought Atari back from the dead died on Sunday at the age of 83. RIP.

lemon64 thread.

Here’s a great Cringley post on Jack Tramiel.

What I learned this week that I didn’t know before was that the people who worked for Tramiel really loved him. Jack Tramiel was no Steve Jobs: he was better.

The Commodore 64 was a phenomenal success. People forget that in the early 1980s the C64 outsold the Apple ][, IBM PC, and the Atari 400/800 combined. Commodore was the first to sell computers through discount retailers, opening whole new distribution channels. And don’t forget it was Jack who saw the value in Amiga, which in many ways set performance targets that took Apple years to beat. It would have been very interesting to see how the Amiga would have faired had Jack Tramiel stayed at Commodore.

I should have written more in this post yesterday but I didn’t have time. The Commodore 64 was the first computer I really obsessed about and learned loads about. Previously I had dabbled in BASIC using the Vic 20 and then a 48K Spectrum but after I got a C64 I learned how games were coded, learned quite a bit of assembler and produced and distributed my first software. That software wasn’t amazing or anything but I was always learning new things.

So, thanks Jack for creating the company that created such an amazing computer that had a huge influence on my life. When Steve Jobs died last year there were glowing blog posts about his machines. I vaguely recall an Apple II in a school lab but I hardly ever used it. The C64s in the same lab were much more interesting!

Gaia Machina


How did they manage to squeeze all that into a 64k executable? Watch it fullscreen. Amazing.

Reading the top voted comments on this post gives the impression that some /. visitors are not altogether that geeky but the replies are a lot more interesting.

I can’t seem to make heads or tails of this post. It’s techno-babble and word salad. I guess I should remember this feeling when I talk about programming with my non-programming friends.

Sort of sad as a programmer you have no knowledge of some of programming history.

Scroll like you mean it in Windows

One of the most annoying aspects of Windows after using Linux on the desktop for 10+ years was how the mouse wheel scrolled windows.

On Linux desktops I could hover over a window and scroll it without focusing. It was really useful when I had a browser window with instructions behind a terminal or just comparing the contents of two windows. The same happened when scrolling panes in file managers. I could scroll directories when hovered over that side of the window and files when over on the other..

So, imagine my frustration when I realised I had to click the side of the Explorer window I wanted to scroll in Windows? It was doubly annoying if I had selected files as I’d have to click an empty area or CTRL click an already selected file to select that side of the window.

Well, there’s a simple solution. Alex Leonard found and blogged about Wizmouse. It simply does what I expect, it scrolls the window under my pointer, whether it’s focused or not.

Wonderful!

Speedy password cracking

Earlier today Jeff Atwood tweeted:

you should *really* be scared if your passwords are all lowercase. 12 chars in 75 days on my box..

He was referring to his post on speed hashing where a video card GPU is used to calculate the hash of any given text. Compared to a computer CPU it does it much faster.

all 6 character password MD5s 47 seconds
all 7 character password MD5s 1 hour, 14 minutes
all 8 character password MD5s ~465 days
all 9 character password MD5s fuggedaboudit

It’s honestly scary and really time for everyone to use pass phrases. They’re not perfect either but they’re better because they’re longer and easier to remember. Some of my passwords are not phrases yet, this pass phrase generator (or this one) should help make it easier to change those.


* obligatory xkcd cartoon.

I bought an app: Podkicker Pro


I use the free version of Podkicker, a free podcast player for Android every day so when I saw there was a pro version I immediately bought it.

It has a vastly different UI and it somehow detected my original Podkicker subscriptions (I presume from the cloud?) but did not detect my already downloaded podcasts so it looks like I’ll be using the free version for a while. The UI will take some getting used to too as it’s so different but I wanted to support the author as I like the free version so much. Here’s a great review of the pro version if you’re interested.

Related: I don’t buy apps (some great comments in that thread too)