Trailblazing Braille Taser

  • 0 Posts
  • 154 Comments
Joined 2 years ago
cake
Cake day: August 16th, 2023

help-circle
  • Are you arguing that assembly languages are not architecture-specific? I don’t think that’s the typical definition.

    Nasm is an assembler, but it also represents a specific assembly language targeting x86 architectures.

    Gas is an assembler of a higher order. It can emit code for many architectures, and thus it accepts many different architecture-specific assembly languages.



  • You can also “simply” raw-dog Wireguard. It’s built into the Linux kernel, so you barely have to install anything besides the userspace tools.

    Basically, I objected to being reliant on the generosity of a for-profit company. “We do these things not because they are easy, but because we thought they would be easy.”

    This is a rough sketch:

    • Set up dynamic DNS, e.g. https://freedns.afraid.org/
    • Create a Linux server. It can even be a VM/container if you get the networking right.
    • Create a Wireguard interface and pick a private IP address subnet that won’t conflict with your home subnet: https://www.wireguard.com/quickstart/
    • Define PostUp and PostDown rules in your Wireguard config that modify iptables to masquerade traffic from the Wireguard subnet
    • Also set net.ipv4.ip_forward=1 with sysctl. (There is probably an IPv6 equivalent but I live in the past.)
    • Generate keypairs and configs for each device you want to use
    • Forward UDP port 51820 to your server
    • Install the Wireguard app on your client devices. If Linux, you can just write a client config containing the necessary magic words and start it up with wg-quick.

    Boom. Tailscale’d.

    I’m sure I’ve forgotten some steps. I have some janky automation that’s broken in a new way every time I try to use it.



  • This is the same logic people like Kennedy use.

    It’s not the same logic it all? It’s not a huge leap to guess that we’re about to have a measles or bird flu pandemic.

    Talk to your doctor about whether this would be helpful or effective. Don’t just go get vaccines because “if one is good two must be better!”

    Did they recommend getting non-evidence-based repeat vaccinations? It just sounded like they recommended getting vaccinations that are not commonly given to US unless they’re traveling.