(Untitled)
moredeny http://xach.com/naggum/articles/3093009022019380@naggum.no.html…
}
Skip to main contentmoredeny http://xach.com/naggum/articles/3093009022019380@naggum.no.html…
All experience has taught us that solving a complex problem uncovers hidden assumptions and ever more knowledge, trade-offs that we didn’t anticipate but which can make the difference between meeting…
Java takes the part of C++ that I like the least - its syntax derived from the C syntax - and not the parts I consider most important - the ability to do data abstraction without compromising efficien…
This release of Is Parallel Programming Hard, And, If So, What Can You Do About It? features filled-out data-structures, debugging, and advanced-synchronization chapters; the addition of hazard pointe…
A beginning is a very delicate time -- Princess Irulan…
I have long wanted to keep track of all the snippets of code, of thoughts, of patters, that I keep coming across. Those that are small enough can go on @KratoBits, while larger fragments can stay here…
Some half dozen persons have written technically on combinatory logic, and most of these, including ourselves, have published something erroneous. Since some of our fellow sinners are among the most…
State machines are difficult to program and debug. Almost every consideration about the goto statement applies to the event handling mechanisms that manage state transitions. The event handlers do not…
Our industry, the global programming community, is fashion-driven to a degree that would embarrass haute couture designers from New York to Paris. We’re slaves to fashion. Fashion dictates the program…
The book and class leave it at that and proceed onto the limits of computability, which is the real point of the material. But there’s a natural question that isn’t presented in the book and which I n…
Because why even download/clone/submodule stuff, when you can just mention it by name! vimrc gets the following set rtp+=~/.vim/bundle/vundle/ call vundle#rc() Then you just mention the bundles by…
Woof … I’ve discovered fire! $ lein repl REPL started; server listening on localhost port 13859 user=>…