Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)MU
🎧MutatedBass🖱️ @ MutatedBass @beehaw.org
Posts
25
Comments
53
Joined
2 yr. ago

  • Been playing Foxhole with a buddy of mine. The game is pretty cool. An mmo with a persistent war that lasts until one side takes the entire map, which is pretty large. All the guns, ammo, vehicles, respawns, etc. are player made and need to be transported to fronts. It's a lot to take in but it's engaging even while you're learning.

  • Spelunky 2 - $20. One of my all time favorites here. Over 200 hours in, don't regret any of them. I could easily double my playtime without seeing everything.

    Dark Souls 1 - $30(?). Back in my teen years on the 360 I bought Dark Souls without knowing anything about it. I played through it with a buddy, passing the controller on death, and we had a blast. That first run transcends money for me, I would pay anything to keep that memory. Recently that same buddy and I replayed the game together and are now reworking our way through the series.

    Racingmaybe - $3. This game is amazing. It's a turn based drag racing game with an upgrade system. This is the best driving game I have ever played, far and away. It's a hobby project by a solo developer. At it's $3 price point this game is well worth the money. Seriously, if you're reading this, buy it. Or drop your Steam name and I will gift it to you.

    Mount & Blade: Warband - $20. This game is really starting to show its age but I still love it. Endless mod potential gives it tons of replayability.

    I could go on forever but these ones came to mind first.

  • I watched the whole video trying to keep an open mind, but what they showed off just looks so generic. Quick time events, very basic looking fps mechanics, flight looks like War Thunder arcade battles. At least the gfx and animations looked pretty cool, although imo this is the least important factor of a good video game. Will probably be a skip for me, if it ever releases that is.

  • I use Sayonara. Not my screnshot, I usually have the spectogram open on the left cause I think it looks cool lol. Sometimes I use VLC if I just want to listen to a particular thing quickly.

    On mobile I usually use Gelli to stream my music library from my Jellyfin server on my desktop.

  • No worries. Personally, the only reason I would want sole ownership of a piece of music would be to release it freely to as many people as possible.

    Wu-Tang Clan made an album back in 2015, only one copy of the album was ever made and it isn't available digitally. The album was originally sold for $2 million, before it was seized by the US government and resold for $4 million to settle debt.

    If I were to somehow come into ownership of something like this, I would work to somehow release it to the public (like the current owner is). I don't like the idea of hoarding art for myself.

  • I'm confused about what exactly you're asking. Are you asking what is the maximum we would spend on a piece of music, like an album or a song? Or are you asking what is the maximum we would spend to be the sole owner of a piece of music?

  • Here's a script from GPT4:

     
        
    #!/bin/bash
    
    # Create a temporary file for storing file checksums
    tempfile=$(mktemp)
    
    # Generate MD5 checksums for all files in the current directory and its sub-directories
    find . -type f -exec md5sum '{}' \; | sort > $tempfile
    
    # Detect and delete duplicates
    awk 'BEGIN {
        lasthash = "";
        lastfile = "";
    }
    {
        if ($1 == lasthash) {
            print "Deleting duplicate file: " $2;
            system("rm -f \""$2"\"");
        } else {
            lasthash = $1;
            lastfile = $2;
        }
    }' $tempfile
    
    # Clean up
    rm -f $tempfile
    
    
      

    This script can be run with Termux from the root of your internal storage. Usually /sdcard or /storage/emulated/0. Do not confuse this with running from root if you are rooted.

    Before using a script that interacts with your files you should backup anything that is important just in case.

    Furthermore, if you comment out:

     
        
    system("rm -f \""$2"\"");
    
    
      

    By adding a # in front of it like this:

     
        
    # system("rm -f \""$2"\"");
    
      

    You can run the script and see what files the script would delete without actually deleting them. I would recommend doing this as I have not tested this script.

  • Music @beehaw.org

    Here Comes The Cowboy - Mac DeMarco - 100 Days, 100 Albums

    Music @beehaw.org

    Polygondwanaland - King Gizzard And The Lizard Wizard - 100 Days, 100 Albums

    Music @beehaw.org

    My Own Mess - Skegss - 100 Days, 100 Albums

    Music @beehaw.org

    100 Days, 100 Albums

    Music @beehaw.org

    100 Days, 100 Albums