Monthly Archives: February 2011

Back to basics: TCP

February 20, 2011
By

TCP is one of the core protocols for the TCP/IP suite. It provides a reliable data connection without you needing to worry about errors, congestion and other communication problems that haunt the internet. But how does TCP work? It’s another edition of the back-to-basics series.

Read more »

Having fun with Arduino

February 9, 2011
By
Having fun with Arduino

So yesterday I’ve finally received my Arduino Mega. If you know me, you know I’m not even capable (or allowed) to handle a screwdriver, let alone something even more complicated things like transistors, resistors etc..  However, with the help of some friends over on the #pfz channel on freenode to create the schematics, I’ve made…

Read more »

memcache internals

February 6, 2011
By
memcache internals

Memcache is a pretty well-known system inside the web-community and for a good reason. It’s fast, flexible, lightweight and it looks like installing memcache on your servers automatically increases your website speed tenfold or more. Ok, so that’s a bit over the top, but still: having a good caching-strategy in place can help your website/application.…

Read more »

Password hashing and salting

February 2, 2011
By

The thing everybody (should) know is that when you want to secure passwords in – let’s say – a database, you have to hash to them. It’s kind of a golden rule but is it safe enough? Ask a more experienced user and they probably tell you to add some salt. Ask the reason why…

Read more »

Make me a sandwich. Ok!

February 1, 2011
By

I have to admit it: grew up with unix “the wrong way”. Instead of having decent user-accounts for every employee, all our work was done under the root-account. The main reason for this is that our software deployment system didn’t really worked the way it should and I guess nobody really cared. It worked.. login…

Read more »