Profile_bird

Hey there! kbrock is using Twitter.

Twitter is a free service that lets you keep in touch with people through the exchange of quick, frequent answers to one simple question: What's happening? Join today to start receiving kbrock's tweets.

Already using Twitter
from your phone? Click here.

kbrock

  1. RT @merbist: here is the source code of my MacRuby demo game: http://bit.ly/8TW27S playable version for SnowLeopard: http://bit.ly/8ZlnNS
  2. Verizon door to door offered Fios+dvr+phone for $100/mo for 1 yr. I signed up. Now find out it is $160/mo with $150 back. Off by >$500 :(
  3. Realtime updates like displaying on the screen: click here to read the 5 new tweets that have arrived since loading this page
  4. 1 hour before surgery we hear that insurance is refusing to pay. More paperwork and phone calls
  5. I really like the real time updates that @github and @twitter use. Anyone know what tech stack will get me this? ( @qrush ?)
  6. Using SORT BY in redis: how do you use GET to bring back the value AND the score? ( @antirez ?)
  7. Wow. @wycats does it again. Sweet: gem bundler looks like it has potential. writeup from @ezmobius : http://bit.ly/3CMlRb
  8. @JEG2 lol - google is like microsoft. they make up their own specs. (and claim they are following other's specs)
  9. @JEG2 gmail ignores .'s and +'s - it is in their spec.
  10. @antirez the good old float comparison trick: if abs(expected - actual) > 0.00000001 then fail
  11. @adamcharnock what version of redis did you run your benchmarks (1.02 or head)?
  12. @anirez ETA for redis 1.1? The sets takes it from a memcache stand in to a whole new product. Very impressive!
  13. Great redis in the cloud performance benchmark from @adamcharnock http://bit.ly/1IpKKS
  14. researching using redis for our current project. hurl, retwis-rb, and github articles sure make it look sweet.
  15. wow - very cool multi touch visualizer http://bit.ly/27CrSu
  16. Any preference between rails-footnotes and rack::bug - I want to do some serious hacking/@rpm integration and I'm undecided
  17. Jeeps have "4x4" on the back. Seems redundant. Like a Ferrari having "fast" on the back.
  18. @betamatt No longer using/updating acts as paranoid. Not sure if better to to drop or let it rot (it effects you)
  19. Anyone know: I forked a @github repo from some one. A second person forked it from me. If I delete my fork, is the second person screwed?
  20. For me, git(-svn) rm -rf misses directories. I have a second source tree just to `svn rm`.