(Untitled)
(However, we should keep in mind that having more features is a contributory factor: the two latest holes were in the mremap(2) call that is not available for any of the *BSD.) https://wiki.debian.or…
}
Skip to main content(However, we should keep in mind that having more features is a contributory factor: the two latest holes were in the mremap(2) call that is not available for any of the *BSD.) https://wiki.debian.or…
Well-Intentioned Developer: “When would Rails be appropriate, then?” Ben Sigelman: If you already know how to get things done in Rails, you’re in a hurry, you don’t need to maintain what you’re build…
Unix has a limited form of garbage collection. Short-running programs (like those executed at the terminal) need not concern themselves with freeing allocated memory since the OS will free everything…
Merely adding features does not make it easier for users to do things — it just makes the manual thicker From the K&R paper, but s/UNIX/Golang/ is also true!…
What then is a personal computer Alan Kay…
There’s a lesson there that’s easy to forget–or ignore. It’s extremely difficult to be simultaneously concerned with the end-user experience of whatever it is that you’re building and the architecture…
The only sane solution is to focus on the end application first. Get the user to experience the beauty of it and be happy. Don’t compromise that because, behind the scenes, the code to draw ovals is m…
It’s not quite as important now to squeeze things down into a 4K memory area. You’re seeing a lot more cases where people can afford to use C, instead of using assembly language Bill Gates from when…
programmingmaking http://reprog.wordpress.com/2010/03/03/whatever-happened-to-programming/…
* What is Bayesianism? * Another name for probability theory, with hat tip to the God-fearing Reverend Thomas Bayes who earned naming rights with his Eighteenth century mathematical work. * What is…
They are the ultimate time drain for nerds and wannabes. Sure, if your time worth basically nothing and constant tweaking your blog is the best part about having it, be my guest. http://wswld.net/201…
Movies flow to the audience in one direction. Paintings do not move. Code goes both ways. http://learnpythonthehardway.org/book/advice.html…