erynwells.me/content/blog/2023/netscape-meteors-retrospective/index.md
Eryn Wells 383234e983 Address all warnings during the Hugo build
- Add descriptions for pages that have too much content
- Add an image orientation override param so that I can specify orientation when it's missing from EXIF
- Move the author.name and author.email configurations to params; delete author.yaml
2023-12-18 11:22:14 -08:00

1.7 KiB
Raw Blame History

title date description categories tags
Netscape Meteors: Retrospective 2023-08-05T17:14:40-07:00 Someone shared my Netscape Meteors post on the Orange Website, causing it to be moderately viral for a few days. Heres an update on the web traffic my server received.
Tech
History
Meta
Netscape
Web
Web Browsers

Last week, I published a small blog post about trying to find the original [Netscape "meteors"][meteors] loading animation. At some point that night, someone posted it on the orange website, and ... it did some numbers.

As of today, five days later, my server has registered just over 200,000 page accesses.

{{< figures/code >}}

% grep "GET /blog/2023/08/netscape-meteors/" \
    /var/log/nginx/access.log | wc -l
  200201

{{< /figures/code >}}

Bandwidth saw a bit of a spike too.

{{< figures/image name=bandwidth-2023-08-05.png shouldShowTitle=false >}}

To my knowledge this is the first time anything I've published on the internet has been picked up by Hacker News. It's jarring to realize so many people have visited my website in the last several days, reading this and other things I've written, listening to music I've published, and looking through photos I've posted. It's a little like having surprise house guests and realizing you haven't tidied up in a little while.

I only took a brief look at the comments. I was pleased to see they were civil, and mostly reminiscing about the days of Netscape and the early web. I had a few people reach out to tell me they enjoyed my post too.

Thanks, y'all, for reading my little corner of the web, and for your kind words.

[meteors]: {{< ref "blog/2023/netscape-meteors" >}}