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

help-circle










  • I have my homeserver rsync three Arch mirrors and three Arch ARM mirrors in rotation on three days every week. Thus I have full local repos for these. All my machines are configured to use this local repo. The reason I do this is precisely to be prepared for the inevitable ‘Internet is broken’ scenario.





  • 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