« earlier | later » Page 11 of 22
An excellent technical blog about how (and why) stuff works.
to assembly programming retrocomputing reverse-engineering x86 ... on 09 July 2010
repilogue: STHLM Game Developer Forum talk edit / delete
Thoughts on CSP as a game engine (apparently, this being a useless SlideShare link and thus unreadable to me).
to concurrency csp games parallel programming ... on 19 June 2010
Software optimization resources. C++ and assembly. Windows, Linux, BSD, Mac OS X edit / delete
Good stuff -- lots of information on how modern computer architectures work. (I'm upgrading my previous assessment of this site, having found it really useful while updating the CE0813 material!)
to architecture optimisation programming teaching ... on 17 March 2010
Context Switches on the Sparc Processor edit / delete
Found while trying to fix greenlet on SPARC. The PDF at the bottom is especially helpful.
to assembler concurrency programming sparc ... on 26 February 2010
SPARC V8 Stacks, Register Windows, and Procedure Call Conventions edit / delete
to assembler programming sparc ... on 26 February 2010
Chris's Wiki :: blog/python/IdealDWikiCrypto edit / delete
Using HMAC for web auth. I should fix tasty to do this at some point.
to crypto programming python security web ... on 27 January 2010
SML-inspired practical "engineered" language. The design notes are quite interesting.
to functional language-design mythryl programming ... on 07 December 2009
SNOBOL4.ORG: SNOBOL4 Resources edit / delete
SNOBOL is interesting in that it's a dynamically-typed language with (what these days we'd call) a combinator parser built in -- although it's not a structured language. Free implementations exist.
to language-design parsing programming snobol software ... on 27 October 2009
a-z of programming languages - Computerworld edit / delete
Series on the design of programming languages, including things like the Bourne shell -- very interesting stuff.
to computing language-design programming retrocomputing ... on 21 August 2009
The Genuine Sieve of Eratosthenes | Lambda the Ultimate edit / delete
The handy paper explaining why the sieve isn't quite what you think it is.
to eratosthenes functional maths primes programming sieve ... on 27 July 2009
« earlier | later » Page 11 of 22
tasty by Adam Sampson.