Live data from Hacker News

I'm hosting a website on a RAID0 of 30 floppy drives

totallynormalwebsite.ddns.net

121–130 of 161 posts

Re: I'm hosting a website on a RAID0 of 30 floppy drives

#121
post #112

Earlier quoted context omitted.

If we take any portable media as the comparison, the largest I know of is 50GB for a blueray disk, that’s still something you can ‘almost’ load into 32gb of memory (if your OS and Teams app didn’t take 16gb of course).

I think thumb drives get up to several TB this days

That sounded a bit crazy to me, so I checked.

I don’t think those are actually several TB. They’re fakes that are advertised as having several TB.

Re: I'm hosting a website on a RAID0 of 30 floppy drives

#122
post #27

Earlier quoted context omitted.

Probably quieter than the DL360 I bought a few months ago and put on eBay after two hours :)

Oh, is that the one with like 10 1" fans spinning at 8,000 RPM, so that it sounds like a Harrier jet coming in for a landing?

> 8,000 RPM

Usually it's way, way more: https://store.supermicro.com/server-accessories/fans.html?fa...

Re: I'm hosting a website on a RAID0 of 30 floppy drives

#123
post #116
post #111

Earlier quoted context omitted.

Yup, even old computers that booted off floppy drives like the Atari ST and Amiga would often just load the entire data and program into memory, since their memory size was usually larger than the floppy disk. Same for the games, a lot of the loading at the beginning was to do with simply loading the entire disk into memory... basically system memory size vs block device size was the opposite way around of today... t…

Is this true? This feels hard to imagine that computers would load the entire diskette into memory. Apparently the Atari ST had up to 4MB of RAM. I can imagine many programs doing this though.

Old systems only ran one program at a time (basically). So boot floppy for OS into RAM, then load program floppy(s). Do the thing, save work to yet another floppy. Close program, maybe have to re-insert an OS floppy (ala MS-DOS). Then new floppy for next program. Only a king a 20MB RLL drive.

Re: I'm hosting a website on a RAID0 of 30 floppy drives

#124
post #121

Earlier quoted context omitted.

I think thumb drives get up to several TB this days

That sounded a bit crazy to me, so I checked. I don’t think those are actually several TB. They’re fakes that are advertised as having several TB.

MicroSD cards - about the size of a fingernail - absolutely come in sizes up to 1TB, that's not controversial or dodgy brands selling fakes. There's many brands selling cards at 512GB, ten times your BluRay example.

Portable flash drives using M.2 drives internally could reasonably be up to 8TB, but being at the high end they're expensive.

Re: I'm hosting a website on a RAID0 of 30 floppy drives

#125
post #116
post #111

Earlier quoted context omitted.

Yup, even old computers that booted off floppy drives like the Atari ST and Amiga would often just load the entire data and program into memory, since their memory size was usually larger than the floppy disk. Same for the games, a lot of the loading at the beginning was to do with simply loading the entire disk into memory... basically system memory size vs block device size was the opposite way around of today... t…

Is this true? This feels hard to imagine that computers would load the entire diskette into memory. Apparently the Atari ST had up to 4MB of RAM. I can imagine many programs doing this though.

That's right I owned an Atari STFM with 4MB of RAM.

As another example You could easily make RAM disks via a desktop menu, to facilitate the common setup of a single built in floppy drive. So you could copy files off into RAM via the GEM desktop GUI (literally drag and drop) and then put another disk in etc.

Random aside: I accidentally found that this machine would transmit audio over FM radio for a short but very useful range automatically.. blew my mind as a kid. I could never find anything official about this online later so not sure if it was an intentional design, poor EM design of the audio chip, or a hack of my particular 2nd hand franken-tari - either way it was super useful to have wireless audio in the 90s.

Re: I'm hosting a website on a RAID0 of 30 floppy drives

#127
post #32

Earlier quoted context omitted.

Seems like the bitrot is kicking in already. The main JPEG appears to have bitflip errors: http://totallynormalwebsite.ddns.net/megafloppy.jpg This is what I get, when I download the full image and convert to PNG: https://i.imgur.com/JF4wtMg.png During the conversion (with imagemagick), I get these errors: convert: Corrupt JPEG data: premature end of data segment `megafloppy.jpg' @ warning/jpeg.c/JPEGWarningHandler/4…

I managed to grab a (hopefully) uncorrupted version somehow. I'm putting it somewhere other than imgur so they don't recompress the image. MD5 d30fcc384a8e2de4fab3056bde42b00b. [EDIT: Removed dead link, use archive.org instead] > I'd be curious to know what failure mode(s) conjured the 0xf6's into existence. Today's fun fact: The MS-DOS `format` command fills the disk with 0xf6, not 0x00. Though this is linux running…

> Today's fun fact: The MS-DOS `format` command fills the disk with 0xf6, not 0x00.

Another fun fact: That character is ö under Windows-1252, the codepage in use by Windows since about Windows 2.0, and some late MS-DOS.

Re: I'm hosting a website on a RAID0 of 30 floppy drives

#129

Earlier quoted context omitted.

Yep, that's called a "negative dentry".

But if a negative dentry does not yet exist, and a filename is requested for the first time, does it read from the fs? The DDoS scenario would be doing GET requests of random nonexistent filenames. You could change the name at every step so that the check for a negative dentry is never a cache hit.

If requesting http paths result in accessing the equivalent fs paths, then yes, you can dos it. But nowadays it’s uncommon for a webserver.

Re: I'm hosting a website on a RAID0 of 30 floppy drives

#130
post #121

Earlier quoted context omitted.

I think thumb drives get up to several TB this days

That sounded a bit crazy to me, so I checked. I don’t think those are actually several TB. They’re fakes that are advertised as having several TB.

It’s maybe a bit big to call it a “thumb drive” but I’ve been putting backups on a 2TB usb “portable ssd”. I’ve also got a 256GB thumb drive, which isn’t too far off.
Post reply on HN