HN user

snt

30 karma

Colin

Posts0
Comments12
View on HN
No posts found.

Australian plugs are the best I've used for the following reasons (amongst others, mostly mentioned in TFA): two and three-pin (earthed) use the same socket; irreversible (even the 2-pin plug is polarized); the flat pins allow a larger plug/socket contact area for current; small size; partially insulated power-pins stop shorts if stray conductors fall on partially-plugged in plugs. (I'm not Australian and don't live there.)

Sort of handy 6 years ago

I've actually found the output faster to parse if it's all in consistent units (megabytes [-m]). Also find adding a grand total [-c] and staying on one filesystem [-x] useful. I.e. in ~/.bashrc:

  alias dua="du -cmx --max-depth=1"
  alias duas="du -cmx --max-depth=1 | sort -g"

Thanks.

I did not know about Amazon GameLift. I guess I just used the word "fleet" to mean "a collection of similar things under unified control". (Unified control being the aim of the project.) In this case, as building block, I'm using robust, persistent reverse SSH tunnels.

I run https://picojump.com which I started this year.

It evolved to scratch my own itch: simplifying the access, management, and monitoring of a fleet of distributed Raspberry Pis (running Raspbian, on private networks) without requiring any proprietary client-side code. Though it meets the submitter's criteria, it's not [yet] providing enough to live off.

While doing circuit training, a student pilot can do 5 training circuits of 6 mins each using 30 minutes of battery. They'll probably be so overwhelmed and fatigued afterwards (well, I was anyway) that their day's training is over. That's five or six exhausted student pilots per exhausted battery. :)