VirtualTam's bookmarks
101 bookmarks found
-
Bigger than my head
2015-03-17 A friend of mine was once interviewing an engineer for a programming job and asked him a typical interview question:
- How do you know when a function or method is too big?
- Well, said the candidate, I don't like any method to be bigger than my head.
- You mean you can't keep all the details in your head?
- No, I mean I put my head up against my monitor, and the code shouldn't be bigger than my head.
~ from http://www.gigamonkeys.com/book/practical-a-simple-database.html
-
mkzombie
2015-03-15 This program creates one or more zombies and a daemon their leader. It can be used to replenish system zombies, or to feed the init monster.
-
If programming languages were vehicles
2015-03-02 -
Excuses For Lazy Coders
2015-02-16 It's not a bug, it's a feature! "It was working in my head"
-
Excuses cyber ^ sécurité
2015-02-16 “Les mots de passe sont aléatoires, mais pas au sens cryptographique du terme. On prend des mots de passe auquel un attaquant ne penserait pas tout de suite.”
Oué, comme :
- admin / admin (Livebox bonjour !)
- <service> / <service> ou <service>admin / <service>admin (intégrateur de choc bonjour !)
-
Pear to Pear
2014-12-11 -
Cat's Schrödinger | The Oatmeal
2014-11-23 I CAN HAS MAH HUMAN?
-
Instruments de torture | Humeurs illustrées
2014-11-23 -
nyancat
2014-11-21 -
Bill Bailey - Docteur Qui
2014-11-20 -
Jawascript
2014-11-20 -
Marco Minnemann - Douche
2014-11-17 -
CheckiO | Solve puzzles with Python!
2014-11-17 Plenty of fun tasks, riddles and puzzles to solve altogether with learning Python!
Get ready for:
- basic Python exercises (data structures, language features, common libraries)
- a handful exercises on string and data processing
- algorithmics! pathfinding, map exploration, optimization...