←back to thread

622 points ColinWright | 9 comments | | HN request time: 0.887s | source | bottom
Show context
kstrauser ◴[] No.30079330[source]
I sure hope that's right. It was the best feeling in the world to stand up an Apache server on my Amiga, and later my little FreeBSD server, and see my friends viewing the website I was hosting on my dialup connection. It wasn't pretty, it wasn't elegant, and it certainly wasn't fast, but it was mine. I made that. From installing the server to writing the HTML, I owned that service from end to end and had completely freedom to do whatever I wanted with it.

That's what I want the Internet to look like for my younger family and friends. It'll probably never happen exactly this way, but I can picture someone running an IPv6-only service on their phone to impress their friends. I know what their smile would look like because that was once my smile, too.

replies(14): >>30079383 #>>30079412 #>>30079441 #>>30079505 #>>30079550 #>>30079551 #>>30079596 #>>30079689 #>>30079823 #>>30080525 #>>30080756 #>>30080986 #>>30082530 #>>30085966 #
1. pratnala ◴[] No.30079383[source]
Yeah no, I wish we don't go back to that. It doesn't scale at all.
replies(7): >>30079397 #>>30079407 #>>30079417 #>>30079452 #>>30079471 #>>30080013 #>>30080076 #
2. _jal ◴[] No.30079397[source]
Why does it need to?

You are not Amazon. In the unlikely event you become Amazon, you will be able to rearchitect. Trust me, Amazon did.

replies(1): >>30079508 #
3. Guest42 ◴[] No.30079407[source]
True, but I think the point was to be original and random and perhaps be popular as a result, rather than tailor everything for popularity.
4. mdoms ◴[] No.30079417[source]
Not everything needs to scale.
5. emptybottle ◴[] No.30079452[source]
HTML scales exceptionally well
6. adamrezich ◴[] No.30079471[source]
nimforum*, which powers the official Nim forums, doesn't scale for shit, yet totally works for the scale of that community. not everything needs to massively scale, and, in fact, I think the mistaken belief that everything has to scale has led to many people being dissuaded from building smaller communities like back in The Old Days.

* https://github.com/nim-lang/nimforum

7. gary_0 ◴[] No.30079508[source]
Never worry too much about problems you want to have.
8. ravenstine ◴[] No.30080013[source]
LOL If anything, a more barebones internet scales better. The less data you're sending, the more connections you can handle simultaneously, and the less code you'll need. When communication is more decentralized, there's not much of a need for most sites to need to think that much about scaling. We don't need the next Facebook or the next Reddit. I'd love to go back to more independent forums. Maybe with something better than vBulletin, at least.
9. coldtea ◴[] No.30080076[source]
Who the fuck cares if it scales? It's better if it doesn't scale. Scale is what brought us Facebook and monopolies like Google.