GREATsethPECTATIONS

peekaboo!

04/03/2008 @ 02:41PM ~ 05/05/2008 @ 03:47PM

  1. Sneaking Ruby Through Google App Engine (and Other Strictly Python Places)
  2. guinness leap year.

    guinness leap year.

  3. bus stop.

    bus stop.

  4. bus seats.

    bus seats.

  5. bus feet.

    bus feet.

  6. de young observations.

    de young observations.

  7. de young observations.

    de young observations.

  8. lorena feet.

    lorena feet.

  9. lorena and the camera.

    lorena and the camera.

  10. skinny arm.

    skinny arm.

  11. feet on the floor with cords.

    feet on the floor with cords.

  12. they say it’s your birthday.. so what?

    This was originally written in the beginning of September, 2007.

    birthday.

    Last Saturday I was up late and hungry, so I went up the street a couple blocks to a diner. I got there about ten minutes before they locked the door for the night, and as I waited for my French dip to go, I noticed that some people had gathered behind me on the other side of the glass.

    At first I thought they were with some people on the inside, but after some time it became apparent that they were just hoping to get in. Eventually, a patron left, and the two girls waiting outside the door immediately began pleading for entry. They were politely reminded that the diner was closing. One of the girls pointed out that it was the other girl’s birthday. They were politely reminded once again that the diner was closing.

    This was unacceptable to the non-birthday girl. She forced her way in and addressed the rest of the diner. “Who thinks my friend should get some food on her fucking birthday?” Her last, best hope for munchies faded away with her quietly asking, “Anybody?”

    It was a glorious moment for civilization as we know it.

  13. bash stuff.

    Chris recently wrote about bash aliases for git development. It reminded me of some bash profile tweaking I have done as I’ve gotten into git.

    I use subversion as well as git, and I already had some terse aliases ingrained.

    alias up='svn up'
            alias upi='svn up --ignore-externals'
            alias st='clear; svn st --ignore-externals'
            alias sv='svn revert'
            alias sc='svn ci -m'
            alias sd='svn diff | more'
            alias svnc='clear; svn st | grep "^C"'
            alias sres='svn resolved'

    After I make changes to my profile, I use alias sp="source ~/.bash_profile" to load them. To switch to git mode in a shell, I use alias spgit="source ~/.git_profile" which redefines all the subversion aliases as git commands. I like Chris’ checkout function, but I’m going to keep my name for it.

    alias up='git pull'
            alias st='clear; git status'
            alias sd='git diff'
            alias sc='git commit -m'
            alias sa='git add .' # sb => git checkout master
            # sb bugs => git checkout bugs
            function sb { if [ -z "$1" ]; then git checkout master else git checkout $1 fi
            }

    Keeping the same aliases for conceptually similar tasks has helped to keep me from slowing down as I ease into git development.

  14. so many interesting interpretations.
  15. The Rights of the People to Rule by Theodore Roosevelt

    "I believe the majority of the plain people of the United States will, day in and day out, make fewer mistakes in governing themselves than any smaller class or body of men, no matter what their training, will make in trying to govern them."

  16. creepy ad.

    beware the phantom hands!

  17. Git Utilities You Can't Live Without

    such as tab completion for git commands, branch names, etc.

  18. Visitor pattern
  19. slithering bacon.

    holy crap that is sweet.

  20. centricle : css filters (css hacks)

    A ginormous table showing a vast list of CSS hacks and which browsers are affected

  21. Comparing solutions for CSS minification

    CSS Optimizer, Icey’s CSS Compressor, Flumpcakes CSS Optimiser, and CleanCSS

  22. Aggregating RSS feeds in Rails

    A brief discussion on RailsForum

  23. The Devel
  24. rails search benchmarks

    evn r00lz.

  25. oh noes, teh potatoes
  26. Open Flash Chart Plugin for Ruby on Rails
  27. .railsrc

    load File.dirname(__FILE__) + '/.railsrc' if $0 == 'irb' && ENV['RAILS_ENV']

  28. Rails is moving from SVN to Git

    "Although I prefer mercurial slightly more, git and mercurial are so alike that trying to figure out which is superior is just a waste of time. It’s better to just quickly choose one (even randomly) and stick with it." - vegai

  29. Why must one insist upon wearing that ridiculous man suit?
  30. AK kitteh