Tagged Questions

4
votes
3answers
121 views

Oldest code in a typical Linux distro

Just out of curiosity: What's the oldest code/package in a typical linux distro? Emacs? GCC?
97
votes
74answers
4k views

Old Developers - any future ?

I'm 44 now and I just love code! And software and programming. And MSDN, and Communication of the ACM and Programmez (French magazine) and Stack Overflow and McConnell, Cwalina/Ab …
3
votes
12answers
441 views

Am I too old to became software developer? [closed]

I'm 34 years old. Have I any chance to became a good programmer and to start a career as a software developer if this is new for me?
13
votes
31answers
2k views

Where do all the old programmers go?

I know some people move over to management and some die... but where do the rest go and why? One reason people change to management is that in some companies the "Programmer" care …
3
votes
4answers
4k views

How to calculate age in TSQL with Years, Months, and Days

What would be the best way to calculate someone's age in years, months, and days in TSQL (SQLServer 2000)? The datediff function doesn't handle year boundaries well, plus getting …
2
votes
5answers
559 views

Python time to age

I'm trying to convert a date string into an age. The string is like: "Mon, 17 Nov 2008 01:45:32 +0200" and I need to work out how many days old it is. I have sucessfully converte …