Live data from Hacker News

18-year-old personal website, built with Frontpage and still updated

fmboschetto.it

151–160 of 487 posts

Re: 18-year-old personal website, built with Frontpage and still updated

#151
post #13

One of the most prolific and well-known music reviewers - Pierro Scaruffi - has a website built in 1995 with a design not updated much, or at all, since: https://www.scaruffi.com

I've come across this site many times when looking up different bands...the breadth and diversity of bands and genres covered here is truly amazing!

Re: 18-year-old personal website, built with Frontpage and still updated

#152

Earlier quoted context omitted.

Imagine stumbling upon an old-fashioned website, reading it is maintained by the CTO of Cloudflare, of all people.

I think from time to time that I should completely change it and update it. But I can't really be bothered, Cloudflare takes a lot of my time.

I shouldn't bother mate. It is fast and the content is easily accessible. I've just spent a happy half hour browsing your blog. It looks like you'll be "needing" a 3D printer soon to really waste time on building IoT stuff.

I have five different models of ESP8266 and ESP32s scattered across my desk along with Dupont wires, assorted sensors and a soldering iron, breadboards etc. Its a great way of taking your mind off the daily grind - my job title is MD.

Re: 18-year-old personal website, built with Frontpage and still updated

#153

My favorite like this site is http://www.burger.com - this dude has a hilarious array of hobbies and awesome beveled button links.

He is a member of the Cherokee Nation with interests ranging from model railroading to fireflies. And he puts it all out there on his personal webpage, updated regularly since 1996. There was a time when it was normal to stumble upon pages like this one.

Re: 18-year-old personal website, built with Frontpage and still updated

#154

Earlier quoted context omitted.

They mean USD $25,000 and not $25.

Much of the world uses . for a number separator. https://docs.oracle.com/cd/E19455-01/806-0169/overview-9/ind...

I sorta knew that. But it still feels weird for dollar amounts. As 25.000 looks a lot like 25.00 ($25 dollars, 0 cents).

Re: 18-year-old personal website, built with Frontpage and still updated

#157
post #64

My personal/hobby business web site ( https://www.rlvision.com ) is based on code 22 years ago. It's built with tables, because that's how you did things back then. The age shows. But I haven't found reason to rebuild it yet. Simply put, it works. It may not be mobile friendly, but the goal is to make available my Windows software, so my aim is desktop users.

It's funny to me that one reason why people said to stop using tables was because of file size. Now we have everyone download almost a megabyte (or more) of javascript to render a few kb of html.

Re: 18-year-old personal website, built with Frontpage and still updated

#158

I missed the tools like FrontPage/DreamWaver and gorgeous Flash websites.

Agreed. The modern-day version of those would be Scratch ( https://scratch.mit.edu/ ) which kids use to start exploring coding, but it's not the same.

You're right, it's not the same. Scratch is too Computer Science-y for something that can be as simple as a website. Text, images and video, plus hyperlinks that link one page to another. That's enough for the majority of people to share information.

I really hope something comes along that reinvigorates the public's interest in creating content that resides on their own website, rather than a walled-garden social media account.

Re: 18-year-old personal website, built with Frontpage and still updated

#159

These simple sites show us something profound: If you want something to last, don't base it on something that won't last. There are a some technologies that will never allow somebody to build a site and leave it unchanged for 20 or 25 years. Cold Fusion comes to mind. Almost nobody hosts it anymore for one. Can you imagine running the same WordPress version for 25 years? The version of PHP it runs on will be EOL long…

> If you want something to last, don't base it on something that won't last. and > I guess what I'm saying is that if you want to build a site to last 25 years without numerous redesigns, build a static HTML page. While simplicity is a great way to future proof things, I'm not convinced that this argument in general would work nearly as well without the benefit of hindsight. One could be forgiven for confusing it wit…

> It's an interesting line of thinking though: exactly what properties of HTML make it so long lived?

I've thought about this on and off for a few years. Here's what I've come up with:

1. Popularity. You can't really display anything in a web browser without it, blank pages with one AJAX script notwithstanding.

2. Ease of use. Open a text editor, type some markup, save the file with .html, and open in a browser. When you're done, transfer to a server to show the world. That's a pretty straightforward process.

3. Well-defined, open standard. Every important piece of the web is defined, from the markup to the protocol to transfer it. I think that reasonably bug-free implementations of those standards help.

Post reply on HN