3
votes
What’s your favorite desk for a developer’s home office?
The Jerker. Ikea. It has it's own shrine.
…
6
votes
How do you get yourself to focus?
Avoid StackOverflow for one.
Seriously though, I tend to close down the browser. Write down (pen and paper!) what I want to get done, throw the headphones on, and start x. Where x is typica …
3
votes
Motivations for choosing a career in programming
Show them relevant, useful, fun things.
How to programatically reorganize an mp3 library. How to manipulate a lot of images at once. Truncating music for ring tones. Pulling cover art from …
23
votes
When did you know it was time to leave your job?
Write yourself a list about things you'll miss.
If that list is shorter than the things that you won't, it's likely time to leave.
Best advice I've had, can't really take credit for …
7
votes
Humor in code
I think one of the funnier ones I've seen is a perl function that had a hash named ofTheJedi (instead of some generic "this holds data" name).
Then only reason it was named that way was so …
6
votes
How to check for equals? (0 == i) or (i == 0)
I used to be convinced that the more readable option (i == 0) was the better way to go with.
Then we had a production bug slip through (not mine thankfully), where the problem was a ($var = …
