Live data from Hacker News

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

totallynormalwebsite.ddns.net

141–150 of 161 posts

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

#141
post #112
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…

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 have >100GB blu ray media, and that's writeable. So those exist. My BD-R from 2016 reads them correctly and can write them, so it's not some "recent" thing, except maybe the capability to create the media. I think the largest BD-R available are around 120GB.

Luckily, the gen 7 tapes are 10-100 times that large, depending on who you ask. Each disk costs approximately $2-$5 as well, assuming you get some sort of discount. Tapes are more, they hold more, but at a certain point having a disc in a jewel case is better than having some tape. bluray drives are easy to find, tape readers, not so much.

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

#146
post #25

Earlier quoted context omitted.

https://www.youtube.com/watch?v=kCCXRerqaJI

This is the greatest thing that anyone has done with any computer hardware anywhere, ever. This is more impressive to me than the moon landing. :-)

My favourite hardware music is this Radiohead cover from 2008. Blew my mind at the time

https://www.youtube.com/watch?v=pmfHHLfbjNQ

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

#147

all i want to do is see this site :( > Server uptime: 20 seconds > Server load: 157.41 158.15 155.66 oh

Where did you get that information from? I tried loading the site multiple times, but it times out / exhausted my patience

OP had posted a link to a stats page

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

#150
post #129

Earlier quoted context omitted.

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.

Well the point under discussion is that i/o from a floppy disk is slow. Most servers have much faster disks and it'd be absurd to consider this.

Also the page/buffer cache would probably cache the FAT direntries so probably not a huge issue here.

Post reply on HN