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/)V
Posts
10
Comments
300
Joined
2 yr. ago

  • Calibre is used as a server all the time, see calibre-web.

    calibre-web is technically not Calibre and is written and maintained by different people, although it does use the Calibre database (and I believe it must be created with desktop Calibre initially). But it's a good option and I highly recommend it.

  • you just load your books from Calibre (or right through USB if you’re hardcore for some reason) and you’re basically off to the races.

    There's also an OPDS server option with calibre-web that you can use to load books from if you're using koreader.

    You can also use the Kobo server replacement option with calibre-web although I personally couldn't get it to work at the time I tried it. But this will give you a sync option that works like the official Kobo server which is quite nice.

  • You can also set --accept-dns to false with the commandline client although magic DNS etc won't work.

  • AMDGPU virtio native context is somewhat of an equivalent to the other options, although the pieces are not all available yet. Linux guest only as well.

    And there's Venus but that's for Vulkan only (but a lot can be done with that alone on Linux guests).

  • Mailrise combined with an apprise notifier of your choice (I use gotify).

  • Quiet, I can't hear the eggs!

  • And Oprah for platforming these grifters (among many others).

  • The other thing is that my libraries are alphabetical in Jellyfin, so “Anime” comes before “Kaiju”, and I truly can’t stand the idea that Godzilla gets sent to the back of the bus.

    If you mean the order the libraries are listed in the web interface, you change that from "User settings" -> "Home".

  • Plex is closed source and gradually being enshittified. You might not leave today, but you should have an exit plan.

  • btrbk works that way essentially. Takes read-only snapshots on a schedule, and uses btrfs send/receive to create backups.

    There's also snapraid-btrfs which uses snapshots to help minimise write hole issues with snapraid, by creating parity data from snapshots, rather than the raw filesystem.

  • Even just switching mobile voice standards is painful, as seen in Australia recently. In theory, you just need VoLTE support to use calling over 4G, but it turns out there is a bunch of other compatibility issues like emergency calling, device software and firmware settings, and carrier side problems that complicate matters.

  • Tokyo Xanadu draws from the typical Persona UI, setting and day to day gameplay (except the combat system).

    • Compressed swap (zram)
    • Compiling large C++ programs with many threads
    • Virtual machines
    • Video encoding
    • Many Firefox tabs
    • Games
  • Could be useful for web articles and scientific papers too (if it could be configured to ignore reading out all of the boiler plate and citations).

  • On a related note, Bloodborne itself is apparently quite playable with the PS4 emulator shadPS4.

  • There's likely a firewall on the system that hosts the docker services, and docker's default bridge rules bypass it when publishing a port. And since the docker rules are prioritised, it can be quite difficult to override them in a reliable way. I personally wish that the default rules would just open a rule to the host, but there might be some complexity that I'm missing that makes that challenging.

    I personally use host networking to avoid the whole mess, but be aware you'll have to change the internal ports for a bunch of services most likely, and that's not always well-documented. And using the container name as the host name won't work when referencing other containers, you'll have to use e.g. localhost:

    <port number>

    even inside the network.

    You can do the bind to localhost thing that others have mentioned, as long as the reverse proxy itself is inside the docker network (likely there are workarounds if not).

  • Kind of fits as a general philosophy though. Exclude items based on some criteria, limiting the choices you have to make. This makes your life simpler, and your actions align with your beliefs.

  • It's the alpha version of the controller (or some mockup). The retail controller

    doesn't look quite like that.

  • Also, Valve has done driver work on plenty of things that they don’t use in their own hardware, from various AMD cards, Intel graphics, and even work on the open source Nvidia drivers

    Valve developers are the main contributors to the RADV Vulkan driver so they've done work on pretty much every AMD card that supports Vulkan. So yeah, pretty silly rumour if that's the evidence.