-
I love this, just under 1K! I didn't go over all the code, but it looks pretty neat.
Would you mind if I clone the puzzle in the Gigatron-rom repo, so I can include it as a preloaded program in its…
-
I want to be able to run luvit 24/7 on my VPS, so I am wondering if there is anything I can do that works like pm2.
-
I have python3.7-dev and python-nightly in my CI script. Recently they started failing when I call app.router.add_get()
This is a minimal reproducer, works on 3.6 and fails on 3.7-dev
```
import…
-
/home/travis/virtualenv/python3.8-dev/lib/python3.8/site-packages/aiohttp/multipart.py:8: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprec…
-
This host lacks a Location: in this redir -- a not unusual thing on the Internets:
```
$ curl -D /dev/tty https://www.enterprisecarshare.com/robots.txt
HTTP/1.1 302 Moved Temporarily
Content-Type…
-
The rules of Hunt the Wumpus specify that the maze is a dodecahedron. The current maze generator produces a maze that is, as far as I can work out, 5 tetrahedrons connected in a line. This is quite di…
-
the algorithm improvement section seemed promising, but was hard to follow… partly the model of the graph was a little confusing (maybe more info about hunt the wumpus, or maybe if the details of the …
-
I use a browser extension check4change to monitor HN for comments about things I care about, like my employer. I highlight the result count, and if that changes, I get an email.
Queries without quote…
-
## Long story short
Typically connector timeouts means time waiting for a connection to a server, and does not include any time waiting for a connection from the pool
This is because the timeout…
-
Should add the remote target IP address as field "WARC-IP-Address" to CC-NEWS response records. Thanks, @wumpus for detecting this!