Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
nitros
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
31.
▲
by
nitros
5y ago
I built a tool https://github.com/simmsb/container-per-ip that manages spinning up containers such that each source IP gets it's own container, and automates shutting down containers after a period of inactivity.
32.
▲
by
nitros
6y ago
You might find https://doi.org/10.1145/3401335.3401366 ( https://eprints.lancs.ac.uk/id/eprint/144135/1/FromOneEdge_M... ) interesting, it looks into the increase in carbon emissions
33.
▲
by
nitros
7y ago
Same here, one of my long ongoing projects is a scheme compiler following the same ideas as chicken ( https://www.call-cc.org/ ) and cyclone ( https://github.com/justinethier/cyclone ). The compiler is wri
34.
▲
by
nitros
8y ago
You really shouldn't open up a compiler running on your own device, especially as your own user. https://security.stackexchange.com/questions/138881/is-it-da...