I’m beautiful and tough like a diamond…or beef jerky in a ball gown.

  • 14 Posts
  • 156 Comments
Joined 4 months ago
cake
Cake day: July 15th, 2025

help-circle
  • Iced Raktajino@startrek.websitetoADHD@lemmy.worldSolitude
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 hour ago

    Not sure if ADHD specific or a symptom of being “on the spectrum” or a bit of both (have never been diagnosed either way but show all the signs), but I have a very low capacity “social battery” and am very sensitive to noise. The end result is I crave (relative) solitude and quiet or else I’m useless at getting anything done.


  • An unmanaged switch is just a single plane where all ports are equal. All ports share OSI layers 1 and 2. Anything you plug into port 24 can always reach anything you have plugged into port 3.

    Managed switches (also sometimes known as “smart” switches) provide additional features on top of that. The most useful is VLANs (virtual LANs) which let you segregate traffic. Two ports on different VLANs share the same physical layer (layer 1) but are separated at the data link layer (layer 2). This lets you create up to 4096 different networks on the same switch; each network is isolated from the other. If port 24 and port 3 are on different VLANs, then they will not be able to communicate unless they can reach a common router at layer 3.

    Additionally, managed switches let you do things like disable/enable ports (for security, power savings, etc), enable port mirroring, and combine multiple ports into an aggregation group (e.g. bond four 1 Gb links into one 4 Gb link).

    The available features on a managed/smart switch vary by manufacturer and, often, by the license level (sadly common in enterprise gear). VLANs, port control, mirroring, and LAGs are usually common “baseline” features, though.
















  • Iced Raktajino@startrek.websitetoSelfhosted@lemmy.worldJellyfin Dongle
    link
    fedilink
    English
    arrow-up
    6
    arrow-down
    1
    ·
    edit-2
    4 days ago

    Maybe one of those HDMI “stick” PCs you can get? There’s x86 Android builds you can run or you can do like I did with my media PCs and boot into Openbox and just launch a fullscreen browser right to Jellyfin and control it from your phone. (My main setup uses Emby but should be able to do the same with JF).

    I’ve actually got a portable Jellyfin server I take with me. Built on the OrangePi Zero 2W with a USB->NVMe acting as media storage (as well as the Jellyfin DB). It’s got several other services running as well as a second Wifi adapter so it can also act as a travel router.

    For playback, I pretty much just use my laptop or phone but have thought about adding one of the “stick” PCs as a client for it.