22
votes
50answers
2k views
What is the first thing you do when you install Visual Studio?
What is the first thing you do when you install Visual Studio? I am talking about anything customization-wise (so we don't get answers based on 'I create a new project').
Do you have a favorite font? …
-7
votes
4answers
291 views
0.0 < (1/10^9)? [closed]
Is 0.0 less than 0.0000000001?
531
votes
655answers
81k views
Great programming quotes
There are a lot of great programming quotes out there. Which do you like?
Today (Sept 12, 2008) I heard a new one from a friend, Lars-Gunnar, he said "Gud finns i Emacs" (in Swedish). This basically …
1
vote
12answers
1k views
How would you explain binary to your grandmother?
I recently bought a shirt with this great quote on
"There are 10 types of people in the world, those who can read binary, and those who can't."
Now I find myself having to explain it to …
39
votes
38answers
4k views
What punishment do you have when someone on the team breaks the build?
Sitting here frustrated that a team member broke the build and then goes on a long-weekend vacation, I wonder what other teams do when someone breaks the build? What would you consider a fair …
6
votes
1answer
260 views
Is there a faster/better way to leettime?
I found leettime via twitter, and it's novel enough for me to want to mess around with it/share it with you guys. To my dismay this version doesn't do seconds. It also seems like there might be a more …
1
vote
8answers
514 views
What does your workplace look like?
What does your workplace* look like?
How is it set up? Is it in a home attic (burning the midnight oil), or in your home basement (underground movement), or do you spend most of your time at the …
811
votes
547answers
190k views
What is your best programmer joke?
When I teach introductory computer science courses, I like to lighten the mood with some humor. Having a sense of fun about the material makes it less frustrating and more memorable, and it's even …
6
votes
8answers
141 views
What are some fun programming competition questions?
When I was in university, I helped organize a programming competition for Computer Science students. I believe we had 4 questions in total and allowed an hour for each one.
The best received …
2
votes
8answers
541 views
Good/Funny/Useful mnemonic devices?
In order to keep the OSI model straight in my head, I dreamt up the silly mnemonic:
P. Diddy Never Takes Shit, Punk Ass!
(Physical, Data, Network, Transport, Session, Presentation, Application)
…
56
votes
262answers
8k views
What was your first computer game that got you interested in computers?
My first experience with a game that got me interested in computers (still programming):
Leisure Suit Larry
After "Ken sent me", I was hooked.
Leisure Suit Larry creator's site: Al Lowe
85
votes
112answers
61k views
What is your favorite “programmer” t-shirt?
This one is pretty good, especially for Star Wars fans:
839
votes
236answers
200k views
What’s your favorite “programmer” cartoon?
Personally I like this one:
P.S. Do not hotlink the cartoon without the site's permission please.
2
votes
2answers
81 views
Generate words that fit in Guids (just for fun)
I have some tests that use guids. The guids used don't need to be enormously unique, they just need to be guids. Random guids are boring - so I'm trying to find fun guid words. Right now, I don't have …
22
votes
45answers
4k views
Code Golf: Print the entire “12 Days of Christmas” song in the fewest lines of code.
Print all 12 verses of the popular holiday song.
By 12 verses I mean the repetition of each line as is sung in the song, ie
Verse One:
On the first day of Christmas my true love gave to me
a …
