Live data from Hacker News

A website hosted on a floppy disk (Be patient while it's loading)

old.bigcat.space

31–40 of 137 posts

Re: A website hosted on a floppy disk (Be patient while it's loading)

#34

Pragmatic approach would be host it from floppy disk, but have some caching proxy before it. It could cache into RAM, most modern machines have enough memory to cache many many many floppies. Even Raspberry Pi.

This is exactly what Linux will do by default, without any special setup or config. Everything goes through the buffer cache. In fact, you would have to do active work to disable the caching.

Don’t all modern operating systems have a RAM-based disk cache?

Re: A website hosted on a floppy disk (Be patient while it's loading)

#35
post #7

Quoted post unavailable.

I think it's interesting and creative...

To me it's as interesting as putting a lawnmower engine in a container ship. Not even worth firing up because you know the ship won't move anywhere.

I'd rather read about the story and implementation.

Re: A website hosted on a floppy disk (Be patient while it's loading)

#36
post #33

Quoted post unavailable.

That's what I was thinking. Look, I stored my site in a very slow medium. See, it's slow.

Reminds me of Hotline Connect file servers, sometimes people would host directories linking to different drives in their system, including the A: drive

“See, its slow.”

Re: A website hosted on a floppy disk (Be patient while it's loading)

#37

Pragmatic approach would be host it from floppy disk, but have some caching proxy before it. It could cache into RAM, most modern machines have enough memory to cache many many many floppies. Even Raspberry Pi.

The pragmatic approach would be to not host it from a floppy. If you are going to host it on a floppy then just having it all constantly in cache somewhat defeats the point.

Re: A website hosted on a floppy disk (Be patient while it's loading)

#39

Pragmatic approach would be host it from floppy disk, but have some caching proxy before it. It could cache into RAM, most modern machines have enough memory to cache many many many floppies. Even Raspberry Pi.

The pragmatic approach would be to not host it from a floppy. If you are going to host it on a floppy then just having it all constantly in cache somewhat defeats the point.

You need somewhere to persist writes from those CGI scripts.

Re: A website hosted on a floppy disk (Be patient while it's loading)

#40
post #7

Earlier quoted context omitted.

I think it's interesting and creative...

To me it's as interesting as putting a lawnmower engine in a container ship. Not even worth firing up because you know the ship won't move anywhere. I'd rather read about the story and implementation.

Lead with the positive curiosity of wanting to know how the author did this rather than your negativity of “what’s the point?” The author could very well post a follow-up article detailing how
Post reply on HN