Hacker News new | ask | show | jobs
by arjie 32 days ago
Bloody hell. All the way down to TCP/IP? Listen, even getting myself fully IPv6 was a freaking adventure. This is dead in the water. I've gone so far as having a Gemini instance at gemini://g.wiki.roshangeorge.dev which no one has accessed. To be honest, I don't even understand the motivation. The Internet seems fine to me. The protocols in use here are quite nice and there's always Gemini if you want a protocol that is pure document oriented.

Perhaps a HTTP browser that only `Accept`s `text/markdown` might be interesting but replacing IP is right out for me to participate in, at least.

1 comments

> I've gone so far as having a Gemini instance at gemini://g.wiki.roshangeorge.dev which no one has accessed.

If nobody else knows then they might not access, but I looked; at least some of the parts looks like interesting to me.

> The protocols in use here are quite nice and there's always Gemini if you want a protocol that is pure document oriented.

As well as others, depending on what you want to do; it is not quite as simple as "pure document oriented" (e.g. Gemini does have inputs (1x status code) and TLS as well, including authentication with client certificates).

> Perhaps a HTTP browser that only `Accept`s `text/markdown`

It might also be made to be modular so that the file formats and other features can be added separately (including HTTP, HTML, Unicode, etc also would not be forcibly built-in, and the different protocols, file formats, character sets, and other features can be done by adding them on (which can be static or dynamic; static might allow some possible optimizations but would require recompiling and/or relinking it when you want to change it)).