HackerTrans
トップ新着トレンドコメント過去質問紹介求人

cglodt

no profile record

コメント

cglodt
·2 年前·議論
Interesting, there's also the very similar https://github.com/linuxserver/docker-baseimage-kasmvnc
cglodt
·4 年前·議論
Check out plotille: https://github.com/tammoippen/plotille
cglodt
·4 年前·議論
I'm also reminded of Max Gladstone's "Craft Sequence" novels, which have some meso-american themes in a universe where "lawyers ride lightning bolts, souls are currency, and cities are powered by the remains of fallen gods". Highly recommended.
cglodt
·5 年前·議論
In case you're not aware of it, I'd like to point out https://hub.docker.com/r/linuxserver/unifi-controller, which makes running it self-hosted bearable.
cglodt
·5 年前·議論
Throwing from a constructor is a fundamental way to make it impossible to construct invalid instances of a class. It's great, especially for immutable classes. Throwing from constructor + immutability = no invalid states ever.