Remix.run Logo
efskap 7 hours ago

It's the great irony of digital media. Copying data is accurate to the bit and is preserved "as-is", but in practice, it requires someone to maintain servers, to care about it. To separate out what is worth preserving.

We hot-linked to all those image hosts because we couldn't imagine them disappearing.

Archive.org had incredible foresight and if it didn't already exist, I'd call such a project a pipe dream.

sumtechguy 6 hours ago | parent | next [-]

Even Archive.org is rather limited in what it keeps. I know of a very large site that recently disappeared. archive only has part of the web html part of the site. Everything else is either gone or non accessible.

Levitating 6 hours ago | parent [-]

That's not my experience

-0_0- 2 hours ago | parent | next [-]

There needs to be some kind of "murphy's law" for this style of comment. "For any comment on the internet where someone points out an issue they've encountered with technology, there will inevitably be a reply from someone else sharing that they haven't personally experienced it."

sadlyuramoron 3 hours ago | parent | prev [-]

[dead]

cortesoft 7 hours ago | parent | prev | next [-]

> We hot-linked to all those image hosts because we couldn't imagine them disappearing.

No, we hot-linked all those image hosts because we didn't want to pay to host it ourselves.

EvanAnderson 6 hours ago | parent [-]

...and I had fun replacing images people directly linked from my server with less-- ahem-- savory images.

I enjoyed the emails I got from a couple people who were adamant I "hacked" their site because their "web developer" linked to images on my server... images that now said stuff like "I'm a loser bandwidth thief!", etc. (I never did use really nasty "shock" images-- just taunting stuff.)

marginalia_nu 5 hours ago | parent | prev | next [-]

> It's the great irony of digital media. Copying data is accurate to the bit and is preserved "as-is", but in practice, it requires someone to maintain servers, to care about it. To separate out what is worth preserving.

This is a bit idealized. In practice copying data is not quite accurate (especially in bulk) and bit-rot is a very real phenomenon, both in flight and in storage.

You sometimes encounter it when dealing with files from the early '00s, it's very common to discover a few of them are corrupt, even if they've only ever been copied between harddrives.

tekne 5 hours ago | parent | next [-]

Content-addressed storage and error correcting codes mean that one can make bitrot astronomically unlikely with honestly minimal infra investment.

It's copyright that causes anything to disappear from the web IMO -- torrents never die.

EDIT: I am aware that unseeded torrents do in fact die. But it really doesn't take much to seed a whole hard drive's worth of rarely requested data -- this also detects bitrot and so corrects errors automatically if you're not the only copy.

If you are, there's ECC, as well as making another copy.

marginalia_nu 4 hours ago | parent [-]

There are mitigations in both software and hardware, but most consumer machines, by default, do almost none of that. No ECC RAM, no error correction in the filesystem.

5 hours ago | parent | prev [-]
[deleted]
ButlerianJihad 5 hours ago | parent | prev [-]

Digital Data https://m.xkcd.com/1683/

There are many TinyMUD logs that were posted on Usenet, still to be found on Google Groups.

However, logging was controversial amongst mudders. It was almost always rude to log a private conversation without knowledge or consent; it was tacky to indiscriminately log while everyone was in the "hangout room" or Rec Room, as it were, and it was also bad form to post logs to Usenet or share them without redacting player names and other things.

But logging was built-in to most clients, and it was possible for server administrators to log (and hypothetically any malware-in-the-middle could log the cleartext, unencrypted TinyMUD TCP streams.) And many nefarious deeds by nasty players were exposed to the light when their logs were posted.