- Joined
- Mar 16, 2024
- Messages
- 300
- Reaction score
- 1,725
- Awards
- 134
- Website
- awesomesauce3000.neocities.org
rdrama.netAny good alternative sites? I'm kinda bored.
This thread has been viewed 10488 times.
rdrama.netAny good alternative sites? I'm kinda bored.
it's also funny how obvious it is most of these people have no idea what these places actually are/were. I'm guessing this must've been how oldfags felt when they started seeing their memes getting referenced in movies and tv shows.
if you like retro anime then wapchan.org is nice. there's lainchan.org as well. there's the outside world, which is easily accessible; no captcha's, no 15 minute wait time (unless you need to wear something appropriate) and no email verification needed. other than that there was one forum that was heavily inspired by the aesthetics of agora road and copied(?) it, forgot the sites name.Any good alternative sites? I'm kinda bored.
For other /m/ refugees, a group has taken control of the 8chan (.moe version) /m/ board and are posting there.This thread makes it pretty easy to spot people who don't know anything about 4chan outside of /b/, /pol/, and the big interest boards (/a/ and /v/ primarily). Hope it comes back up soon, but based on the source code being leaked it's going to be a pretty big problem. /m/ is unquestionably the best english-language mecha forum on the internet and not getting to enjoy it while Shin Gundam Evangelion-San airs is annoying.
I know that it probably won't, but I really hope that this changes up the status quo for imageboards, at least for a while.
Even if hiroshi manages to gather all 19 jannies that left and brings back the chans, a week in altchans is a lot of time. For the first time in over two decades people have no choice but to 'try something new'.I know that it probably won't, but I really hope that this changes up the status quo for imageboards, at least for a while.
I don't think version control came up in the discussion. I was pointing out that the 4chan code itself is amateurish. I don't know how they maintained it, if at all. Comparing it to something like id Software's id Tech engines is quite unusual since id's code is known for its incredibly high quality. id has also made dedicated efforts to make their engines open source, so the code is meant to be seen by other people, which wasn't the case with 4chanJust a quick reminder that ID software and programming greats like John Carmack built all the games leadiing up to Quake 3 without version control. This meant they didn't have tools like git bisect to bisect which commit a bug was introduced in to find what code causes bugs, and they also couldn't as easily spin up quick test forks/branches to try out new ideas. If a studio as legendary and widely admired by programmers as ID Software did some things amateurishly like this... well as they say, never let good be the enemy of perfect, and the codebase 4chan was built on was good enough for quite a long time.
I think the best thing they could do for round 2, is just not use php in the first place :^)
wasn't 4chan's code literally copy-pasted from 2channel?I don't think version control came up in the discussion. I was pointing out that the 4chan code itself is amateurish. I don't know how they maintained it, if at all. Comparing it to something like id Software's id Tech engines is quite unusual since id's code is known for its incredibly high quality. id has also made dedicated efforts to make their engines open source, so the code is meant to be seen by other people, which wasn't the case with 4chan
Besides, I don't think id Software ever had more than a couple of people actively working on a given engine at the same time in total. Having such a small, yet dedicated team of developers probably made it a lot easier to get away with avoiding source control
They're very different websites. 2channel was a a text bulletin board. 4chan is an image board. Layout and site structure are also very different.wasn't 4chan's code literally copy-pasted from 2channel?
It was mostly to point out that some things can be amateurish and still be fine to release, regardless, you're right. If the code was better maintained, it'd be possible to just slap a bandage over where the hack happened(Ghostscript stuff) and then bring the site back up. Unfortunately the source code leaking and so much being outdated, unsupported and deprecated code means you can just reference CVEs to see what other hacks are possible.I don't think version control came up in the discussion. I was pointing out that the 4chan code itself is amateurish. I don't know how they maintained it, if at all. Comparing it to something like id Software's id Tech engines is quite unusual since id's code is known for its incredibly high quality. id has also made dedicated efforts to make their engines open source, so the code is meant to be seen by other people, which wasn't the case with 4chan
They definitely have maintained it as evidenced by the crappy captcha system they moved to. Though I imagine that's a relatively isolated part of the codebase and easy enough to plug in a different captcha system if they wanted.I don't know how they maintained it, if at all