• runeko
    link
    fedilink
    515 months ago

    I don’t neeeeeed a homelab with 24 cores and 96 Gb ram sitting next to my desk either, but here we are.

      • runeko
        link
        fedilink
        75 months ago

        Nah, install a terminal multiplexer instead.

      • runeko
        link
        fedilink
        15 months ago

        Lol. I did try that. All the processors lit up to full for 2 min so it could understand highly nuanced and intricate questions like “What is the capitol of France?” I’ll ask it more questions when I need the room warmed up.

    • @[email protected]
      link
      fedilink
      English
      40
      edit-2
      5 months ago

      As the other person said, domains beginning with xn-- are non-ASCII domains in Punycode.
      The real domain is: マリウス.com

      • @[email protected]
        link
        fedilink
        75 months ago

        punycode domains fucking rule! registrars ignore the shortening, so you can get a single character domain like ツ.gay for a pittance. there’s some non-english TLDs that resolve through punycode as well. generally they’ll have some SOLID english words that haven’t yet been taken, like butts.移动

        i own both of those by the way. ツ.gay will take you to the new onehundredninetysix community, and butts.移动 goes to my favorite youtube video!

    • @[email protected]
      link
      fedilink
      225 months ago

      It’s how non-Latin Unicode domain names are encoded, in this case one made out of Japanese characters. I suppose it depends on the browser whether or not it shows them.

  • @[email protected]
    link
    fedilink
    English
    165 months ago

    You do need it.

    If your anything like me you end up with 200 terminal windows open on your desktop.

    With a Terminal multiplexer you can attach to named sessions from any terminal open and get the correct context for long running things you care about

  • @[email protected]
    link
    fedilink
    135 months ago

    Annoyingly long post totally misses the point of using tmux and chalks it up to “elitism”. So who’s really acting like an elitist contrarian??

  • @[email protected]
    link
    fedilink
    135 months ago

    Pretty much agree with most of his post. Terminal multiplexers are useless on your desktop, but great on servers you ssh to.

    Wild ideas aside, zellij is really nice as just a terminal multiplexer though 😅

    • @[email protected]
      link
      fedilink
      105 months ago

      Do you not SSH onto your desktop? I do it all the time. I often want to switch from coding at my desk to coding on a laptop, and tmux + SSH makes that transition completely seamless.

          • @[email protected]
            link
            fedilink
            15 months ago

            If you switch between doing it locally and accessing your machine remotely it makes sense. But if you stay entirely locally then your DE or compositor is probably way more powerful and easier to use than a multiplexer. Unless you stay entirely in text mode and don’t even have a GUI, then it starts to make sense again I guess.