Love this. Web 1.0 sites were eminently readable. Shame how bad sites have gotten. Here's one I landed: http://londonbusroutes.net/
This is the one I got... I think readability is the least of the problems. https://yvettesbridalformal.p1r8.net
Every time you click this link, it will send you to a random Web 1.0 website
341–350 of 374 posts
Re: Every time you click this link, it will send you to a random Web 1.0 website
#342The web is much bigger now but in many ways feels much smaller. Everything is so samey, and there's so much consolidation that you don't really need to leave the top few sites.
Re: Every time you click this link, it will send you to a random Web 1.0 website
#343I actually love this, and I bookmarked it. Why? Not just because of nostalgia. Web 1.0 sites had a different set of UI idioms, which seem unintuitive to us, as we're too set in our new ways now. If you get past the fact they're ugly by modern standards, you'll see these sites accomplishing amazing results through startlingly simple means. It's an excellent source of inspiration, and if you combine those ideas with mo…
I still don't believe modern we design is actually preferred by the masses. Ofen times it isn't even a balance between aesthetics an clarity, because the modern pages are broken or otherwise unusable. It has gotten to the point where I wonder if maybe I'm not neurotypical. I'll take sites formatted like Craigslist 100% of the time. Now I'm just waiting for windows OS to fully replace file navigation text with iconogr…
Re: Every time you click this link, it will send you to a random Web 1.0 website
#344Related: Wiby.me: Search engine for content-first suckless sites - https://news.ycombinator.com/item?id=33373619 - Oct 2022 (65 comments) Show HN: Wiby is now free software - https://news.ycombinator.com/item?id=32027177 - July 2022 (35 comments) Wiby: A search engine for the classic web - https://news.ycombinator.com/item?id=25153524 - Nov 2020 (4 comments) Show HN: Wiby – A Minimalist’s Search Engine - https://news…
Wow, sometimes all it takes is just… 9 reposts. Probably a lesson about startups in here somewhere
Re: Every time you click this link, it will send you to a random Web 1.0 website
#345Earlier quoted context omitted.
import flask import random app=flask.Flask() @app.route('/') def random_redir(): with open('urls.txt') as of: return flask.redirect(random.choice(of.readlines()))
Prolly don't want to read the file on every request though
Re: Every time you click this link, it will send you to a random Web 1.0 website
#346Re: Every time you click this link, it will send you to a random Web 1.0 website
#347Earlier quoted context omitted.
Prolly don't want to read the file on every request though
congratulations, you've optimised a snippet that never ran – it was typed into the post form from memory
Re: Every time you click this link, it will send you to a random Web 1.0 website
#348Earlier quoted context omitted.
The iPads with buttons: too complicated for a whole swath of our population, or just for a small specific age range? I wouldn’t want the take-away point from your experience there to be over-generalised.
What do you think "a whole swath of our population" means?
I replied carefully, not wanting to nitpick. But I think the distinction is important.
Re: Every time you click this link, it will send you to a random Web 1.0 website
#349Earlier quoted context omitted.
No. Web 3.0 is only defined in terms of marketing buzz tied to crypto. It has zero use outside of that.
Not true. The semantic web people were using it to describe their ambitions.
I don't believe that their version of the term web 3.0 really took off the way that the web 2.0 buzzword did, but I vaguely understand the term having a meaning independent of the meaning given to it by crypto enthusiasts.