Archive for the 'programming' Category
Sunday, December 30th, 2007
So my little project while I’m bored at home is PumaCreed — a poorman’s Google MapReduce. (astute hunter-types will notice the anagram name)
I’ve been toying with the idea for the past few days since I got inspired by the MapReduce chapter in Beautiful Code. Mostly it’s a cute little project that’s trendy and scratches an [...]
Leave Comment » | Posted in facebook, hack, livejournal, nerdery, programming, python
Monday, October 29th, 2007
http://www.unsanity.org/archives/haxies/leopard.php
That’s what was wrong with my Leopard install. I was using (an uncompatible) hack to run Witch, a really nice power tool (which I hope, once they update, will remain Leopard-compatible)
My take on Leopard, now that it works:
New Finder really beats the pants off the old one. Not a hard task, but an important one.
You [...]
Leave Comment » | Posted in facebook, hack, livejournal, nerdery, programming, python, ruby, work
Monday, October 29th, 2007
tar -cvvf /Volumes/BARAKPOD/backup.tar michener/
So I got Leopard today, and, throwing caution to the wind, decided to upgrade my system.
bzzt Wrong! I am hosed!
So I’m lifting my userdata out onto my iPod — praise be unto the gods of the command line — and am going to do a fresh install.
I guess it all works [...]
Leave Comment » | Posted in facebook, hack, livejournal, nerdery, programming, python, work
Thursday, March 22nd, 2007
More 164 rantage:
So today I woke up and rewrote my crappy parser from scratch, having had a showertime epiphany about not only how to write a good one, but write one with features we’ll need for the next part of the project.
In the end, I came out with exact same linecount. So I was +0 [...]
1 Comment » | Posted in cs164, facebook, hack, livejournal, nerdery, programming, python
Friday, March 16th, 2007
So I changed all my Flickr pictures to be under Creative Commons: Attirubution-ShareAlike, under the heading of being a good sport while retaining what I really want (which is largely attribution — the sharealike merely perpetuates the CC) — so yeah, if you care to use them, you can totally do so and it’s fully [...]
1 Comment » | Posted in cs164, csua, dancing, facebook, hack, livejournal, nerdery, pictures, programming, python, uu, work
Thursday, February 22nd, 2007
====Things I’ve Learned====
* Python has no conditional expressions (but does in 2.5)
* svn rocks my socks
* Eclipse doesn’t suck as much as I thought
* [[http://www.nowpublic.com|NowPublic.com]] exists and they wanted to use my iPhone photos
* I let them
* I feel [...]
3 Comments » | Posted in cs164, livejournal, nerdery, personal, photography, programming, python
Wednesday, February 21st, 2007
Leave Comment » | Posted in hack, nerdery, programming, test
Friday, February 16th, 2007
Been trying to learn a little ruby and the ruby way. And been playing with Jyte. This is the result
The first write was slow. This rewrite is shorter and much faster. Sure, it basically scrapes the page, but hey, it’s kinda cool.
Cheap hacks FTW.
Check out the source here
1 Comment » | Posted in hack, nerdery, programming, ruby