Archive for January, 2007
ruby & native threading
Monday, January 15th, 2007Stefano Zacchiroli said: To balance this, according to my first read of Ruby’s threading capability, it’s my impression that not only at most one thread can execute Ruby code at a time (limitation shared by OCaml, due to the non-distributed nature of mark and sweep garbage collectors), but also a thread blocked on a syscall [...]
more efficient IRCing?
Thursday, January 4th, 2007I need to reconsider my current way to do IRC. My main computer is a laptop, so I can’t leave my IRC client open all the time. More and more, I tend to ask stuff on IRC, then I have to leave, so I never get the chance to see the answer. Being able to [...]