kimjoar + programming   30

How to Write an Operating System
"Writing an operating system is a bit harder than writing a conventional program, by its nature: you're actually writing the code that works the machine and runs other people's code."
books  c  development  operatingsystem  os  programming  tdt4160 
august 2010 by kimjoar
Daring Fireball: A Liberal, Accurate Regex Pattern for Matching URLs
"This pattern attempts to be practical. It makes no attempt to parse URLs according to any official specification. It isn’t limited to predefined URL protocols. It should be clever about things like parentheses and trailing punctuation."
programming  url  regex  matching 
july 2010 by kimjoar
Haskell Video Lectures
They start at "2005-SS-FP.V01.2005-04-12.HDV"
haskell  video  lecture  school  functional  programming  fp 
march 2010 by kimjoar
CoffeeScript
CoffeeScript is a little language that compiles into JavaScript. Think of it as JavaScript's less ostentatious kid brother — the same genes, roughly the same height, but a different sense of style.
javascript  coffeescript  development  programming 
february 2010 by kimjoar
Tom Pinckney: Systems programming in "scripting" languages
Whenever someone thinks about building databases, web servers or other high performance pieces of server software the natural assumption is that it has to be written in C or C++ (or maybe java). The argument is usually something along the lines of only C or C++ provides the necessary performance, scalability etc. I think this is fundamentally missing the point of what makes high performance and highly scalable server software.
programming  c  c++  java  performance  scalability  python  security  maintainability  porting 
october 2009 by kimjoar
I like Unicorn because it's Unix
"Eric Wong’s mostly pure-Ruby HTTP backend, Unicorn, is an inspiration. I’ve studied this file for a couple of days now and it’s undoubtedly one of the best, most densely packed examples of Unix programming in Ruby I’ve come across."
programming  ruby  unicorn  unix 
october 2009 by kimjoar

Copy this bookmark:



description:


tags: