←back to thread

183 points crescit_eundo | 6 comments | | HN request time: 0.406s | source | bottom
1. IIAOPSW ◴[] No.45053975[source]
Even HN comment sections?
replies(2): >>45054075 #>>45055142 #
2. tux3 ◴[] No.45054075[source]
ACK
replies(2): >>45054429 #>>45055119 #
3. pwagland ◴[] No.45054429[source]
Although latency is shockingly bad.
4. unmotivated-hmn ◴[] No.45055119[source]
Even HN comment sections?
replies(1): >>45055216 #
5. npteljes ◴[] No.45055142[source]
Of course. A message queue is database, and software that handles it in a specific way to make it a message queue. So, HN could basically be that database backend for that imaginary software that turns it into a message queue.

I don't have fun examples with message queues, but I do remember some with filesystems - a popular target to connect cursed backends to. You can store data in Ping packets [0]. You can store data in the digits of Pi - achieving unbelievable compression [1]. You can store data in the metadata and other unused blocks of images - also known as steganography [2]. People wrote software to use Gmail emails as a file system [3].

That's just from the top of my head, and it really shows that sky's the limit with software.

[0] https://github.com/yarrick/pingfs

[1] https://github.com/ajeetdsouza/pifs

[2] https://en.wikipedia.org/wiki/Steganographic_file_system

[3] https://lwn.net/Articles/99933/

6. therein ◴[] No.45055216{3}[source]
At least once delivery.