moonchild
- Karma
- 0
- Created
- ()
- Submissions
- 0
- What is parallelism, anyhow? (2009) (web.archive.org)
- Scarcity (2012) (smbc-comics.com)
- Avoiding Source Code Spoofing (blog.unicode.org)
- Programming languages characterised by their attitude towards pointers (outerproduct.net)
- Enlightened (what.thedailywtf.com)
-
Consider this snippet of c: void f(int *x); void g(void) { struct { int foo; char bar; struct foo *baz; int *biz; void (*booze)(void); struct { int foo; char bar; } bones; } x; f(&x. The cursor is at the very end of the…
- Some notes on the internal implementation of mathematica (reference.wolfram.com)
- FreeBSD should not adopt launchd (2015) (blog.darknedgy.net)
- SCons is not slow (github.com)
- The Secret Lives of Data: Raft, Understandable Distributed Concensus (thesecretlivesofdata.com)
- A Unified Theory of Garbage Collection [pdf] (web.archive.org)
- Dynamic_cast(C)++ (teamten.com)