• 0 Posts
  • 13 Comments
Joined 3 years ago
cake
Cake day: October 4th, 2023

help-circle





  • People who don’t like codeberg can just go somewhere else (even back to github) and/or found/support an alternative that better suits their needs.

    searches

    https://gitgud.io/ provides free GitLab hosting for open source projects.

    https://gitlab.com/ has a free tier for personal/open source stuff, though looks like it has a 5 user limit on said free tier.

    Gitea can be self-hosted. It doesn’t look like they provide free hosting themselves, though, just paid. Apparently it’s considerably less resource-intensive to host than GitLab.

    GNU Savannah is available if one is writing projects under a specific set of licenses (the GPL family).






  • Secondly, I couldn’t even install qemu if I wanted to because it wasn’t in the apt repositories that shipped with Debian.

    Debian has a non-free repo containing non-open-source software that it hasn’t historically enabled by default, but I don’t think that that’d apply to qemu. I’m pretty sure that’s all open-source.

    goes looking.

    qemu’s been in the Debian repos since…checks sarge, which was released as a stable release in 2005.

    And it was in main, not non-free, so it should have been there as an out-of-the-box enabled repo:

    https://snapshot.debian.org/archive/debian/20050312T000000Z/pool/main/q/qemu/

    QEMU only came out in 2003.

    https://en.wikipedia.org/wiki/QEMU

    QEMU is free software originally developed by Fabrice Bellard; the first preview release was in 2003.

    It looks like it was packaged in Debian unstable since 2004, though I wouldn’t recommend jumping right on unstable to a new user.

    $ apt changelog qemu-system 2>/dev/null|tail -n 15
    
     -- Paul Russell <prussell@debian.org>  Mon, 15 Mar 2004 23:56:25 +0100
    
    qemu (0.5.2-2) unstable; urgency=low
    
      * Fix build problem so bios.bin etc. can be found. (Closes: #237553)
    
     -- Paul Russell <prussell@debian.org>  Fri, 12 Mar 2004 05:43:00 +0100
    
    qemu (0.5.2-1) unstable; urgency=low
    
      * Initial Release. (Closes: #187407)
    
     -- Paul Russell <prussell@debian.org>  Wed,  3 Mar 2004 02:18:54 +0100
    Fetched 314 kB in 0s (1,431 kB/s)
    $
    

  • For anyone else who, like myself, doesn’t know what a BC-250 is:

    https://bc250.info/

    AMD BC-250

    A PS5 APU’s second life as a budget Linux gaming PC

    Originally built for crypto mining, these cut-down PS5 APUs were headed for the scrap heap. Then Linux driver support arrived — and everything changed. Now they’re surprisingly capable mid-range gaming PCs with 16GB GDDR6 that double as local AI inference machines.


  • https://en.wikipedia.org/wiki/LRC_(file_format)

    For time-synchronized lyrics.

    It looks like my Scandroid audio files from Bandcamp have embedded non-synchronized lyrics.

    $ metaflac --list *08*.flac
    

    [snip]

        comment[12]: UNSYNCEDLYRICS=Beware the shadows of the drones 
    Destruction wrapped in pretty silicone 
    They’ve taken everyone I’ve known 
    And now I walk these empty streets alone 
    
    In my memory the past is fading 
    The future has been redesigned 
    It’s hard to focus on it when I’m running out of time 
    
    Surrounded by streetlights at midnight 
    My destination is unknown 
    I walk these empty streets alone 
    Digital dreams thrive in the moonlight 
    I’m only flesh, circuit and bone 
    I walk these empty streets alone 
    
    Beware the faces of the clones 
    Deception sent from Neo-Tokyo 
    They’ve erased everyone I’ve known 
    And still I walk these empty streets alone
    

    I don’t know how widespread that is.

    Note that lyrics are themselves copyrighted works, regarding simply sharing them. That is, if you want to create, say, “Lyricsnet, the new Fediverse service” or something like that, you may attract attention from IP owners.