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/)AN
Posts
8
Comments
394
Joined
2 yr. ago

  • I had no idea but spent some time googling anyways.
    The answer seems to be a conservative tech youtuber that once upon a time worked with linux tech.

    Reddit user comments:

    It's really unsettling. He used to be a great Linux guy but now he's just a nut.

    I unsubscribed from his YT channel and stopped following him as he gradually began to drift from being a dorky goofball to being a right-wing apologist.

    Don't listen to Bryan Lunduke. He's a middle aged edgelord that new Linux users get introduced to because of his smart-ass "Linux Sucks" series, and then as they learn more about Linux themselves they realize he's just a douche who's not worthy of their youtube views.

  • I guess your "best" solution is to talk to Campus IT and sell them on the idea of buying the Microsoft Wireless Display Adapters and use as a secondary solutions with all projectors/tvs. Then all you have to do is plug in the client end that's already there waiting for you. ;-)

  • Workaround instead of solution:
    You could buy a Wireless HDMI Transmitter and Receiver setup. Should be able to find a version where it kinda looks like a Compute Stick (HDMI end) that is powered with a USB cable.
    This isn't much easier than using an HDMI cable and unless you have use for it at home afterwards it is a costly solution:
    https://duckduckgo.com/?q=Wireless+HDMI+Transmitter+and+Receiver
    edit: cleaned up duckgogo link

  • If the software you want to run has flatpak then I imagine you can try out Fedora Silverblue, Jellyfin do have a flatpak.

    Personally I run my Jellyfin on a virtual Debian Bookworm server with transcoding off, my Jellyfin clients don't need the help.
    I always clone my Jellyfin server before apt update && apt upgrade to be able to rollback.
    Oh, and my NAS (network attached storage) isn't on the same machine, my Jellyfin server use Samba and /mnt/media/libraryfolders, so cloning it is quick and easy.

  • scrcpy is wonderful. I have some reading apps on my phone but at home I usually use my laptop with scrcpy to read.

    I got this in my .custom_bash.sh:
    #Connect to phone over Wifi and view phone screen.
    #Remember to set static DHCP for the phone MAC.
    #And to use the same one in the adb connect line.
    function phoneconnect(){
    sudo adb start-server
    adb tcpip 2233
    adb connect 192.168.18.15:2233
    scrcpy
    }

  • I guess it depends on the person. I find starting with "real" VMs and VLANs makes it easier to get an understanding for what's going on underneath the hood, even when you start using Docker containers and the like.