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/)HA
Posts
18
Comments
531
Joined
1 yr. ago

  • Totally normal. Just keep throwing stupid amounts of money at it so it can find a way to undercut some existing business structure by operating at a loss until that business is dead and then enshittify. Profit! /s

  • I have this OWC Mercury Pro, which I purchased after going through several cheap ones from amazon that kept dying on me. So far it’s been great. I’ve been using it to rip my cd & dvd collection. FWIW I’m running Fedora 41 and it works great.

  • I've used pecans and almonds in the past. Chocolate or other sauces are sometimes used as an accompaniment instead of the honey and nuts. Honestly, it's a free for all when it comes to toppings.

  • zoxide. It's a fabulous cd replacement. It builds a database as you navigate your filesystem. Once you've navigated to a directory, instead of having to type cd /super/long/directory/path, you can type zoxide path and it'll take you right to /super/long/directory/path.

    I have it aliased to zd. I love it and install it on every system

    You can do things like using a partial directory name and it'll jump you to the closest match in the database. So zoxide pa would take you to /super/long/directory/path.

    And you can do partial paths. Say you've got two directories named data in your filesystem.

    One at /super/long/directory/path1/data

    And the other at /super/long/directory/path2/data

    You can do zoxide path2 data and you'll go to /super/long/directory/path2/data