a beautiful robot, dancing alone · showgirls über alles: kylie, angèle · masto · last.fm · listenbrainz · lovekylie

  • 0 Posts
  • 14 Comments
Joined 1 year ago
cake
Cake day: June 5th, 2023

help-circle



  • appimages just got less easy…

    i don’t know which update did it - i think it must have been os-level (i run pop_os, derived from ubuntu) - but appimages silently stopped working. double-click, nothing. finally i looked in the log out of desparation, which said ‘appimages require fuse’.

    more accurately, appimages require fuse 2 and the os had just upgraded to fuse 3. the fix is to heat-seek libfuse2, and don’t mess with any other fuse-related package as things can start wrecking themselves:

    sudo apt install libfuse2

    originally seen on an omgubuntu post









  • I really enjoy Python, but as I use it more I’ve found the quality of the docs to be an impediment. They’re hard to reference quickly.

    this, and the need to understand the wordpress core, pushed me into php long ago; python used to be my primary language.

    since about the beginning of the year, php docs now are often behind captchas. i don’t know what in my environment triggers them, but i know they trigger me, and so i’ve been refactoring things back into python. mediocre and accessible docs >> somewhat better docs behind captchas. it’s impossible to navigate the changes for change’s sake between php 7 and 8 when you keep getting stopped to identify which fuzzy photo is of a dust cloud.

    these are my home projects. for work, it’s typescript/js/react against java/spring back end. i code mostly the front end now, but since i’ve also done java, i can make better tickets when there’s a back-end problem :)



  • location access should only be needed if you’re allowing sync only on a specific wi-fi network - to android, the ability to see wi-fi network identities is what requires location permission.

    if you say sync only over wi-fi but you don’t restrict to specific networks, you shouldn’t need location to be on.

    i allow sync over (any) wi-fi but i have global discovery disabled on all devices and i don’t forward the port on my home router. if i am paired to some other wi-fi, they don’t see each other so no data is passed.