• 0 Posts
  • 38 Comments
Joined 9 months ago
cake
Cake day: July 3rd, 2024

help-circle









  • Next time you tape over it, try this. Cut an old credit card, hotel key card, or something similar to just larger than the switch’s recess. Tape only the top edge to the machine so that the stiff plastic or cardboard covers the switch, but can be lifted up and out of the way when you need to access it. I’ve used a similar trick to protect light switches I wanted to occasionally use, but not accidentally flip along with the other switches in the next gang over.







  • Wolf314159@startrek.websitetocats@lemmy.world*Permanently Deleted*
    link
    fedilink
    arrow-up
    2
    arrow-down
    7
    ·
    6 months ago

    That’s not how physics or lawsuits work.

    If they are using smaller blades, those blades are most certainly spinning much faster than the large blades of a riding or push mower. Thus you’re just trading mass for speed and the energy exchange can remain largely the same. You can see this for yourself if you drop items (like a handful of sunflower seeds to simulate rocks) through a spinning ceiling fan or a smaller table fan spinning significantly faster; both can easily throw those seeds that get hit by the blades around a large room. This is how the smaller blades on a lawn mower would even be able to do the same work as the larger blades of a mower.

    Also many devices, like table saws, chainsaws, and lawn mowers and considered inherently dangerous to operate. Lawsuits over injury as a result of misuse (like letting children or pets into the yard while mowing) usually have to factor in this inherent danger. There are certain safety measures in place, but I guarantee no mower operator manual suggests letting kids or pets play around a mobile set of spinning metal blades. If you fail to follow the basic instructions in an operators manual while operating a dangerous device, you don’t have much ground in a lawsuit.


  • Wolf314159@startrek.websitetoLinux@lemmy.ml*Permanently Deleted*
    link
    fedilink
    arrow-up
    12
    arrow-down
    2
    ·
    6 months ago

    Just organize your library properly and pretty much every software will manage it better. There are options for organizing and renaming them mostly automatically, like EastTAG or filebot. Some people use Sonarr and Radarr to organize shows and movies, but those are probably overkill for you. The various *arrs will be more useful if you’re consuming new media through a server hosting Plex or Jellyfin. Kodi is also a waste if the library isn’t already meticulously organized and you don’t need a 10 foot interface.

    If you’re only consuming on desktop and you insist on being disorganized, then why even bother with anything other than VLC? It runs on Linux, Windows, iOS, and Android.




  • I have a very similar setup to yours, a relatively large music library around 1.7TB of mostly flac files on my server. I’m able to organize these files locally from my laptop, which at various times has run either OSX, various GNU/Linuxes, or Windows. However I do not bother pushing the files themselves back and forth over the network.

    Even if I did, I wouldn’t automate the syncing, I’d only run it manually after I’d done my organizing with Picard for that day. After all, it the organization with Picard isn’t automated, why should the syncing be? I’d probably use rsync for this.

    In actual practice I do this: Connect to my server from my laptop using ssh, forwarding X. Run Picard on the actual server through this remote connection. Picard runs just fine over ssh. Opening a browser from a Picard tag for occasional Musicbrainz.org stuff is a little slower but works. I would then use a tmux or screen session to run the rsync command when I’m done with Picard for the day for syncing to a backup if necessary.

    I don’t really bother keeping a whole copy of my music collection locally on my laptop or phone though, since It’s been bigger than is practical for a long time. Managing multiple libraries and keeping the two in sync turned into such a hassle that I was spending more time organizing than actually listening (or making mixtapes/playlists). To listen to my music locally I’ve used either Plex or Jellyfin, sometimes MPD (like when my server was directly connected to my stereo receiver), or just shared the folder via samba and NFS.