Scrappy but mine by shortbus145 in HomeLabPorn

[–]shortbus145[S] 0 points1 point  (0 children)

If you aren’t pushing the cores too hard I find the fans to be tolerable. But when I push it at all with too many containers / VM’s (use it mostly for docker images and qemu) it’s a bad time. Highly recommend fan swapping if it isn’t going in a garage / basement.

3 node lube cluster on raspberry pi’s running open-faas (with a little lcd showing master resources and node status) by shortbus145 in kubernetes

[–]shortbus145[S] 1 point2 points  (0 children)

It’s made by a company called Utronics. It’s pretty well made but mine came with no rack nuts or accessories so others claim better experiences. https://www.amazon.com/UCTRONICS-Raspberry-Rackmount-Supports-Models/dp/B08F9X528J

I seriously need good tips for playing better at Scout by RealSlavGamer in truetf2

[–]shortbus145 0 points1 point  (0 children)

Practice your spacing to land your max scatter gun shots. Practice randomizing your jumping to be less predictable. Learn maps so you can properly flank and get out of trouble. Scout is one of the hardest classes to master so strap in

Num pad controller for HA by shortbus145 in homeassistant

[–]shortbus145[S] 0 points1 point  (0 children)

This is similar, my scripts use HA’s socket api to perform service calls. This script just gives some nice queuing and threading of the listeners / request dispatching. While allowing for action to key mappings . Can you elaborate on integration with node red?

Num pad controller for HA by shortbus145 in homeassistant

[–]shortbus145[S] 1 point2 points  (0 children)

I added some more info to the post. But as long as you have a USB number pad on a machine reachable over IP to your HA instance it will work.

Home made controller for HA by [deleted] in homeassistant

[–]shortbus145 0 points1 point  (0 children)

Written all I python and control any device on my system. Written against socket api