Website hosted on a 24 year old Linux server
raq.serialport.org
Website hosted on a 24 year old Linux server
1–10 of 131 posts
Re: Website hosted on a 24 year old Linux server
#2Re: Website hosted on a 24 year old Linux server
#3Re: Website hosted on a 24 year old Linux server
#4The cpu (AMD K6-2 300 MHz) is a lot faster than a raspberry pi 1 for many things, it has 512mb of ram, so for running a simple webpage, it should still work good enough.
edit: especially with cloudflare infront of it...
Re: Website hosted on a 24 year old Linux server
#5Geocities days were magical. I wonder if kids today have similar thoughts about Twitter profiles and such. It’s probably much easier to pick up the knowledge — back then, it was balkanized across IRC and whatever we used before Google.
I also started writing a FF7 walkthrough all on a single page, because I didn’t know how to link from one page to another. I made the different chapters different font colors, reasoning that it was good enough to change the color when you’re trying to figure out which section to get to. Good times…
EDIT: Whoa. The view count is real time. You can see how quickly HN is hammering the page by refreshing it. The guestbook works too. I wonder what the tech stack looks like.
Doing this in modern times would be so complicated. You’ll need a database, then software to talk to the database, and maybe webpack.
Re: Website hosted on a 24 year old Linux server
#6Except it's not, not really - it's hosted by Cloudflare which even requires you to enable JavaScript to pass.
Re: Website hosted on a 24 year old Linux server
#7Surely hope that isn't running a 24-year old Linux distribution...
Re: Website hosted on a 24 year old Linux server
#8I remember how magical and mysterious a view counter used to feel when I was a kid. How did the website know when someone visited it? Where was the count stored? And how on earth could a website update its own HTML to show the new count? Geocities days were magical. I wonder if kids today have similar thoughts about Twitter profiles and such. It’s probably much easier to pick up the knowledge — back then, it was balk…
Re: Website hosted on a 24 year old Linux server
#9Surely hope that isn't running a 24-year old Linux distribution...
Originally it was 2.2
Re: Website hosted on a 24 year old Linux server
#10I remember how magical and mysterious a view counter used to feel when I was a kid. How did the website know when someone visited it? Where was the count stored? And how on earth could a website update its own HTML to show the new count? Geocities days were magical. I wonder if kids today have similar thoughts about Twitter profiles and such. It’s probably much easier to pick up the knowledge — back then, it was balk…
No, it wouldn't. All you need to store this kind of data is a simple file. Most people would probably use PHP for something like that due to its ubiquity, but it could even be a few lines of bash, or Python, or Go, or whatever...