Notes for March 20-26

Finally having the time to do more ML stuff again.

Monday, 2023-03-20

Trying to get back into the groove.

  • Bootstrapped the again.
  • Fired up to tweak a couple of electronics cases. Tempted to re-do them in something else so I can keep learning new stuff.
  • Briefly investigated possible ways of using a semi-dead iPad as a desktop dashboard to replace my and the Amazon Echo Dot in one fell swoop, but there’s a fly in the ointment–I can’t get Siri to activate if I use the iPad’s headphone jack (and as far as I can tell that’s not something I could enable via Accessibility or similar options).
  • Decided the world needed another cloud-init-like bootstrapping mechanism for setting up new machines, so I whipped up ground-init1.

Tuesday, 2023-03-21

Definitely not getting the hang of Tuesdays. Haven’t had decent sleep in a few days, which doesn’t help.

  • Got llama.cpp installed on borg, but was not impressed by the quality of the output or the way it hallucinates within three sentences even with the 13B model. are not that useful in local environments yet.
  • Poked at ComfyUI a bit more. Getting the hang of using latent images to condition model outputs.
  • Built a new dashboard to keep track of storage metrics (am downloading too many ML models). Briefly investigated FlexDash, but found it lacking. This may be a problem in the future given that the “standard” dashboard-ui is now in maintenance mode.

Ended up staying in the office until 9PM, which isn’t healthy.

Wednesday, 2023-03-22

Tried to get an early start to the day, was borderline successful. Bing Image Creator captured the mood accurately:

Style prompts work well enough for me to use it for the kind of illustrations I like, although I don't really favor the square aspect ratio.
  • Enabled wake-on-lan on the so that I don’t have to bend under the desk or plug in a USB keyboard to wake it up (now Alexa can do it for me via ):
sudo nmcli connection modify "Wired connection 1" 802-3-ethernet.wake-on-lan magic
sudo nmcli connection modify "Wired connection 2" 802-3-ethernet.wake-on-lan magic
  • Did the same for , just because it is kind of cool to say “turn on Borg”.
  • Cleaned my desk thoroughly at the end of a long, long workday.

Thursday, 2023-03-23

Hardly any fun was had on this day.

Friday, 2023-03-24

Fairly busy day, and too tired to do anything of substance off-work.

  • Used ground-init to successfully provision a couple of piku test instances.
  • Poked at , perhaps as a way to procrastinate finishing a couple of 3D models I have in the back burner.

Saturday, 2023-03-25

Couch potato day. Spring weather is starting to trigger my allergies.

  • Read The Economist.
  • Did some sysadmin stuff, like upgrading to the freshly minted Proxmox 7.4 and updating all of its guests as well as a few other machines around the house, plus adding another set of configs to my restic backup scheme.
  • Updated my OpenMQTTGateway to 1.5.0 and poked at 433MHz sensors again.
  • Decided to fiddle with the ChatGPT 3.5 API directly (and via a VS Code extension) and see if it could generate code. Which it can, although the results are a bit janky. It gets the gist of things right, and writes decent comments, but it’s not really usable yet because among other things it happily leaves floating geometry around:
This is generally OK, but only as a starting point

Sunday, 2023-03-26

Yay, Summer time. Also, slept an hour less.

  • Reset all clocks, visited family, did chores.

  1. I don’t need the overhead of ansible and even fabric is a bit much, so I just hacked together a basic, zero-dependencies YAML-centric script to take a bare-bones cloud-init file and execute it locally. And of course I used YAML because it has to be as flawed as all the other solutions… ↩︎