Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
8answers
1k views

Is NNTP dead?

If its dead, is there a successor? For those who didn't know: The Network News Transfer Protocol or NNTP is an Internet application protocol used primarily for reading and posting Usenet articles ...
4
votes
4answers
263 views

How to search usenet for programming questions?

I've been using usenet searches since about 1995 to get programming information, mostly for microsoft APIs. First searching via dejanews, and now google "groups" which bought out dejanews. Over the ...
3
votes
13answers
350 views

Best language communities [closed]

Often, a language won't have its own community, or the "official" community isn't the most popular one. For all the languages you use, what is your favorite place to visit (besides SO!) for help - or ...
1
vote
2answers
301 views

Best nntp to web gateway?

My company uses usenet groups on an internal nntp server and I would like to add a web server to this that would allow the usual browsing and searching but in addition provide an archive of old ...
0
votes
0answers
27 views

How does one go about indexing a binary group via usenet?

I have access to a LAMP (mysql & php) setup on a remote server. Specifically, I'm wondering how I can access/index particular binary usenet/nntp groups. I've never tried anything like a search ...
0
votes
0answers
28 views

yEncoding files and posting them on Usenet

So I'm currently working on a tool in Python that backs up certain files to usenet (I'm talking about big video files that are public anyway) Do I have to split up the files first before yencoding ...
0
votes
2answers
81 views

Posting large files to usenet using Python & nntplib: How are large files split?

I'm intrigued by uBackup, using Usenet for backing up large files. I thought it would be a good idea to use python for this, but I'm having problems understanding the correct protocol for posting ...
0
votes
1answer
91 views

NNTP usenet download messages

I would like to download usenet messages to my personal Mysql database, so without using any newsreader. At the moment i'm using IpWorks component for .NET . I've created a simple app in Vb.Net, It ...
0
votes
1answer
49 views

L&H_Reader news reader? What's this?

A message source shows User-Agent: L&H_Reader What news reader is this?
0
votes
1answer
71 views

Good backend for downloading nzb files to seperate directories

I'm laying out a download management that will segregate each users downloads, separate watched directories each download to their own folders, can't see each others queues, etc. I wanted to use ...
0
votes
3answers
727 views

Resources for creating a Binary Usenet client

I am interested in creating a Binary Usenet client as a personal endeavor. My initial plans are to write it in Mono - but I haven't started anything yet. I am familiar with C# but not the NNTP ...
0
votes
1answer
90 views

NNTP command to get count of available newsgroups

Is there an NNTP command to return the count of NewsGroups on an USENET server? (Without having to retrieving the entire list.)