3 comments

[ 3.9 ms ] story [ 21.1 ms ] thread
Hello HN!

Made this quick project to explore how bad the internet can really screw up a REPL. Let's see how far it comes before someone runs a endless-loop, breaking everything :)

The application has the feature of rendering it's own source code as well, check it out here: http://livingthing.club/source (search for "/source" to see the handler that outputs the code)

I guess firefox 85 (or at least mine) doesn't like the .club tld? This keeps popping up as an attachment. works in chrome though.
Oh, strange. I'm also on Firefox (84 on Ubuntu, 85 on Arch and Nix) and works fine here. Hunch says it can have something to do with how I redirect port 80 to the port the application is running, something like "iptables -A PREROUTING -t nat -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 3825"