Profile_bird

Hey there! tim_yates 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 are you doing? Join today to start receiving tim_yates's tweets.

Already using Twitter
from your phone? Click here.

tim_yates

  1. youdebug looks cool! A groovy dsl for debugging java apps http://bit.ly/4j1Ot5
  2. cool! RT @pkedrosky: I've been using this R code to create calendar heatmaps on every data series in sight http://bit.ly/4d1eTf -via @mndoci
  3. @headius Think it's still zloty, but (like croatia, etc) hotel bills may be in Euros
  4. Really felt for Francis Lambert on bbc2 wonderland last night when he couldn't find himself on google. what a great show
  5. RT: @jeresig: The Closure Compiler can't crunch the latest jQuery nightly, apparently it's recursive function calls. http://j.mp/1oyDhZ
  6. @chriscoyier There should be a std way across all comment forms. Some strip all html some allow <pre> some use markdown most don't say which
  7. RT: @graemerocher: Nice post about Grails + Spring Insight + Spring Security http://bit.ly/4kuVXL #grails #spring #insight
  8. RT @gawd0r: DONE: Another World (Out of This World) *pure* javascript implementation at http://www.megidish.net/awjs/
  9. In #groovy 'eachLine' closure optional 2nd parameter gets the index. Yet 'each' doesn't, you need 'eachWithIndex'
  10. RT: @joshareed: decided I am not a fan of #griffon installing plugins in ~/.griffon because I can't branch my app to experiment with plugins
  11. @graemerocher http://bit.ly/3VMazi ?
  12. Sometimes I wish the ConfigurationHolder object was injected into gsps in #grails... Getting at config objects from the GSPs can be wordy
  13. looking at the pombe genome... yeasty!
  14. RT: @chriscoyier: Check this gridular magic: http://www.zackgrossbart.co... (resize browser window)
  15. forgot that ant properties are immutable, should always load properties files in most->least specific order
  16. @tim_yates http://bit.ly/1pJAHL
  17. How to remove all traces of a file from git (local and remote) that should have been in .gitignore from the start? Hmmm......
  18. RT: @kirillcool: SwingX 1.6 released - http://bit.ly/3mhhBW
  19. great. it appears I can set the dock icon programatically, but the dock name must be done via a command line parameter -Xdock:name
  20. got my java app to have it's own icon in the os x dock, but hovering over it, it still just says "java" *sigh* secret property settings ahoy