How to Search Today's Usenet For Programming Information?
DeadlyBattleRobot writes "I've been using Usenet searches since about 1995 to get programming information, sample code, etc., mostly for those standard APIs that are never documented well enough in the official documentation. At first I used dejanews, and now Google Groups (Google bought dejanews). Over the last few years, I've noticed a steady decline in the quantity of search results on programming topics on Usenet from Google, increasing difficulty with their search UI and result pages, and today I find I'm completely unable to get a working Usenet search on their advanced group search page. I'm used to searching on 'microsoft.*' or 'comp.*,' sometimes supplemented with variations like '*microsoft*' or 'comp*.' As an example, try to find a post from the 1996-1998 time period on 'database' in either the comp.* or microsoft.* hierarchies, and if you can do it, please show your search expression. There should be thousands of results, but I'm getting the result 'Your search — database group:comp.* — did not match any documents.'"
Kibo seems to know how find stuff on usenet.
Usenet is more or less dead with respect to technical discussions. They have all moved to disparate Web forums, the most offensive of which put freely-given advice from volunteers behind a paywall.
There actually are a couple of good forums for Win32 advice, such as CodeProject, and Google is still the best way by far to search MSDN, by adding site:microsoft.com to your query.
But Google's handling of Usenet, including (but not limited to) their unauthorized alteration of message content by mangling email addresses, has not been healthy for the venue.
Usenet used to be HUGE, but now it seems to be fading away. It's like all the hard-core admins who used to maintain everything are getting tired of it all.
GoogleGroups used to be good for searching stuff like this, but that too, seems to be suffering from "data rot".
Admittedly, nearly half the "content" itself could fall under the category of "rot" even when it was new, but that's for another thread...
[End Of Line]
Google groups has to be poorly maintained. There is link on google group's front page labeled "Take the tour". It points to "http://groups.google.com/intl/en/googlegroups/tour3/index.html?lnk=hptt#" which is 404. A 404 link on a front page clearly indicates that google does not care about google groups.
Go browse alt.binaries.multimedia.erotica.*, after a few minutes (give or take) you'll either be "released" from your programming stress and free to write beautiful code, or you'll be ready for a cigarette and a nap :D
I completely agree that Google has been royally screwing up this search page. I also don't see how Google could foul up this search so badly. As you point out I just want to limit my search to microsoft.public.acccess* and it doesn't work. See http://msmvps.com/blogs/access/archive/2008/08/17/google-search-is-becoming-more-and-more-useless.aspx for my blog on this topic as well. And click on the Google complaints tag.
Nobody really reads much usenet anymore, and during the decline earlier in this decade, the problem was that the poster would post but the replies would come in private email. So yes, the question might get answered, but the answer never got shared.
The reason? Spam. Usenet posts became the #1 source of email addresses to spam because anybody could easily and cheaply hook up to a usenet feed and just gobble them up. So nobody posted anymore 'cause nobody wanted their address to end up on a spam list from hell.
Eventually with little proof online that anybody was reading the questions, people just stopped posting them.
Usenet was a wonderful thing when it was needed. Today, while the idea of a central yet open (re: infinitely cloned) repository of all topics of conversation may seem nice, it'll never happen again so long as spam is a problem.
"But remember, most lynch mobs aren't this nice." (H.Simpson)
-- Joe
Pros do NOT use forums. Forums are slow & inefficient (having to visit sites individually, regularly, unless they provide decent feeds). They're also centralised, which is bad in technical circles when you know stuff can go wrong, and that people can become dictators. Generally speaking, forums tends to be haunted by younger people who grew up thinking the web was the net, and started by people who care more about building a name for their site and advertising revenue than building a functioning discussion community. Also, the moderation on forums tends to either be limited, or heavy-handed.
The rest of us use mailing lists which feed directly into our mail clients (read: not webmail), and let us search/reply/archive at will. That works out very similar to usenet, is more practical now with decent mailing list software, and so it's an obvious transition. We also like IRC which allows real-time, moderated conversation, combined with online logs of those conversations.
If you think about it, most google apps have a few really cool and flashy features (which is why I like to use them), but then tend to have lots of UI bugs. Also, it's pretty much impossible to actually report bugs to google. At best you'll find some google group on the product that no engineer ever looks at.
Aside from the one mentioned google groops had lots of basic bugs. Until recently reading comp.lang.c++.moderated on google groups caused all sorts of problems because they weren't properly handling the escape of the ++ characters in the url (every time I clicked on a link I'd have to edit the url manually to get it to work). It took them years to find out about that and fix it. Although it was a daily annoyance to me, I had no way to get it into any kind of bug tracking system.
Even worse I've *never* been able to use google gears or google docs without major bugs and error messages, no matter what browser I used (including chrome).
Gmail, google reader, and basic search are probably the only google web apps I've seen that don't have lots of bugs. I actually have a higher opinion of their desktop apps.
Reader, which is awesome and you should check out btw, used to be very bug ridden, but it's massively improved over the last year and a half.
Search actually is kind of problematic in that the basic search works fine, but lots of the extensions are broken. Last time I tried subscribed links was broken. As in, it didn't work *at all* and there was no workaround.
I think honestly that while they obviously have high quality engineers, they just have sucky QA. I think that they focus too much on unit tests, and have forgotten that a lot of basic bugs can only be detected by someone hammering on the interface of the production system and logging bugs.
Also, I think they've basically destroyed their ability to have beta software, by making all of their software beta. Now, user have no way of distinguishing what is truly production ready software from stuff that clearly isn't, except by trying it and getting burned.
>The question you ask is wrong...
>since people are no longer answering questions
>on usenet.
Some communities use usenet almost exclusively (the c++ community is basically built around comp.lang.c++.moderated and comp.lang.std.c++). Furthermore, a lot of programming mailing lists are mirrored to usenet.
The problem the poster had was that google's search for usenet sucks, which I have to agree. In general, google groups has deteriorated since they started adding non-usenet groups to the service.
>Answer:
>www.stackoverflow.com [stackoverflow.com]
Stackoverflow is great, but it has nothing to do with usenet or newsgroups.
Usenet is a place for communities of people to have discussions. Basically, it is a unified distributed bulletin board system, with boards for discussions of all topics *ever*. It is also a convenient place to mirror mailing lists, so that they can be browsed in a unified manner without having to subscribe to a million different mailing lists, or go to lots of different websites.
See: gmane.org
Stackoverflow is a question answer service.... basically the same as yahoo answers except that it is focussed on answers to programming questions. Basically, it is a FAQ generation system.
No, what killed USENET for most technical subjects is a social one: there was no social cost for posting, thus every uneducated random wanderer posted on it. Not just spam, but also posts from real persons who only had a vague notions of what whatever subject the group was about. Literally, but putting all discussion in one heirarchy was one of its biggest faults.
So where is such discussion now? Some of it, as had been said already, is in specialized web sites; most of those are moderated. But for many subjects, it has moved to old-fashion email lists. One has to be willing to risk filling your inbox with unwanted messages to even see the list much less post to it. So, few people do. Only the folks truly dedicated to that subject take that risk...and that is good. Now the discussion is between committed insiders and the signal-to-noise ratio improved greatly.
So, if you are willing to commit to your subject, find the narrow mailing list that covers it and subscribe. (Disclaimer: not all subjects have these hard-core lists, do a Google search first.)
The question you ask is wrong...since people are no longer answering questions on usenet.
Oh really? Then could you explain how exactly did comp.lang.c managed to receive today, a sunday of all days, until now no less than 78 posts, all regarding subjects like call by reference, duff's device and shared pointes? Could you explain how a medium that "people are no longer answering questions on" happens to get over 700 posts a week discussing a single programming language alone?
Do you happen to work for that site you just advertised?
Slashdot, fix your code or at least hire someone who is competent at it to do it for you.
comp.lang.c is the exception. Quite a few of the usenet groups that still have useful content are mirrors of mailing lists.
With the explosion of the web, a lot of people got into programming that never heard of usenet. Saying "people are no longer answering questions on usenet" is obviously false, but for a lot of "modern" programming languages, the usenet group is just a mirror of the mailing list - and a lot of people using (for instance) python have probably never heard of usenet.
I don't think that usenet is dead, but I don't think that it's necessarily the best place to turn to for an answer off the bat anymore.
Also, I doubt that the GP is employed by stack overflow. I think that site is ran by two guys, and is more of a "let's try to provide a useful service" type of thing than a "let's turn a crazy profit" type of thing.
kaens.blogspot.com
Sure it sounds great, what could be better then being an engineer in a company full of engineers with no management? Except odds are very good your special project will be released and never, ever maintained.
I knew for a fact they'd never maintain Chrome. They'd toss out a beta and then walk away from it. Have they updated it at all?
They'll do the same thing with Android. They'll release the first version and then walk away.
They buy dejanews, a wonderful resource, and now most of the results are spam come from spammers who abuse their own "Google Groups" system!
Even friggen Analytics has had Event Tracking in private beta for over a *year*. Their documentation never mentions the fact it is beta, but if you implment Event Tracking, you'll never see a change in your reports... why? Unreleased Beta.
Google, if it expects to become a major player in the software industry, needs to grow up. It has no clue how to release quality software on time. It has no clue how to maintain said software.
They need to decide if they are an advertising company or a software company. If they want to be both... good luck with that.
I have very little faith in Google at this point. They seriously need to grow up if they want to survive in the long run. Right now, they are a bunch of kids trying to pretend they are adults.