• 20 Posts
  • 283 Comments
Joined 2 years ago
cake
Cake day: July 21st, 2023

help-circle


  • I use it consistently with few issues. Once in a while, usually on Thursdays (when it seems YT rolls out changes), something breaks, but the devs are quick to fix it. The last issue I experienced was when YT transitioned to SABR, and it was out for a day or two before they had things working again. I am at least perfectly capable of going without for a day once every two months.

    It’s also one of the projects I’ve used to learn more about how fixes are worked on in FOSS. I will typically run nightly builds also - I find it pretty cool to follow an issue and once they push a fix I can instantly grab that fresh build without waiting for it to be packaged.





  • cyberwolfie@lemmy.mltoSelfhosted@lemmy.worldBetter music management
    link
    fedilink
    English
    arrow-up
    7
    ·
    edit-2
    20 days ago

    I tag all my music through MusicBrainz Picard before adding to my server. I think most of the artists are good after that (i.e. if there is a featuring artist, it becomes a separate entry), but I typically use the album artist field to browse by artist.

    ETA: I have run into enough cases of Picard wrongly tagging my music that I wouldn’t want it automatic. It is not often, but enough that I would be annoyed.








  • If I had to guess, this is them meeting other Open Source contributors where they usually are, which in large part is GitHub these days.

    Out of 28 projects whose release note RSS-feed I subscribe to, 25 of them are hosted on GitHub. While I’d love to see more of these projects move away from GitHub, it is understandable that they go where the largest amount of devs are. I’d love to see more of them start mirroring their repositories to Codeberg or their own Forgejo instance though, to give developers the opportunity to contribute while not alienating the devs who stay on GitHub. At least that would lessen the loss of opportunities for the devs when ditching GitHub - but I am not sure whether it is trivial or a hassle to maintain that kind of setup.




  • tl;dr: Gradual exposure over time.

    I got used to it through work, as I had to ssh into a server to run simulations. That mainly involved navigating the file system and text editing (which I used vim for) to make some basic Python and bash scripts, including sed and awk. The latter two I never got comfortable using, and haven’t really touched since.

    I was using macOS at the time, and after using that for work, the terminal in macOS got at first less scary and then a preferred way of accomplishing certain tasks. On my work Windows computer I started missing having a proper terminal around, and I eventually found Cygwin and later Git Bash to give me that terminal fix in Windows as well. Especially with the latter I noticed few differences and could use it to a large extent as I would have on my then Macbook.

    2-3 years ago I was in need of a new computer, and at that point a laptop with Linux on it was not a very scary prospect. That is by no way saying I went into Linux as an expert, far from it, and I am still very much a newbie - but opening the terminal to work with things is not at all a barrier, which helps a lot if you use Linux and want to be able to do some changes from the defaults. If you don’t want that, I think you can go far these days without opening the terminal, but it is certainly a good skill to have.




  • That’s simple and smart. I had played around with the thought of storing encrypted versions of my password manager vault freely available, and making the password a Ceasar cipher of the first letters of each chapter of some book I am sure to find freely online. Not so simple and smart, but at least some fun. Except maybe when you actually need to use it.