Static as a Server

10 points by zaphodias


whalesalad

Every single time I read a post from Dan I think brother what are you doing? It’s all just data. It’s either dynamic or it isn’t. Things are so far from ground truth these days it is silly.

cpurdy

Way back in the year 2000 Anno Domini, we used Java Server Pages (.jsp files) to build our company web site, and used a home-grown spider (we called it “Vacuum”) to suck up the entire resulting site, which we published as static resources to a simple Apache-based hosting infrastructure. At the time, servers weren’t very fast, they weren’t very cheap, Java was slow, and JSPs were slower; since the URLs all indicated that the site was completely dynamic, people couldn’t believe how fast our website was 🤣 – every page was instant! And our entire public facing infrastructure only cost $30/month in total for the company.

Aks

I don’t really get it. Does blog like that need JS at all? Or is this just more for the fun of it?