• 2 Posts
  • 615 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle
  • Seems fine to me except for all the firewall and special routing stuff, I’m not familiar with that. Does the wg command show received or only sent data? For the record, this is my config:

    spoiler
    # /etc/systemd/network/mullvad.netdev
    [NetDev]
    Description=Mullvad
    Kind=wireguard
    Name=mullvad
    
    [WireGuard]
    PrivateKeyFile=/var/keys/mullvad/pk
    
    [WireGuardPeer]
    AllowedIPs=::/0
    AllowedIPs=0.0.0.0/0
    Endpoint=146.70.126.194:51820
    PublicKey=ApOUMLFcpTpj/sDAMub0SvASFdsSWtsy+vvw/nWvEmY=
    
    # /etc/systemd/network/mullvad.network
    [Match]
    Name=mullvad
    
    [Network]
    Address=10.64.130.96/32
    Address=fc00:bbbb:bbbb:bb01::1:825f/128
    
    [Route]
    Destination=::/0
    Metric=16384
    
    [Route]
    Destination=0.0.0.0/0
    Metric=16384
    












  • Right after Windows 8 got released, I upgraded to it on my 2011 budget laptop. I don’t know what exactly the problem was, I think there was both a problem with there being a high chance of not getting any output on the display after waking up from hibernation, and it also frequently bluescreened when booting. I was playing around with various distros before then but that was when I nuked Windows and switched to it as primary OS.

    (That bluescreen bug on the laptop still wasn’t fixed with Windows 10 when that came out. Lmao)


  • I actually switched from Android to iPhone maybe a year and a half ago, after I got an iPad to take notes on for university and really enjoyed using it.

    • I hate Google
    • I mostly like how iOS works
    • I mostly don’t like how Android works, it has a lot of rough edges and jank (imo, partially resulting from stock apps sucking or just not being there at all but there not being enough low level access for third party apps to provide a well integrated replacement)
    • Shortcuts/Automation is amazing
    • Builtin Calendar/Contacts/Reminders apps are amazing and especially lets me connect to my DAV server without any hassle
    • Nobody has built anything that comes close to Apple’s cross-device interactions (but I guess that’s also Apple’s and Google’s fault for locking the systems down)
    • A consistent look and feel across the system is very important to me and iOS apps seem to care more about that. Even Google’s own apps used different visual styles sometimes last I used it
    • The hardware and OS looks nice without being overly flashy, it just hits that sweet spot of “pleasant design”
    • If I want to develop apps I really don’t want to touch anything related to Java





  • Ah, I see, that’s unfortunate. That’s generally a real problem with tools that try to edit existing writable config files.

    I really want to make a distro which is built on top of basically a GUI-first (at least for most general configuration) NixOS kinda thing, where you both have to go through the tool but it also doesn’t limit you in what you can do. That’s a huge endeavor though especially to get it right :^)