Super cool. Never thought of this. Would this be useful for seeding LLMs?
DOOM Over DNS
61–70 of 100 posts
Re: DOOM Over DNS
#62Okay?
Re: DOOM Over DNS
#63What is the serialization format? Base64?
https://github.com/resumex/doom-over-dns/tree/main/TXTRecord...
Re: DOOM Over DNS
#64Earlier quoted context omitted.
Look, if this was a project on using DNS to replace Dropbox or something, I'd agree with you. But the demo version of Doom just isn't that large; Cloudflare will host much larger files than that for free via Cloudflare Pages/Workers. This project is clearly meant as a fun proof of concept, not some novel way to host 3 MB for free.
I’ve heard rumors that DNS records are also sometimes used in some steganography-type communications. Great way of passing small messages in a ubiquitous and innocuous system, unlikely to be blocked or raise eyebrows by accessing.
Re: DOOM Over DNS
#65Re: DOOM Over DNS
#66Earlier quoted context omitted.
Look, if this was a project on using DNS to replace Dropbox or something, I'd agree with you. But the demo version of Doom just isn't that large; Cloudflare will host much larger files than that for free via Cloudflare Pages/Workers. This project is clearly meant as a fun proof of concept, not some novel way to host 3 MB for free.
I’ve heard rumors that DNS records are also sometimes used in some steganography-type communications. Great way of passing small messages in a ubiquitous and innocuous system, unlikely to be blocked or raise eyebrows by accessing.
Re: DOOM Over DNS
#67Earlier quoted context omitted.
I’ve heard rumors that DNS records are also sometimes used in some steganography-type communications. Great way of passing small messages in a ubiquitous and innocuous system, unlikely to be blocked or raise eyebrows by accessing.
I mean, kind of, but they're able to be cached easily and inexpensively in a way that kind of defies the intrinsic values behind steganography.
Re: DOOM Over DNS
#68I once had this silly idea to create distributed storage of arbitrary data by exploiting a range of completely unrelated sites. Say, when you want to upload your file to the System, it may store one encrypted chunk as an image on a free image hosting site, another chunk as an encoded blog post on a random forum about farming (or in the user profile?), another chunk as a youtube video, etc. Imagine having something li…
> Irmin is an OCaml library for building mergeable, branchable distributed data stores.