Live data from Hacker News

Show HN: I made an early 2000s-inspired internet forum

basementcommunity.com

11–20 of 245 posts

Re: Show HN: I made an early 2000s-inspired internet forum

#11
Early 2000s message boards were so much fun.

vBulletin, hilariously awful moderation, arguments over signature sizes, cliques, random outages, people who had just got DSL posting images that ruined the experience for posters still on dial-up.

Great times. The internet feels so banal these days.

Re: Show HN: I made an early 2000s-inspired internet forum

#12

You can still go to these. Genmay.com is still on life support.

As is Something Awful, which OP lists as inspiration. The forums are apparently still self sustaining financially, but I don't believe the user count has moved significantly for around a decade.

It's unfortunate that classic web forums are dying, they're so much more useful as repositories of information than the subreddits, Discords, and Facebook groups that have replaced them over the years.

Re: Show HN: I made an early 2000s-inspired internet forum

#13

built in remix.run with a Python backend, basementcommunity is a nod to early forums from the early 2000s like something awful and fark, focusing on manual moderation and discussions happen in chronological order

Why Remix with a Python backend? Did you need Python for anything specific? Is there some specific need that a pure Remix backend couldn’t give you? Just curious.

Re: Show HN: I made an early 2000s-inspired internet forum

#15
post #12

You can still go to these. Genmay.com is still on life support.

As is Something Awful, which OP lists as inspiration. The forums are apparently still self sustaining financially, but I don't believe the user count has moved significantly for around a decade. It's unfortunate that classic web forums are dying, they're so much more useful as repositories of information than the subreddits, Discords, and Facebook groups that have replaced them over the years.

The main thing is the chronological ordering and lack of karma ordering leads to more freewheeling, breezy conversations. People aren't ego posting as much and are more liberal with speaking their minds, even if their views are unpopular. There are less flamewars, though you also miss out on some deeper discussions. This is also why I like Blind so much, where anonymity has caused it to be the best source of advice on tech careers by a mile. Blunt, harsh advice there has been life-changing.

Re: Show HN: I made an early 2000s-inspired internet forum

#17
post #11

Early 2000s message boards were so much fun. vBulletin, hilariously awful moderation, arguments over signature sizes, cliques, random outages, people who had just got DSL posting images that ruined the experience for posters still on dial-up. Great times. The internet feels so banal these days.

>hilariously awful moderation

I don’t see how anyone can hold this opinion in the current day. Early 2000s forums made a rule of ensuring things didn’t devolve into flame wars. Modern discussion technology incentivized them and turned our society into a giant flame war

Re: Show HN: I made an early 2000s-inspired internet forum

#18
post #16

After reddit implodes, I vote that we bring back forums and/or BBS's

Why wait? AWS and DigitalOcean are dirt cheap. Go set something up and have fun. A number of communities have already forked from Reddit and seem to be doing just fine. As long as you have something interesting to talk about then people will come.

Re: Show HN: I made an early 2000s-inspired internet forum

#19

built in remix.run with a Python backend, basementcommunity is a nod to early forums from the early 2000s like something awful and fark, focusing on manual moderation and discussions happen in chronological order

Why Remix with a Python backend? Did you need Python for anything specific? Is there some specific need that a pure Remix backend couldn’t give you? Just curious.

actually at the time i wrote the API, i was still considering how the FE was going to be written, so because i never used remix until this point, i didn't realize they offered an all-in-one solution.

honestly i like the seperation of concerns though, so i'm happy with it. might even rewrite the API again to teach myself rust

Re: Show HN: I made an early 2000s-inspired internet forum

#20

built in remix.run with a Python backend, basementcommunity is a nod to early forums from the early 2000s like something awful and fark, focusing on manual moderation and discussions happen in chronological order

I've been playing around with remix and i come from a python backend. would love to know more about how you mix these two ?. Is the backend essentially just a rest API with a handoff to remix for rendering ?.

yep the Python backend is a standalone rest API and the FE is running on a completely separate server
Post reply on HN