• 0 Posts
  • 11 Comments
Joined 2 years ago
cake
Cake day: June 27th, 2023

help-circle

  • Gnome 48 arrived on Arch and guess what – absolutely nothing broke! The only change was that fonts on non-Gnome apps got a little bit bigger. Quickly found a new switch in dconf-editor to the effect of ‘let the framework decide how to display fonts or respect user’s settings’ – flicked that from ‘Automatic’ to ‘Manual’ and everything was back to how it ought. Best Gnome update ever <3





  • I made an interactive map: drew in Inkscape, gave the interactive elements numbers for ids, then substituted the id=‘xxx’ in vim with the php code and js function calls, picking up the number from the id tag and inserting it appropriately in php code and function arguments. 250 interactive elements taken care of in a single vim substitute. My bestest development power move yet :D



    • daily important stuff (job stuff, Documents folder, Renoise mods) is kept synced between laptop, desktop and home server via Syncthing. A vimwiki additionally also syncs with the phone. Sync happens only when on home network.

    • the rest of the laptop and desktop I’ll roll into a tar backup every now and then with a quick bash alias. The tar files also get synced onto home server’s big file system (2 TB ssd) via Syncthing. Home server backs itself up on it’s own once a week.

    • clever thing is that the 2 TB ssd replaced an old 2 TB spinning disk. I kept the old disk and set up a systemd thing that keeps it spun down, but starts and mounts it once a week and rsyncs the changes to the ssd over, then unmounts it so that it sleeps again for a week. That old drive is likely to serve for years still with this frugal use.