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/)AH
aberrate_junior_beatnik (he/him) @ aberrate_junior_beatnik @midwest.social
Posts
2
Comments
334
Joined
2 yr. ago

  • Yep. But,

     
        
    sudo tee /usr/local/bin/nvim <<EOF
    #!/bin/sh
    flatpak run io.neovim.nvim "$@"
    EOF
    chmod +x /usr/local/bin/nvim
    
      

    (I haven't tested this, that I use similar code for a different program)

    It sure would be nice if flatpak bundled some functionality to do this for you, though.

    @oldfart@lemm.ee

  • I think its biggest weakness is also its biggest strength: isolation. Sometimes desktop integration doesn't work quite right. For instance, the 1password browser extension can't integrate with the desktop app when you use flatpak firefox.

  • rule

    Jump
  • there are two healthy sex phenotypes ... and b) the result of something going wrong.

    What about intersex people makes them "unhealthy"? What makes what their bodies do "wrong"?

    Everything else is a) extremely rare

    Intersex people are about as common than redheads. Would you agree with the statement that redheads are the exception that proves the rule that there are 3 hair colors, blond, brown, and black?

    [Edit: more common -> about as common]

  • Yeah, wanna point out which one of us had the insurrection that ended up with someone dead and attack on the capitol again? Oh wait.

    Yes, it is worse here, as I admitted. Even factoring in hyperbole, though, this is not a papercut vs. missing limbs situation. It didn't pan out, but the Convoi de la liberté could have escalated to something similar if they weren't so incompetent.

    I get that Canadians can focus on both. I do think Canadians should criticize the US, same as I think USians should. It's also understandable to worry about what's going on here, as we are very close by and have huge influence over world events.

    But, Canadians do use how bad the US is as an excuse to ignore their own problems. I have seen it. And yes, lots of Canadians don't! But the Canadians I know who understand things are bad tend to acknowledge this as a part of the problem.

  • Canada is not that much better off than the US politically (though to be sure they are better off). They too have a Trumpy conservative candidate who is projected to win in an election. Their left/center-left parties are fractured facing off a unified right. They also suffer from a non-representative electoral system (still mad at Trudeau for failing to keep his promise there). And one big factor in how this is possible is that they can look down at the US and say "at least we're not THAT bad" when things get worse for them.

    So yeah, I do think they would benefit from spending some more time looking at their own problems.

  • IMO the best way to ensure that traffic always goes through a VPN is to use network namespaces. The wireguard website has an article describing the process. In a nutshell, you create a dedicated namespace to put the physical interface in, create the wireguard interface in that namespace, then move the wireguard interface to the root ("normal") namespace. That way the only way to get traffic out without the VPN is to run a program in that dedicated namespace.