An article on The 5 Hardest Parts of Programming which discusses optimisation, networking, security, reliability and scalability.
Category Archives: Programming
Alan Kasindorf on Modern Memcached
A talk Modern Memcached by Alan Kasindorf.
Portable Executable 101 – a windows executable walkthrough
Saw this Portable Executable 101 – a windows executable walkthrough today. Pretty cool visualisation.
BlackHat USA 2011: SSL And The Future Of Authenticity
A talk on the future of authenticity:
BlackHat USA 2011: SSL And The Future Of Authenticity.
Color Scale Generator
NoSQL Data Modelling Techniques
Got linked to this article today, NoSQL Data Modelling Techniques. I don’t think I’m going to have the time to read it, but I skimmed it, and maybe someone else will be interested. It talks about various data modelling strategies and their implications.
Peter Norvig: What to demand from a Scientific Computing Language
Doing some research on Peter Norvig (I’m fascinated by the guy and want to know what he thinks) and I found a talk of his: Peter Norvig: What to demand from a Scientific Computing Language. In the talk Peter explains what he wants out of a programming language and why he feels that Python fits the bill.
I watched the whole thing but I think I’ll put it on my TODO list to watch this again one day.
Creating a MySQL database from the command-line, and snipplr
Today I was looking up the syntax to create a MySQL database from the command-line and found instructions on Snipplr. I haven’t seen snipplr before. I guess I’ll have to spend some time one day browsing the popular snippets.
A Survey of the JavaScript Programming Language
I was just confirming my understanding that JavaScript numbers are 64-bit (i.e. double precision) floats on all platforms and I stumbled upon this old article from Douglas Crockford: A Survey of the JavaScript Programming Language.
CSS overflow property
Found myself looking up the syntax for CSS overflow. I think I ended up using overflow-y instead to get scrollbars on the y-axis only. I should know more about this stuff than I do. :P