Profile_bird

Hey there! vhokstad 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 vhokstad's tweets.

Already using Twitter
from your phone? Click here.

vhokstad

  1. No window borders. No title bars. Keyboard shortcuts for everything. That's a proper desktop setup.
  2. Is it sad that my wife and I now have matching laptops?
  3. Finally back to Linux on my laptop, as my Macbook is hinting it badly wants to be allowed to die in peace. Ubuntu. So far I'm pleased.
  4. @joedamato Redhat has separate "debuginfo" RPMs, so the standard pkgs can be stripped without depriving us of symbols. Wish Debian would too
  5. Even when the weather is fantastic London commuters are the grumpiest bunch of mindless zombies.
  6. You'd think ATX power supplies would be something most large computer stores keep in stock. But no... Maplin to the rescue. I love Maplin.
  7. Range in #ruby - Careful about using "min" and "max; they could/should be O(1), but they're O(n) where n = (range.first - range.second).abs
  8. Finally posted another part in my #ruby #compiler series: http://bit.ly/39lhKK
  9. Leader of the *Conservatives* promises a "*radical* new direction"... Uhmm..
  10. Apparently my brain refuses to cooperate when the topmost text entry box isn't a search box.
  11. Annoys me greatly when someone makes #Ruby bindings for a library without making them Ruby-ish. I don't want to program C++ in Ruby
  12. I am developing an unhealthy addiction to biltong...
  13. Loving Mozilla Prism at the moment. Though need to upgrade my laptop so I can try Fluid too.
  14. @chneukirchen I haven't gone that long without internet since 1993... The thought scares me.
  15. Dentist: -Let's inject you and have some FUN! Hour of off key singing and 3 fillings ensue. Fun. Yeah.
  16. One advantage of a baby is that you have a handy weight for squats and overhead presses when you can't get to the gym. Keeps him quiet too
  17. #haproxy + #openvz = extremely nice clean test environment
  18. @dfarmer Thanks. Hope to have next part out in a week or two...
  19. @dfarmer Now, *most* of it makes Ruby nice to write code in, just hell to parse.
  20. @dfarmer C++ has a pretty simple grammar. It's big, but it's pretty regular. Ruby's is big and the most convoluted I've ever seen.