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/)TH
Posts
1
Comments
119
Joined
2 yr. ago
  • Agreed. It's one thing if it's climate change or something where we at least need to put a plan out there even if there's zero chance of it happening, but for basic common sense stuff like this don't bother. If we ever get back to trying to make average American lives better with the government, this is low hanging fruit.

  • I don't have experience with MSI recently, but I'd be really surprised if you couldn't flash a new BIOS off the system partition or FAT32 USB. You may not be able to update from Linux directly, but almost all motherboards I've seen support doing it from the BIOS interface.

  • I used the communicator chime for a long time, but these days I'm basically permanently in do-not-disturb. My phone only makes sound when a close contact calls, or for a timer/alarm. Anything else can wait.

  • Yes. It has basically the same issue that any compatibility layer is going to have. It will either faithfully reproduce X11 so well it will bring all of the nonsense Wayland was meant to do a way with (everything not directly related to displaying graphics, like font and geometry rendering from the '80s, network transparency, insecure event handling) OR it will attempt to get a reasonable subset working for modern X apps and it won't be compatible with dusty old binaries and X forwarding etc.

    Right now it looks like a shim for Xwayland so it's the first one, but as it matures we'll see.

  • It would allow SSH if the desktop is locked, they're separate. If you can get in via SSH then you can poke around logs like dmesg and see what's up. There will probably be some messages to give you something more specific to search with.

  • I'll bite. Austin, TX circa 2007. Sublet. Moved my (now) wife and one year old into a one bedroom, one bathroom house the size of a shoebox. Cooled by a single window unit, had to steal wifi, and roaches crawled in through the gaps under the doors.

    Ironically, it's now a fond memory. First place I lived with my new family, it was just for the summer, we had cool neighbors and were like 200 feet from a bunch of really cool local businesses.

  • I couldn't find the specific reasoning for this change, but I feel like QEMU is probably just too holistic to be appropriate for this kind of project.

    QEMU needs to be able to emulate all the ARM hardware with enough fidelity to boot a naive operating system. For the purposes of running userspace applications almost all of that is not required, you really just need to convert one ABI to the other and translate the instructions. No need to handle firmware, the MMU, interrupts, disks etc.

  • Jellyfin: The Free Software Media System @lemmy.ml
    themoken @startrek.website

    Jellyfin Android remote comes up blank for mpv shim

    Hey all. I use the Jellyfin Android app to control an MPV shim running on Linux (Arch, Plasma 6) and for the most part it works great. However, sometimes the app just completely loses track of what's playing or where in the video it is. I can still pause/play blind, but I'd like to be able to tell where I am in a season/episode. Any trick to dealing with this?

    For reference I have the app set to "unoptimized" battery usage so it shouldn't just be going to sleep. I do have to open Jellyfin to actually send pause/play button presses from the notification though so I don't know if I just need a better workaround (I'm on the latest Android version if that matters). I also had the same problems using a Chromecast but never bothered to mess with that since the dongle is proprietary, but with the mpv shim the whole stack is open source so I thought I'd ask...