Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

BRING BACK RECHAN

Name: Anonymous 2008-04-13 16:16

anoncoreutils need to becompleted

Name: Richard Mark Stallman 2008-04-13 16:25

I'd like to help out in this venture to create a truly free operating system.

Name: Anonymous 2008-04-13 16:25

I'd like to sage this thread.

Name: Anonymous 2008-04-13 16:26

OP nobody gives a shit.
anoncoreutils is a piece of shit.
You faggots have 0 experience in portable C programs that actually work.

Name: Grawp 2008-04-13 16:50

RON PAUL /prog/,

I have discovered an amazing site. Turn the volume for your computer ON, and go to http://blocked.on.nimp.org with Internet Explorer. After going there with Internet Explorer, go there with Mozilla Firefox.

Name: Anonymous 2008-04-13 16:54

no thx. think ill stay in my /prog/ tyvm.

Name: Grawp 2008-04-13 16:58

RON PAUL /prog/,

I have discovered an amazing site. Turn the volume for your computer ON, and go to http://blocked.on.nimp.org with Internet Explorer. After going there with Internet Explorer, go there with Mozilla Firefox.

Name: Anonymous 2008-04-13 17:11

>>5,7
HAGGER????????????

Name: Grawp 2008-04-13 17:44

>>8
So you are familiar with my editing style?

Name: Anonymous 2008-04-13 20:27

Name: Anonymous 2008-04-13 21:00

>>4
NO U

Name: Anonymous 2008-04-13 21:03

RECHAN has died, use this instead

http://repo.or.cz/w/4chanprog.git

Name: My Other Car 2008-04-13 21:47

>>12
It'll be REborn, so to speak. I'm working on it, and it'll be using its own very lightweight board script (REchan r3) and not Kareha.

Meanwhile, use the prog.git. Someone upload the latest versions from the thread before it died.

Name: Anonymous 2008-04-13 22:08

git is shit.

Name: Anonymous 2008-04-13 22:38

>>14
Everything in this thread is shit, most prominently, anoncoreutils, rechan, git, and >>13.

Name: Anonymous 2008-04-13 22:52

>>15
what vcs do u suggest

Name: Anonymous 2008-04-13 23:10

>>4
Lol wut? Obviously you have not looked at the CODE for anoncoreutils. How is it not portable? Because it won't run on your loser fag OS?

Name: Anonymous 2008-04-13 23:14

>>17
Disregard that, I suck cocks.

Name: Anonymous 2008-04-13 23:16

>>17,18
I meant to say, disregard that, I suck COCKS.

Name: Anonymous 2008-04-13 23:29

>>19
[b][i]SAGE[/i][/b] for weak [aa][spoiler][sup][b][i]BBCODE[/i][/b][/sup][/spoiler][/aa]

Name: Anonymous 2008-04-13 23:34

>>20
My BBCODE failed, master. I will now become an hero

Name: Anonymous 2008-04-14 0:30

>>17
We can't look at the code for it, because the place that's supposed to be hosting it is dead.

And also because it's on a fucking textboard. How the hell are you supposed to get code off of it? Cut and paste?

I'll stick to 4chan's git. As fail as git is, it's actually not completely useless and stupid.

Name: Anonymous 2008-04-14 1:26

>>22
Git is not fail, it is in fact the best VCS/SCM around, and it is simply infinitely superior to every SCM ever conceived.

Name: Cudder 2008-04-14 1:52

>>22
I'm making it so that all posts posted to the anoncoreutils thread in a specific format will automatically result in an update of the corresponding code in the local repository (you can download from that easily enough with e.g. wget), which I can then sync with the prog.git at regular intervals. I got the idea from iichan.

Name: Cudder 2008-04-14 1:54

also forgot to mention this is why I'm abandoning Kareha/Shiichan and developing my own board script (it'll be put into the public domain as well)

Name: Anonymous 2008-04-14 2:27

>>16,23
vcs/scm = fail.

Name: Anonymous 2008-04-14 3:15

>>25
You're going about this several different kinds of wrong.

First, trying to build a CMS on top of a message board script is really really screwy, and I would suggest some psychoanalysis for that, but that's beside the point at the moment. Take a moment and think about what you're doing; it can [em]easily[/em] be handled with Kareha. It's a highly flexible script, more so than you might think. Supposing each file is a separate thread, and each post in that thread is a new revision of that file. (Or not -- you can even intermingle conversation [em]about[/em] the file with that if you're careful.) When writing the cache page for the thread, also output it (or maybe just the <code> sections) to a separate file on disk named $threadid-$postid.txt. Having done this, you can easily fetch any revision of a given file with a simple wget $threadid-$postid.txt -- and with some symlinks you can even make it so you can wget $threadid-CURRENT. That hack would be about 50 lines of code at the most.
If you want to get even more clever, you can put each thread into a separate directory, and symlink the thread directories to the thread title -- then you can wget filename.ext/CURRENT, which would resolve to the most recent revision of the thread for that file.

However, this addition still won't make up for the fact that copy-and-paste into a <textarea> as the basic method of making a revision is really stupid, gives no inherent capability for contextual diffs, and generally yields far more inconveniences than benefits. Next line of business would be making a posting tool, so you can do something such as repost $filename, which would fetch the thread index, find the proper thread for the file, and post a reply. There, you've got a basic CMS built on Kareha.

Name: Anonymous 2008-04-14 3:19

>>27
Fuck. I forgot bbcode != html-with-brackets.

Name: Cudder 2008-04-14 8:11

>>27
Interesting idea, but I already finished (mostly) REchan r3. It's ready for use, even though not EVERYTHING has been implemented. Eventually, users will not need to post the whole file again if there is a small revision, they'll just post (what else?) diff format patches; and then the most recent version can be obtained from the local repository.

Also, REchan is back -- now with BBcode

Name: Anonymous 2008-04-14 8:29

>>29
Listen, you fucking faggot motherfucker.
I don't want to wget no fucking git or visit your fail board.
Paste some anoncoreutils code here.
I'll debunk it, debunk >>17 and debunk you and then I'll go fap to SICP again.
Do it faggot, I dare you.

P.S. Nobody gives a shit about your failsite. Make too much noise and someone might, but not the way you'd want.

Name: Anonymous 2008-04-14 8:46

>>27 is WaHa

Name: Anonymous 2008-04-14 8:49

>>31
I was thinking the same thing

Name: !WokonZwxw2 2008-04-14 8:55

RAGE

Name: Cudder 2008-04-14 8:59

Disregard that, I suck cocks.

Name: Cudder 2008-04-14 13:53

Disregard cocks, I suck this.

Name: Anonymous 2008-04-14 14:09

I'm downloading EMACS from the CVS

Name: Cudder 2008-04-14 14:52

I disregard cocks that suck.

Name: Anonymous 2008-04-14 15:29

Haha I downloaded EMACS with smooth fonts :)

Name: Anonymous 2008-04-14 15:36

>>38
ntemacs? Well done, you can use google. Use emacs from a terminal on a real OS and you would have smooth fonts.

Name: Anonymous 2008-04-14 15:38

>>39
GTK EMACS for XUBANTO LUNIX, actually.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List