• 0 Posts
  • 21 Comments
Joined 2 years ago
cake
Cake day: June 30th, 2023

help-circle





  • Normally when you’re on a VPN all the network traffic to and from your device is going through the connection to the VPN server, e.g. browsing the internet, online games, etc. It can cause issues with other online services and uses bandwidth (cheap as it is) many VPS provider charges for.

    A split tunnel tells the VPN client to only send certain traffic through the tunnel. My wireguard setup assigns IP addresses for the VPN interfaces in the subnet 192.168.2.x, so only traffic addressed to IPs on that subnet get sent through the tunnel. In wireguard it’s a single line in the config file:

    AllowedIPs = 192.168.2.0/24
    


  • Having read the paper, there seems to be a glaring problem: Even though the user can’t tell an attacker the password, nothing is stopping them from demonstrating the password. It doesn’t matter if it’s an interactive sequence – the user is going to remember enough detail to describe the “prompts”.

    A rubber hose and a little time will get enough information to make a “close enough” mock-up of the password entry interface the trusted user can use to reveal the password.




  • oatscoop@midwest.socialtoData Is Beautiful@lemmy.mlNew gender gap
    link
    fedilink
    English
    arrow-up
    10
    arrow-down
    1
    ·
    edit-2
    1 year ago

    Here’s 3.

    • Addressing men’s mental health. Normalizing therapy and talking about issues.
    • Promoting ideals and examples of healthy intimate relationships: communication, setting boundaries, etc.
    • Moving a way from the insecure, performative, fucked up version of “masculinity” – e.g. “I can’t wear pink, play with dolls with my kid, or bake because those things are feminine”.









  • I was working with a buddy on a “startup” that was more of a hobby than anything (and didn’t go anywhere). The early prototypes were controlled by Arduino and Pis early on – ease of software development was key as we experimented with and dialed in the hardware. The later prototypes used an ESP32 though, because we’re aren’t idiots.

    I’m a hobbyist at best: it kills me that there are well paid “professional embedded software engineers” out there that can’t work with actual embedded hardware. All I could think of was this article on electrical engineers that can’t solder. The complete lack of real world, hands on experience with the hardware blows my mind.