You win the prize!davo wrote:Hi folks,
I have a full copy on one of my servers, ~11gig of fully browsable forum, not sure if I should grab a specific domain to set it up on or put it on an existing domain.
The complete forum is browsable exactly like it is atm. ie: it's a full archive.
So question, do I purchase a domain such as dawkinsforum.org or rdfarchive.org or something? or just throw it up on one of my existing spare domains, something like dawkins.nomasters.org?
Saved RDF threads - thank you
- Comte de Saint-Germain
- Posts: 289
- Joined: Fri Mar 27, 2009 12:37 pm
- About me: Aristocrat, Alchemist, Grand-Conspirator
- Location: Ice and High Mountains
- Contact:
Re: Saved RDF threads - thank you!
The original arrogant bastard.
Quod tanto impendio absconditur etiam solummodo demonstrare destruere est - Tertullian
Quod tanto impendio absconditur etiam solummodo demonstrare destruere est - Tertullian
Re: Saved RDF threads - thank you!
Unlikely as in the announcement they have explicitly granted users the right to archive "any content they value" not just content that the user has created, this would extend to the right to republish that archived material as long as it is properly attributed as having RD.Net as the original source.NineBerry wrote:Also, RDF has some rights on that collection of posts. They could use legal means to stop public availability.
Re: Saved RDF threads - thank you!
Well, get a torrent up man!
Re: Saved RDF threads - thank you!
Finished downloading all the public stuff. Now only Tech Support and Off Topic is missing. Currently downloading that.
Would like to see what Davo has done
Would like to see what Davo has done
Re: Saved RDF threads - thank you!
Nineberry you know that if you pull this off, you'll automatically win every future debate on the alleged evils of copyright infringement and digital distribution etc....
- Valden
- Posts: 651
- Joined: Mon Feb 22, 2010 11:12 pm
- About me: Once upon a time...
- Location: Peyton, Colorado, U.S
- Contact:
Re: Saved RDF threads - thank you!
NineBerry wrote:Finished downloading all the public stuff. Now only Tech Support and Off Topic is missing. Currently downloading that.
Would like to see what Davo has done
Re: Saved RDF threads - thank you!
Thanks a bunch to everyone taking their time (and bandwidth) to download everything. You guys are a class act. 
-
Fact-Man
- Posts: 126
- Joined: Tue Feb 23, 2010 7:52 pm
- Location: Selkirk Mountains, British Columbia, Canada
- Contact:
Re: Saved RDF threads - thank you!
A logo can be trademarked, but isn't copyright material.life wrote:Awesome news!davo wrote:Hi folks,
I have a full copy on one of my servers, ~11gig of fully browsable forum, not sure if I should grab a specific domain to set it up on or put it on an existing domain.
The complete forum is browsable exactly like it is atm. ie: it's a full archive.
So question, do I purchase a domain such as dawkinsforum.org or rdfarchive.org or something? or just throw it up on one of my existing spare domains, something like dawkins.nomasters.org?
Careful with the legal stuff though (logo and the likes...), definitely copyrighted!
I think all references to RDF that are hard coded in the software should be stripped out of Davos's copy and he should mount a vanilla rendition fronted by a page that describes its origins and the reasons for its mounting in a new domain, e.g., convenience to one-time RDF members, preservation of historically significant material.
Cheers to Davos for doing this!
A crime was committed against us all.
Re: Saved RDF threads - thank you!
Cheers
from me too. Very clever.
Re: Saved RDF threads - thank you!
I wonder about this. The ubuntu forums have well over a million registered users and there are often twenty to thirty thousand connected at once. They have full search and I haven't seen any performance problems on that site. True they use a commercial forum software called vBulletin but as far as I can tell it is still written in PHP and using a backend MySQL database. In any case 11GB isn't that large as databases go. The whole thing can be cached in RAM on even a low end server.hackenslash wrote:Possibly, although I know of at least one other php board with a similar membership, at nearly 50,000, although the content is just shy of 1 million posts, as opposed to just over 2 million. In any event, it could work with a proper archiving system, with the oldest content relegated to a searchable archive. There are technical hurdles to overcome, but they are far from insurmountable.dylan wrote:I wonder though if the software itself was reaching it's limit. I remember reading somewhere that even putting more computers at it the forum would slow down. Perhaps phpBB has it's limits?hackenslash wrote:I have a good upload speed, and I'm happy to seed it.
I do know that one kind soul has offered hosting space with massive bandwidth, and another has suggested that a domain may just be available, so it's not beyond the realms of possibility that the forum can simply be migrated, warts and all, to another platform. I'm sure we have enough technical know-how between us to make it happen.
Re: Saved RDF threads - thank you!
Are they seriously going to create a blank slate at RD.net?
Man all those hyper-informative posts by Cali et al. I must have them! aaaaaaaaaaaa
Man all those hyper-informative posts by Cali et al. I must have them! aaaaaaaaaaaa
Re: Saved RDF threads - thank you!
Damn and I'd only just started doing a list of some of the funniest things people had said, so it's only a short list, I could start a new thread with those and then you can add some of your choice ones to it.ginckgo wrote:Are they seriously going to create a blank slate at RD.net?
Man all those hyper-informative posts by Cali et al. I must have them! aaaaaaaaaaaa
- eXcommunicate
- Mr Handsome Sr.
- Posts: 821
- Joined: Mon Mar 09, 2009 6:49 pm
- Location: Indiana, USA
- Contact:
Re: Saved RDF threads - thank you!
I think our monumental "debates" in Spring/Summer 2008 over Clinton vs. Obama qualify! teeheeFact-Man wrote:I think all references to RDF that are hard coded in the software should be stripped out of Davos's copy and he should mount a vanilla rendition fronted by a page that describes its origins and the reasons for its mounting in a new domain, e.g., convenience to one-time RDF members, preservation of historically significant material.
Michael Hafer
You know, when I read that I wanted to muff-punch you with my typewriter.
One girl; two cocks. Ultimate showdown.
You know, when I read that I wanted to muff-punch you with my typewriter.
One girl; two cocks. Ultimate showdown.
Re: Saved RDF threads - thank you!
I've saved a few threads that I've posted in and collected the Political Compass scores, but the horrid search engine won't find all of my posts for me.
Since more than one person here is saving threads en masse, I suggest that we coordinate our actions and create lists of all the threads and posts that we had succeeded in saving. Not by hand, of course, but by writing programs that can walk the directories, and read and parse the files.
I've had some experience with doing similar sort of things with saved messageboard posts, though on a much smaller scale.
What one might do is make a giant list of forum ID's, thread ID's, and post ID's, like:
f <id>
t <id>
p <id>
for thread <id> in forum <id> and post <id> in thread <id>. The posts could have other identifying info, like username, date, etc., and the threads and forums their names. Once we get these humongous lists, it's possible to compare them and find out who has what.
I like to write in Python and run my programs off of the command line; I run AppleBSD a.k.a. NextStep a.k.a. MacOS X. I don't know how easy it might be in Windows to run on the command line something like
python (program) (args)
Finally, I have a lot of experience with vBulletin. It's payware ($195/license), it is written in PHP, and it uses a MySQL database to store its data. I've also seen vBulletin run with huge databases, like in IIDB, now FRDB -- about 6 gigabytes. vBulletin users have also written oodles of add-ons for it, like custom-BBCode tables and plugins that do the work of various template edits.
Since more than one person here is saving threads en masse, I suggest that we coordinate our actions and create lists of all the threads and posts that we had succeeded in saving. Not by hand, of course, but by writing programs that can walk the directories, and read and parse the files.
I've had some experience with doing similar sort of things with saved messageboard posts, though on a much smaller scale.
What one might do is make a giant list of forum ID's, thread ID's, and post ID's, like:
f <id>
t <id>
p <id>
for thread <id> in forum <id> and post <id> in thread <id>. The posts could have other identifying info, like username, date, etc., and the threads and forums their names. Once we get these humongous lists, it's possible to compare them and find out who has what.
I like to write in Python and run my programs off of the command line; I run AppleBSD a.k.a. NextStep a.k.a. MacOS X. I don't know how easy it might be in Windows to run on the command line something like
python (program) (args)
Finally, I have a lot of experience with vBulletin. It's payware ($195/license), it is written in PHP, and it uses a MySQL database to store its data. I've also seen vBulletin run with huge databases, like in IIDB, now FRDB -- about 6 gigabytes. vBulletin users have also written oodles of add-ons for it, like custom-BBCode tables and plugins that do the work of various template edits.
- HughMcB
- Posts: 157
- Joined: Mon Feb 22, 2010 10:59 pm
- Location: Toronto, Canada. . . . . . . . . . . . . (natural habitat: Ireland)
Re: Saved RDF threads - thank you!
Timonenfail wrote:We are all very excited about the new changes.
Quote-mine Dawkins wrote:If I ever had any doubts that RD.net needs to change, and rid itself of this particular aspect of Internet culture, they are dispelled by this episode.
Who is online
Users browsing this forum: No registered users and 7 guests