Viewing profile — torqu3e
torqu3e
HN member- Joined
- Fri, Dec 11, 2020, 2:50 PM UTC
- HN karma
- 11
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About torqu3e
No profile information was provided.
Recent public activity
-
comment
Comment #45733397
Here's the 20 line bash version I whipped up a while back cuz yes lazy about writing good commit messages. Supports claude and gemini with model selection and goes into the githook…
-
comment
Comment #36729521
TLDR - use Grafana cloud and configure the agent to do the needed things. There should almost be no need to check for SSH access if the machine is up but yes you can process monito…
-
comment
Comment #32503318
$ brew list -1 ==> Formulae bash bash-completion bat flyctl kubectx kubernetes-cli mosh ripgrep # way better grep starship # awesome terminal prompt wget ==> Casks aldente # stop y…
-
comment
Comment #26659248
Mine is being an enabler for the partner's main hustle as an artist which entails being the IT guy, office manager, purchasing, research intern, whatever a small business needs don…
-
comment
Comment #26410648
TLDR - Read this https://ozwrites.com/masters/ Longer answer... Have you seen https://teachyourselfcs.com/ which is literally a tailor made resource for teaching engineers to be be…
-
comment
Comment #25871583
Running the server end on an edgerouter as well as a sub $1/month VPS and both have been smooth!
-
comment
Comment #25858652
The book Atomic habits gives a great framework on how to build great habits of making these small incremental changes that compound into big gains.
-
comment
Comment #25714237
Racknerd with a discount code from lowendbox. They let you buy storage separately as well.
-
comment
Comment #25612394
This will help understand that a lot... https://youtu.be/SkNGxM4LRKQ
-
comment
Comment #25517353
All bash version of it... pgrep -f $1 | xargs -I{} pmap -x {} | grep total | awk '{sum=sum+$4}END{printf "%.2f%s", sum/1024," MB\n"}' e.g. $ pgrep -f bash | xargs -I{} pmap -x {} |…
- comment
-
comment
Comment #25505838
Fastmail does email for my personal domain which is what I've been primarily using for not sure how many years and literally not once have I had any issues. Know at least a few oth…
-
comment
Comment #25386419
https://github.com/torqu3e/Bonafizy Not really automation now with WFH but I had it hooked to a cron or tasker to turn the kettle on 5 minutes before the morning alarm goes off. Am…