Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Possible Duplicates:
How can I continue to stay current on the latest and (maybe) greatest tools, techniques, and technologies?
What’s your way to stay up to date and learn new technologies?

The way lifehacker provides the ability to stay current on lots of general topics, including software and gadgets, is there a site out there that can act as a one-stop source for what is going on in the software technology world. And I don't mean to ask for a tech news site telling about the major technological decisions or products from a marketing POV. But a site that is relevant to a programmer and provides direct information about the programming world, open-source included. And I am looking for a consolidated source similar to lifehacker.

Since this is more of an opinion based question than a direct one, I am posting it as a community wiki. Please correct me if I am wrong.

share|improve this question
In my comment, I have google reader bundles for Tech and Programming blogs. Check it out. – evantravers Jun 26 '10 at 19:31
1  
This question can not possibly have one single 'correct' answer. While it is related to programmers, its not related to programming. There's no problem to solve, no code to fix, no algorithm to optimize ... – Tim Post Jun 26 '10 at 19:37
Thanks for all the help. Also, the duplicate question have provided very relevant information. – Prashant Jun 28 '10 at 4:42

marked as duplicate by John Saunders, Tim Post, gnovice, Marc Gravell Jun 26 '10 at 19:58

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

7 Answers

Well, www.stackoverflow.com

share|improve this answer
2  
While Stack Overflow provides some excellent technological insight and solves most problems, it isn't something one could use to stay current on a day to day basis. – Prashant Jun 26 '10 at 17:46
2  
I like how you provided the whole URL. You know, just in case they didn't know it. – Jamie Wong Jun 26 '10 at 17:48
@Prashant,i disagree.There are people here who answer esoteric langage questions and guess what f#'s all questions are answered.see the link stackoverflow.com/questions/tagged/f%23 .By any means f# is newer for many lesser mortals like me and many (no offence). – Srini Jun 26 '10 at 17:54
@Sri - Exactly my point. On SO, you need to know what you are looking for, and then you can find it. If you go to lifehacker.com, you will see what I mean. I am looking for something that allows me to stay current on a day to day basis. Something like a news site, but more programmer oriented than, for example, architect oriented. (none taken) – Prashant Jun 26 '10 at 18:00
then newsgroups ,mailing-lists are better options.Reading company blogs , magazines for example like linux world for linux .....etc.. – Srini Jun 26 '10 at 18:05

I've been in the business for 40 years. I read constantly. Mostly I stick to high-end technical journals and conference proceedings (ACM Communications of the ACM, Transactions on Software Engineering, Transcations on Programming Languages and Systems, SIGPLAN and SIGOPs proceedings, IEEE Computer/Software/Micro....).

I find that newsgroups have interesting threads. Wikipedia is starting to have lots of good information on topics.

But I don't learn much from websites.

I have a very hard time keeping up, but about half of that is because marketing guys keep inventing new buzzwords for old ideas. ("Model driven architecture" === fancy new term for "Specification"). The other half of the problem is real: people build more complex systems and face more complex issues.

I'm happy if I can recognize that buzzword when I trip over it.

share|improve this answer

follow various open source organizations and programmers on twitter. news.ycombinator.com and reddit are extremely good, instead of reading morning news papers I log on to those sites :)

and I usually keep checking the home pages of my favourite open source projects and tools that I use or I am interested in.

You can also use miro : an open source video player that lets you download and watch videos from various free internet TV channels that serve content only for GEEKS like us.

share|improve this answer

I listen to a few podcasts, read a lot of RSS feeds. I usually end up getting my news on gadgets from engadget, programming news from either here or programming.reddit.com. Also some fine programmers on twitter.

Edit: A few programmers on twitter:

  • @codinghorror
  • @wilshipley
  • @SteveStreza
  • @mattcutts
  • @kathysierra
  • @gvanrossum
  • @jakemarsh
  • @andysowards

Edit: Here are the blogs I read in google reader bundles.

Tech Programming

share|improve this answer
Would be nice to see a list of people to follow on twitter in terms of programmers – djhworld Jun 26 '10 at 18:59
Here's a shorty list... there are a lot more out there. – evantravers Jun 26 '10 at 19:27

Keep working on new, difficult, and interesting problems. Technology is a solution to a problem, not an end in itself. Difficult problems can be aided by good technologies, and you'll naturally pick up, learn, and apply new things that make things easier for you.

Just trying to stay "current" .. there's a million technologies that you don't need, will never use, and will get obsolete before you use them. You don't need to know everything.

share|improve this answer

The SlashDot rss feed keeps me up to date on most things geek. (Not directly programming related most the time, but always relevant.) It's a better source for tech news specifically than Lifehacker, though Lifehacker does have nice pieces every now and then.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.