Search Results

1
vote

Should I learn C?

Yes, it is a great starting point to better understand both hardware and the underpinnings of interpreted or byte compiled languages, just as learning a functional language such as Haskell or Erlan …
5
votes

Hardest Programming discipline?

I think the question is based on a false premise - that is that any one programming discipline can be the hardest. Hard problems can be found anywhere as long as you look hard enough. Many …
0
votes

What development book made the most impact on you as a developer?

Practical C Programming by Steve Oualline, if for no other reason than that it was the first programming book that I read cover to cover, then started over with again. I might've gotten into progra …
0
votes

What is the biggest problem with software development?

Delivering what the client needs, not what the client seems to say that he/she needs. Cutting through misconceptions and miscommunication from everyone involved, me included. …
1
vote

Best non-development book for software developers

The Road to Reality by Roger Penrose Because physics and mathematics are inspiring, if you're that way inclined. …
2
votes

What was your best heroic moment?

Being the passive part of a confessional debugging session tends to deliver a great heroism / work ratio. …
138
votes

What is the worst interviewee answer?

Q: "What makes you like programming?" A: "I don't" Didn't see that one coming! The interview was for a senior developer position so a certain enthusiasm for the subject matter was m …
2
votes

How do I get people interested in my open source projects?

Think long and hard about naming. If your users need a pronunciation guide just to talk about your project it might be time to reconsider. …
0
votes

Is there a need to use assembly these days?

I can't believe noone has mentioned The Art of Computer Programming, where the examples are implemented in assembly l …
2
votes

What’s one change in your lifestyle that positively affected your work and health?

Walking to work instead of taking the subway. Or if that isn't doable, getting off the subway a few stops before the closest one to the office. I like being awake when I get to the office, …
0
votes

What is the fashionable programming language in academia?

A really tough question to answer without knowing what field(s) specifically you're looking at. Hammers and screwdrivers and all that. At my university Java is widely used as an all-purpose …
1
vote

Is there any future for server-side JavaScript?

Views in CouchDB are written in javascript by default, so I'd say yes if that project takes off. …
1
vote

What does your development environment look like?

I'm a full time student with occasional consultancy jobs on the side. Your mileage may vary. Hardware: Single laptop, currently a Macbook. 2GB RAM. Co-located Compaq rack server runni …