Addicted to RSS
Addicted to RSS
So I've become addicted to RSS. There's literally 30+ blogs I read plus 10 or so news sources related to technology, space and gaming plus a bunch of other stuff. And I'm just beginning to venture out onto the Internet.
There's this great feature in IE7 and Firefox that finds RSS feeds on webpages. It's awesome, I never would have found some of the links hidden way in the bottom of the page or on some random image. Also, Live.com has a nice feed finder here.
Of course, tabbed browsing news sources like Slashdot and Wikipedia have greatly increased my information intake thanks to middle click opening links in new tabs and closing unneeded tabs (my favorite IE7/FF feature). Combined with RSS telling when stuff has been updated, I never spend time venturing out to webpages to see if there's any new content. I'm not any better at finding information, but technology has significantly narrowed the time gaps between finding it.
What feeds or blogs do other people subscribe to?
I've started a blog on transitioning from college to industry as a software engineer on MSDN if people are interested. CoolBeans. Anyone else write a \"interesting\" blog (aka about a topic, not about yourself)? Must have an RSS feed for me to be interested.
There's this great feature in IE7 and Firefox that finds RSS feeds on webpages. It's awesome, I never would have found some of the links hidden way in the bottom of the page or on some random image. Also, Live.com has a nice feed finder here.
Of course, tabbed browsing news sources like Slashdot and Wikipedia have greatly increased my information intake thanks to middle click opening links in new tabs and closing unneeded tabs (my favorite IE7/FF feature). Combined with RSS telling when stuff has been updated, I never spend time venturing out to webpages to see if there's any new content. I'm not any better at finding information, but technology has significantly narrowed the time gaps between finding it.
What feeds or blogs do other people subscribe to?
I've started a blog on transitioning from college to industry as a software engineer on MSDN if people are interested. CoolBeans. Anyone else write a \"interesting\" blog (aka about a topic, not about yourself)? Must have an RSS feed for me to be interested.
- Testiculese
- DBB Material Defender
- Posts: 4689
- Joined: Sun Nov 11, 2001 3:01 am
-
- DBB Supporter
- Posts: 1444
- Joined: Tue Aug 07, 2001 2:01 am
Just reading your \"Harry Coder and the Wizard Compiler\" section... a lot of good (if already well-known) tips, especially the one about macros and parameter expansion. But when you said that the compiler, being a Turing-complete device, can calculate anything that can be calculated, you are mistaken. The countability argument proves that a Turing-complete device can't compute everything. Also, consider pointer aliasing; if the compiler could solve pointer aliasing, it could solve the halting problem. Clearly this is not the case, so we wind up with pointer aliasing, which is a pain in the ass.
(Sorry, I've been doing research on program specialization for the past few months and just happened to catch that post at the right time)
(Sorry, I've been doing research on program specialization for the past few months and just happened to catch that post at the right time)
Re:
Exactly my story. If upgrading wasn't mandatory for my homebanking app, I would still be using IE5. I don't care much for blogs and other trends (although there might be some interesting ones out there). I read a quality local newspaper online and that's about it. The rest is pertaining to my business.Testiculese wrote:I have no RSS feeds. I haven't paid enough attention to them to find out what they really are. They're just blogs, eh? Tech and space feeds I might be interersted in...where do you view the feeds once you (I guess) subscribe to it? Right in Firefox?
GMail however, replaces God. I don't know how much time I've saved using GMail, but it's an excellent tool. Only drawback is that all your data belong to Google
Re:
Really? It works for me.fliptw wrote:RSS, Really Simple Syndication, is a standard to distrubte frequently updated content.
You can suscribe to this forums RSS with Firefox, and have a bookmark direct to every thread thats made.
Except RSS is a bit broken here at the DBB
My mistake, I remember reading that a C++ compiler is Turing complete, but I honestly don't know a whole lot about what that implies. However, you can compute a great deal more complex things once you consider metaprogramming than you could without.DCrazy wrote:But when you said that the compiler, being a Turing-complete device, can calculate anything that can be calculated, you are mistaken. The countability argument proves that a Turing-complete device can't compute everything.