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

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

help-circle

  • I’d have to go back and rewatch (ok, you twisted my arm), but maybe Helen’s reaction was “standard” for the portion of the population where joining was fatal. I don’t recall any other failed joinings on screen so don’t have anything for comparison.

    In ep 2 when Carol had a tantrum at Zosia and all the joined went into a coma (and many died as a result), it may be similar to Helen’s case. (Thinking out loud with that one). If it was similar, then that could be another hint.

    If no one died during the initial joinings, but people died during the mass joining, how can they be sure they won’t kill Carol when they force her to join?

    I don’t think they can be sure but also it may be an acceptable risk considering force-assimilating and the risk of death during assimilation are both loopholes to their “do no harm” ethos (I haven’t seen ep 4 yet so if anything revealed there contradicts that, I apologize)





  • How the fuck can you expect to be inconspicuous when you’re bringing studio equipment to a restaurant?

    Lol, there’s a actually a trope for that: Refuge in Audacity. It’s probably one of my favorite tropes, TBH.

    Usually, when characters do something illegal or socially unacceptable, they’ll try to be discreet about it: keep their misdeeds small and subtle enough that either no one knows what they’ve done, or no one cares. Sometimes a character does the exact opposite — take their misdeeds so far over-the-top that there’s no way they can’t be noticed — and they still get away with it.

    The key is to be so audacious in how you violate the rules (whether they be laws or a moral/ethical code) that no one can believe you did it.

    Might need to dig up my old TV Tropes account and add this article to the “Real Life” examples.







  • Iced Raktajino@startrek.websitetoADHD@lemmy.worldSolitude
    link
    fedilink
    English
    arrow-up
    4
    ·
    2 days 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.