Earlier quoted context omitted.
I figure you're doing the same as someone that cuts an article that they are mentioned in out of a newspaper and frames it on their wall. I've seen plenty of restaurants and businesses do it.
Except that's a physical product that was purchased.
I Bought a Book About the Internet from 1994 and None of the Links Worked
311–320 of 335 posts
Re: I Bought a Book About the Internet from 1994 and None of the Links Worked
#312Earlier quoted context omitted.
I just miss that it was mainly text and could be used in a terminal without missing much. More content density, better S/N ratio.
Not specifically directed at you, but sort of directed at you: I wish everyone who pined for the 25-years-ago days of mostly text pages would, instead of pining, just go out there and produce that content they want to see. Instead of pining, start writing. Hosting is cheap or free, browsers still parse simple HTML, there's nothing stopping anyone from creating a return to that simpler form.
If you very badly want to rip off the theme, it's stealable from my GitHub copy of my site: https://github.com/KeenRivals/brashear.me/tree/master/themes...
Re: I Bought a Book About the Internet from 1994 and None of the Links Worked
#313Earlier quoted context omitted.
I figure you're doing the same as someone that cuts an article that they are mentioned in out of a newspaper and frames it on their wall. I've seen plenty of restaurants and businesses do it.
Except that's a physical product that was purchased.
And: Who has been harmed here?
Re: I Bought a Book About the Internet from 1994 and None of the Links Worked
#314Re: I Bought a Book About the Internet from 1994 and None of the Links Worked
#315Earlier quoted context omitted.
Not so sure about frame, they solved 90% of the problems that SPA's are used to solve today, they could have been improved rather than replaced.
Frames have been improved into iframe and then deprecated in HTML 5. Frames were a nightmare. You can't link to a page in frames, you can't bookmark it either. Frames break the back button. Come in via search engine? You're only in the main frame, your navigation frame is missing. Want to print? Lol, good luck with that. You always ended up (either intentionally or unintentionally) with a browsing session within some…
Re: I Bought a Book About the Internet from 1994 and None of the Links Worked
#316Earlier quoted context omitted.
Turns out the solution to every stack overflow post will be "JavaScript is required"
Content from Stack Overflow has higher odds to survive than this, they've uploaded a data dump of all user-contributed data to archive.org: https://archive.org/details/stackexchange . It's all plaintext. This is really generous of Stack Exchange and shows they care for the long-term.
Re: I Bought a Book About the Internet from 1994 and None of the Links Worked
#317Earlier quoted context omitted.
You could try my site for Pinball Expo 1994. http://www.lysator.liu.se/pinball/expo/ Did it by hand with MS Notepad, MS Paint, Apple QuickTake 100 camera, Chameleon TCP/IP, and Mosaic for PC. I did, however, drop the webmaster email address about 20 years ago.
As a student at liu who had no prior knowledge about lysator it's always interesting to see lysator links in the wild, they seem to pop up when least expected. How come the site is hosted at lysator and how come it's still up? Sidenote: The man hosting the site has a very on-topic profile page[0]. [0] https://www.ida.liu.se/~davby02/
I was commiserating on Usenet about not being able to find affordable hosting for the website. This was way before hosting-only companies were available or even Geocities. David stepped up and generously offered room on Lysator.
As to why it's still up, I'm not sure. There was a short period where it looked like it was offline, but it's back now. Perhaps because Expo '94 is on a lot of "oldest websites that still work" lists.
Re: I Bought a Book About the Internet from 1994 and None of the Links Worked
#318Solution: https://ipfs.io > The average lifespan of a web page is 100 days. Remember GeoCities? The web doesn't anymore. It's not good enough for the primary medium of our era to be so fragile. > IPFS provides historic versioning (like git) and makes it simple to set up resilient networks for mirroring of data.
IPFS is not a real solution at the moment. It's hard to use it, the default daemon is so agressive Hetzner nearly blocked my server due to it's scanning, and your site needs to be relative-url based to be put on IPFS. On the other hand, nobody is talking about the problem of domains: yes, linkrot is a thing, but many are due to dead domains and dead blogging/content silos.
Re: I Bought a Book About the Internet from 1994 and None of the Links Worked
#319Earlier quoted context omitted.
My internship, in 2006, involved working on an IPTV prototype for Philips. I remember working on a multicast server and the set-top-box client -- the server had a DVB-T card, and rebroadcast all the BBC channels over the LAN. Since the stream was always there, changing channel was extremely fast. DVB broadcasts information packets regularly, containing the TV schedule and so on. These were also forwarded over IP, and…
The problem with using multicast for content delivery is more down to the subscriber end and how ISPs manage their networks. I worked on a (recent) project that uses multicast in the broadcast context at the mezzanine level. When you've got full control of the network, end to end, it works a lot better.
There was a vicious circle where the core didn't do multicast so the big iron routers didn't put multicast support in hardware, which made it impossible to support multicast on the core...
Re: I Bought a Book About the Internet from 1994 and None of the Links Worked
#320Earlier quoted context omitted.
I think it's fascinating the change in how we view site navigation. Another commenter gave a link to an old Microsoft site that had links all over the place. But for the most part, it seemed like sites started to standardize on navigation vertically on the left side. Now, we generally see them horizontally on the top, or in hamburger menus. But it's interested how that paradigm shifted. It seems like vertical side na…
With wider monitors, my browser is actually narrowed. I split the screen in half and devote one half to the browser and the other half to a text editor and terminal. I used to have two monitors to do that, but now just one is fine, but the side effect is that I browse in a pretty narrow window. A narrow window also makes reading somewhat nicer on some sites, since it's harder to read very long lines of text.