• 0 Posts
  • 9 Comments
Joined 1Y ago
cake
Cake day: Jun 13, 2023

help-circle
rss

tailscale also just has a button to buy/enable mullvad as an exit node. if you’re just looking for a commercial vpn for privacy it works well.


not sure what you’re talking about with lisp lol, the military may have some dialect they wrote but lisp started as an academic language and there’s plenty of still supported and used dialects outside of that



haven’t looked into protonvpn much, but it’s more or less a different company providing the same service. I imagine the differences aren’t too significant if you trust both companies


they in theory see everything someone does, but in the case of mullvad they have no idea who you are


There is some surprising behavior with some of the features of yaml, mostly arising from the fact that it looks nice to read. Here’s a list of things that you can avoid to avoid a lot of the pitfalls: https://hitchdev.com/strictyaml/why/ . I haven’t actually used strictyaml, but the arguments it presents are pretty solid and some are things I’ve run into in real environments


probably since later people could look at the partial image, see that pink wasn’t a very likely color, and check their math until the result looked more correct


I’d personally rather something like regal in clj or rx in emacs. Instead of strings that my formatter and autocomplete don’t know anything about and that I have to add to my build pipeline, I get native types that I can manipulate the same way I do other code, in editor or programmatically.