![]() |
Track your commentsYou post a comment on a blog. How do you know if anyone responded? You read an interesting post. How do you know when there are new comments? Use co.mments to bookmark posts you want to follow. It tracks new comments for you, so you don't miss out. You can see all the new comments from your tracking page, or subscribe to the feed. To get started, just grab yourself a bookmarklet and start tracking. Click here to get an account. |
Conversations for Ahupp
Tip: Don't have an account? Get one, it only takes a few seconds. (Why?)
-
Notes on Haskell: Rewriting Software
[Source: http://notes-on-haskell.blogspot.com]
-
"Spin Buffers": DO NOT USE
or, Spin Buffers Considered Harmful Recently, my attention was directed to an article in June's issue of Doctor Dobb's Journal; it describes an implementation of thread-safe FIFO queues, "spin buffers", which supposedly yields better throughput than standard alternatives like java.util.concurrent.ConcurrentLinkedQueue. However, I didn't get far int... [Source: http://moonbase.rydia.net]
No comments in conversation. -
Feedback
Name: Email: Homepage: Message: Send [Source: http://moonbase.rydia.net]
No comments in conversation. -
Voting for Checked Exceptions
Yet another hideous idea from the closures camp: removing checked exceptions from the language. Now they want to remove one of the features from Java that actually works to support their pet obfuscation. According to Neal Gafter: We did a Google search to see how many people have written in support of checked exceptions and how many people don't li... [Source: http://cafe.elharo.com]
-
Code Reuse is Hard
[Source: http://blog.sharendipity.com]
