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/)PH
Posts
7
Comments
339
Joined
1 yr. ago

  • I had very constructive arguments about this with my grandma :

    • Can you fetch one the green tiles ?
    • What green tile ? You only have blue ones.
    • Goes to fetch it herself. See ? A tile, and it's green.
    • But it's clearly blue...
    • I don't know what you mean, can't you see that it's green ?
    • I can see very clearly that it's blue.
    • No this is green, this is blue, and the tile is closest to green.
    • It isn't though, it's definitely closest to blue.
    • A while later
    • This is pointless... Let's just call it turquoise.
    • Turquoise it is.
    • The next time
    • Your new oven mittens are quite nice, the blue goes well in your kitchen.
    • They are green...
  • Rice cooker saved my life. I add whatever I have lying around that doesn't require cooking like ham, pickles, canned veggies or fruits, fresh or dried fruits, etc, and if I'm feeling fancy I might boil eggs. Plus mushroom sauce, oyster sauce, fish sauce, or soy sauce. If you can find black rice in asian supermarkets it's even better.

  • yeah my problem is not with having a standard, but with choosing USB-C for it instead of something better.

    I get that USB-C was probably the more pragmatic choice since it already existed and a lot of devices were already using it. But I'm still team "Let's make a new good standard rather than use one that's just okayish"

  • After further reflection, the hill I'll die on is that we should replace ALL types of USB by barrel jacks, not only USB-C. Cause circular connectors rule! Make a standard one, I don't care, as long as I never have to plug a USB-A three times to find the right way.

  • Thanks for the tip I'll try that ! I've had the same problem on a tablet, but there it was definitely caused by the port being bend out of shape (it won't be horizontal) so I had assumed it was the same problem on the laptop. But I'll try cleaning it to see if it fixes it ! I assume a toothpick or something else or wood or plastic would be better than metal ?

  • Having devices require a USB-C charger might be great for small devices, but it's awful for laptops. That thing is so flimsy it's only a matter of time until it starts having faulty contacts. I've had one for a year and now it connects/disconnects everytime I touch the cable. Gimme back my huge Dell barrel jacks 😭 😭 😭

  • audiobookshelf is actually getting there for ebook support :

    Any file with an extension EPUB, PDF, CBR, CBZ, AZW3, MOBI is considered an "ebook file".

    AZW3 and MOBI ebook files have limited support and do not keep your progress.

    https://www.audiobookshelf.org/guides/ebooks/

    What audiobookshelf is really amazing at is not requiring a strict naming scheme, unlike jellyfin it supports lots of different ways to name and organise your files, and it tracks modifications to the files (renaming, moving) without having to rescan the whole library like jellyfin (and without leaving behind entries relating to the old paths that don't correspond to anything anymore, though that should be finally fixed in jellyfin's next release !)

    I would have liked a dedicated ebook server but I'll probably try using audiobookshelf in the meantime, of all the various ones I tried it's the best by far. Just missing a "DNF" status to be perfect 🙂

  • Oh yeah it's so annoying when apps do that and put data in .mozilla, .vscode, and .whatevers in the home folder instead of following the specs and splitting it between .config, .local/share and so on... I have 31 .something in my home folder that shouldn't be there and It's a cluttered mess. And a few games not even bothering to start the folder names with a dot... 😡

  • Not looking at my keyboard when typing. I switched to colemak last year, and since then I've managed to get into the habit of typing without looking. Which is very useful now that my keyboard stickers are starting to come off so it shows some letters twice and others not at all 😅

  • For a media server :

    • Audiobookshelf for audiobooks and podcasts (for podcasts it can fetch them online from a RSS link and download them, you don't need to manually download them)
    • Jellyfin for films, series and music (for music you can use jellyfin as backend and another app as frontend if you don't like jellyfin's music player, a lot of people find it lacking)
    • Komga for reading comics and manga (there's also Kavita but I haven't tried it)
    • Komf for fetching metadata for comics with Komga or Kavita
    • Suwayomi Server for manga (it doesn't only act as a reader, with extensions it can find manga online and download them; it can sync your reading progress with AniList, and it's compatible with Tachiyomi if you need that)
    • Haven't found one yet for ebooks. I passionately hate Calibre and wouldn't touch it again with a 10 foot pole, but a lot of people swear by it so you might give it a try and see whether you love it or hate it (it's usually one of the two). Be warned though, it will automatically rename all your books and sort them in subfolders in a very stupid way, making it difficult to find anything again manually. So if you want to test it, do it on a copy of your ebooks first, that way if you don't like it you won't be stuck with everything in your ebook library renamed weirdly (speaking from experience -_-).

    Cloud :

    • Nextcloud : your very own locally hosted Cloud.

    Everything can be run in docker containers so your distro or even OS doesn't matter.

    Hardware :

    • Personally I run everything from my NAS in docker containers but it's starting to get overloaded so I'm planning to make a dedicated media server on a cheap mini PC like a refurbished Dell OptiPlex SFF.
    • You could also go for something like an OrangePi or RaspberryPi if you don't mind using ARM.