Get short, timely messages from Jani Hartikainen.

Twitter is a rich source of instantly updated information. It's easy to stay updated on an incredibly wide variety of topics. Join today and follow @jhartikainen.

Get updates via SMS by texting follow jhartikainen to 40404 in the United States
Codes for other countries

Two-way (sending and receiving) short codes:
Country Code For customers of
Australia
  • 0198089488 Telstra
Canada
  • 21212 (any)
United Kingdom
  • 86444 Vodafone, Orange, 3, O2
Indonesia
  • 89887 AXIS, 3, Telkomsel
Ireland
  • 51210 O2
India
  • 53000 Bharti Airtel, Videocon
Jordan
  • 90903 Zain
New Zealand
  • 8987 Vodafone, Telecom NZ
United States
  • 40404 (any)

jhartikainen

  1. @amitdugar Lot of libs available for what I'm doing I mean, and things like that
  2. @amitdugar I knew Java had a lot of libs, but I didn't want to use Java. Clojure was conveniently on my "looks somewhat interesting" list =)
  3. The odd syntax aside, Clojure is pretty easy to get started with. I'm probably writing very non-idiomatic code though
  4. Oh of course, the -jar flag ignores -classpath. How useful :P
  5. Why is it that with Java you always have problems with classpaths? Now it's completely ignoring the -classpath flag... Maybe I just suck
  6. Messing around with streaming video over a socket in Clojure. Or, well, more like "attempting to".
  7. "You forgot the 'headest' tag. So, in priority order, you have 'head', 'header' and 'headest'" :D
  8. @mutaati0 Joo, Lisp-variaatioista voi olla montaa mieltä. Ite en hirveesti tykkää noista suluista, mutta on se parempiku Java itessään :D
  9. @codingobviously I'd assume java.awt requires some sort of desktop environment for that stuff to work correctly, so yeah
  10. @stuherbert Haha, nice article. "Header tag is an extension on head". I actually saw someone using <header> instead of <head>...
  11. Here's my Clojure code for taking a screenshot gist.github.com/2843727 - Feel free to point out better ways of doing it :) 1st clojure "app"
  12. @dpbrown There was some vim script bundle for it which I'm using now. Didn't really look at the other options :)
  13. Took me about 30 minutes to set up Clojure and write a small application with it which takes screenshots. Never used Clojure before :D
  14. Problems with Spotify's iPhone app solved by updating iOS to latest version from 5.0
  15. @SpotifyCares It seems updating from iOS 5.0 to latest 5.1.1 fixed my issue (iPhone 4, playlists refused to load, sync didn't work etc.)
  16. @jamieyork Usually with Zend Framework
  17. @jamieyork Yeah the docs for D2 aren't perfect but lots of info. Grab sandbox from github for quick start: bit.ly/NfRg1v
  18. @jamieyork D2 only requires basic connection settings + mapping is easy with annotations. Propel is 100x more complicated to set up
  19. @jamieyork There's probably some crummy ActiveRecord implementation with nearly zero config. For something decent, only choice=Doctrine 2 :D