That's right. I'm too bogged down in study to get things done.
I'm looking for a programmer to help out with some big things, including:
You will need to know how to work with Perl 5.8, mod_perl, Apache2 all working under Debian Linux. You might want to get yourself very familiar with Kareha as well.
How much will you be paid: Nothing! I don't have a spare cent on me since I'm a broke student. All code you create will be either under OSI approved licencing, or public domain. You will be recognised for your efforts. More than one person can work on the task.
Anyone who can help me out, please give me an email. As much as I am a bit desperate for this, I won't take on any joker.
What's the advantage of mod_perl over CGI? I know it's faster, but isn't that just because it doesn't reparse all the Perl? It seems like that if you needed real speed it would have to use FastCGI (lighttpd?) so it didn't have to reload the data files all the time.
CGI not only reparses, it also reloads perl every run. It's reliable, but slow.
mod_perl does two things:
You get a large speedup even with unmodified perl programs because the perl interpreter doesn't have to be reloaded every run. If you wrote with mod_perl specifically in mind then it'll also never rerun the compiler either (unless you use eval()).
FastCGI is almost as fast as mod_perl running a mod_perl script, but it's more stable and scales better. Unlike mod_perl, you get no benefits unless you specifically write with FastCGI as the target (which isn't hard: http://search.cpan.org/dist/CGI.pm/CGI/Fast.pm).
age!
Actually, i'm currently building a system like this one, but i'm not using perl. I'm using PHP and MySQL. If you interested, put your message here, i'll check it later ^^
The reason i use Php is that :
But i'm now very busy at school. Maybe i expect it will be done in about a month or less.
I believe the script 2channel uses is 0ch, which can be found here:
ttp://jspace.s26.xrea.com/
Ah i think you are right ^^, thanks for the link. I still can't believe that the bigest forum on the world is using such a small script ^^
>>5
This isn't your thread to advertise for help, it's for me. :@
Why am I using Perl and flatfiles and not PHP+MySQL:
Feel free to argue with me on this if you want kids, this site is powered on Perl. Do I know PHP? Why yes I do. I like Perl more. My offer still stands for assistance, however I'm going to obviously do the lot myself if no one responds.
> kids
What pretentious asshattery. So you don't like PHP for various reasons (some imagined, but no matter); must those of us who do now be beneath you? Get the fuck off that high-horse.
Jesus.
Well, i'm not advertising here, in fact, i'm trying to help you IF you want to use my code :D So if you don't want, just say it, no need to compare Perl to PHP. And if you think i haven't learn perl, you are wrong.
And i'm not a kid, i might older than you, you know.
Please to stop arguing now! Look, there are other PHP vs PERL & related threads!:
The PerlHP thread
http://4-ch.net/code/kareha.pl/1106527155
PHP users are dumb
http://4-ch.net/code/kareha.pl/1120533289
>>7
I doubt that the actual script 2ch uses is the one on there. Probably 2ch uses a modified version of it.
As squeeks already said, why would you want to use SQL? You can create a much more streamlined system using just flatfiles. You're not going to be doing any complex queries into the database anyway, so there's nothing to gain from it, except extra load to access the database.
I think this says more about the other scripts being used than about 2ch. Most board scripts are full of utterly useless bloat.
A bit defensive, are we?
>A bit defensive, are we?
I could say the same about >>8.
Okay just let stopped it, this thread is not for that anyway. Sorry for being the starter of flames.
>>7
The reason 2ch uses a small script is well-documented in unix.swf, available at the nearest 2ch Flash depository near you.
Anyone who defends PHP and doesn't mention mod_php is an utter buffoon. It is the only good part about PHP and it still is absolutely horrible. If you haven't tried Java, Perl, Ruby or anything else other than PHP for web garbage keep your ignorant and clueless pro-PHP attitude to yourself.
>>17 is DQN
Mentioning mod_php in a PHP debate is like making a big point out of the fact that Perl has an executable you can run to interpret Perl code. mod_php is, for all intents and puproses, the totality of PHP.
mod_php isn't the totality of PHP. It has a command-line version as well, which is useful if your entire app is in PHP and you need something like cron to call the same code.
I know very well about the command line version of PHP, and yet I still said what I said.
I am ageing this thread for this:
http://beta.4-ch.net/dis/
It's created so that if anyone is actually interested in the code behind the site, or contributing to it has a place to talk about it. I hope someone does.
WHUT HAPPONED?
You bumped a year-and-a-half old thread, that's what happened, you fucking retard.
IM AVALABEL
PHP = DQN