Profile_bird

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

Already using Twitter
from your phone? Click here.

eikke

  1. Certainly agree! RT @tieguy Most licenses should have an annotated version like this one: http://bit.ly/4MQDGo or a CC-style human version
  2. F# concurrency support is certainly worth a look... See chapter 13 in 'Expert F#' #dotnet #concurrency
  3. #JythonMX just got #MBean notification support http://bit.ly/7L4MKV #Python #Jython #Java
  4. #JythonMX got Array support, exposing sys.modules.keys() as a first sort-of useful sample http://bit.ly/8HV4tU #Jython
  5. @thobe Thanks! Re: underscores. What do you mean exactly?
  6. Released #JythonMX , a library to expose plain #Python classes as #JMX MBeans in #Jython . Feedback welcome! http://bit.ly/8HV4tU #Java
  7. F# strategy: take #monads, take #Haskell's do-notation, s/monad/workflow/g -> profit! #programming
  8. Those professors @ university should stop translating non-dutch standard vocabulary."Draden" (threads),"entiteittype" (entity type),... #bah
  9. @elise_huard Jordi Savall at #Bozar, by accident? I wish I could be there so badly...
  10. Working on some #code to render adding #JMX support in #Jython super-simple: API -> http://bit.ly/66Bz6S Demo -> http://bit.ly/54qgwW #Java
  11. Did anyone ever write an MBean in #Jython ? #Java #python
  12. @maesjoch It's called webbrowser.
  13. Looking into F# #dotnet
  14. Interesting thought: a userspace application performing a blocking syscall to the kernel is a continuation. They're everywhere!
  15. @jessenoller Power & elegance (maybe not clarity): combine = lambda *funs: reduce(lambda f, g: lambda x: g(f(x)), funs, lambda a: a) #python
  16. #LiterateProgramming in #Python - #PyLit looks useful, might start to use it. Any other hints? http://bit.ly/8qp9W2 #programming
  17. Even though I'm not a #Rails user, #Hoptoad looks wicked cool and useful http://bit.ly/5sMYKr #weneedsomethingsimilarinourproduct
  18. Can't help to think #Square might be a killer: simple concept, useful 'extras', no-hassle setup http://bit.ly/6VHc46 @Square
  19. RT @stevenn: CfP posted for the #NoSQL devroom @ #FOSDEM Feb/7th 2010 http://bit.ly/nosqldevroomcfp Please RT!
  20. CPUID #Python thingy got a function to check whether CPUID is supported on the system, and a check for VMX support http://bit.ly/4wFRbi