misc 09 September 2008
    "Already Using Chrome Regularly"

    I'm surprised to find I use Chrome pretty regularly already. It's mostly my interface to Gmail, Google Reader, and GCal, and sits quietly in the task bar until I need to check email. Lack of firebug and various other extensions prevent me from using it for everything, but it's part …

    More
    misc 05 September 2008
    "Drizzle: MySQL Based Slim / Cloud-Oriented DB"

    Drizzle is interesting:

    Drizzle: A High-Performance Microkernel DBMS for Scale-Out Applications
    Drizzle is a community-driven project based on the popular MySQL DBMS that is focused on MySQL's original goals of ease-of-use, reliability and performance.

    Headed up by Brian Aker, Director of Architecture at MySQL AB. Take a look at the …

    More
    misc 04 September 2008
    "Python Generator Expressions"

    I wasn't aware of generator expressions:

    wwwlog     = open("access-log")
    bytecolumn = (line.rsplit(None, 1)[1] for line in wwwlog)
    bytes      = (int(x) for x in bytecolumn if x != '-')
    print "Total", sum(bytes)
    

    Similar to list comprehensions, but evaluated lazily. Voidspace describes it:

    None of the generators are consumed until the …

    More
    misc 02 September 2008
    "Trying Google Chrome, So Far So Good"

    The Chrome download was surprisingly fast (as in, less than 5 seconds). FireFox options import during install didn't work, but it's been smooth sailing since then. It's snappy and so far not buggy. Aesthetics of rendering web pages is good, seems better than FireFox. Quite fast too.

    I remember thinking …

    More
    misc 01 September 2008
    "Google Chrome: Based on WebKit instead of Mozilla"

    Interesting that Google's Chrome is based on WebKit instead of the Mozilla rendering engine…

    More
    misc 01 September 2008
    "Javascript Inheritance"

    Javascript inheritance is another one of those topics that always escapes my mind, so I'm recording it here for future reference.

    I tried to get into Crockford's Prototypal Inheritance method but I like the plain-old prototype inheritance without the object.create better. It's entirely possible that I'm not quite getting …

    More
    misc 27 August 2008
    "Being Smarter About Car Repair"

    Car Repair

    What I know about the innards automobiles I learned from a book on Wankel engines when I was 8. So when my "check engine" light turned on I knew I'd be in for a severe siphoning of money out of my pocket.

    Buoyed by my strong sense of miserliness, however …

    More
    misc 25 August 2008
    "Google Reader Style Hotkeys For Image Viewing"

    I frequently run into pages with loads of images (here's one via Kedrosky, here's another, and here's yet another). Viewing these images involves a dance of scrolling or hitting space, then scrolling again to get the image lined up in the viewable part of the browser, and repeating over and …

    More
    misc 25 August 2008
    "Three"

    Three.

    The number of programmers who will write most of the code in a system developed by a team of 24 engineers, two project managers, three group leaders, a quality lead and an office manager.

    From Russ Olsen.

    More
    misc 23 August 2008
    "Startup VP Technology / CTO Opportunites"

    Several friends have been at work on several startups and are looking for technology leaders to round out their teams. One opportunity is in the social network / eduction space and is looking for the VP Technology / CTO as well as good web/php guys. Another is more hardware related. Both …

    More
    misc 22 August 2008
    "Terrorists: There Is No Profile"

    MI5 report on terrorist profiling, via Schneier. The short version: it is very difficult to come up with a valid profile.

    More
    misc 22 August 2008
    "TraceMonkey: It’s A Big Deal"

    Mozilla announces TraceMonkey, a just-in-time compiler for Javascript. If you've watched Steve Yegge's talk on Dynamic Languages (transcript) you've already had a taste of what the future could look like for dynamic languages - namely, performance on par with today's low level languages.

    Javascript started as an ugly language but has …

    More
    misc 21 August 2008
    "Awesome"

    Parand.

    More
    misc 18 August 2008
    "A Beautiful Python Twitter API"

    Mike Verdon's Python Twitter Tools is less popular and findable than the Dewitt Clinton's python-twitter (I only found the former from an email on the latter's mailing list), but it's a beautiful library. 125 lines, most of which are comments. It implements the full API by implementing a single call …

    More
    misc 18 August 2008
    "Sickening Olympic Coverage"

    Watching the women's uneven bars. The announcers have spent the vast majority of the time whining and moaning Nastia's the 2nd place finish.

    Now I recall earlier gymnastics events where these same announcers said starting first is a huge disadvantage and effectively penalizes the American competitor (pretty sure it was …

    More
    misc 17 August 2008
    "Sweet Sleep, Part Deux"

    Wife is in Florida with the youngest kid, and the other two spent most of the weekend at my parents', giving me a chance to engage in plenty of bad habits. Mostly work and sleep.

    It's an amazing feeling to wake up after more than 8 hours of sleep. Really …

    More
    misc 17 August 2008
    "Trying Mercurial"

    All the cool kids are into Git these days and I've been reading plenty of articles about how good it is and how to use it. The problem is, I don't really have a problem with Subversion. I know I should, because all the cool kids do, but I just …

    More
    misc 16 August 2008
    "Amazing Video Enhancement / Transformation Technique"

    This is just incredible. The effects are amazing, but I'm guessing the models and tools behind what they do are going to fundamentally change the way we use video. Apparently these guys are divining a pretty good depth and color projection map from videos and photographs. With that you've added …

    More
    misc 18 July 2008
    "Taste Vectors: OpenTaste"

    I couple of years ago I wrote about Taste Vectors, did a bit of hacking, and not much else.

    The Strands folks have launched a similar concept in OpenTaste. Worth a look, will write more if I get a chance.

    Via Duke Listens!

    More

« Page 5 / 13 »