It seems like other VPN vendors are slapping obfuscation on top of OpenVPN and advertising their service as unobservable. This paper contests that claim
This may be an unpopular opinion, but I prefer new Reddit when I’m on my phone (which nowadays is my primary causal scrolling device). I think part of the reason people stick to old Reddit is because they haven’t ripped off the nostalgia band-aid yet
At the individual level, the cost of using cash is that you are subsidizing the other consumers who are paying with a credit cards that offers cash-back or other rewards
I’m usually not a big side project guy, but I successfully used AWK to solve a IRL problem last year. It really helped solidify my understanding of the language.
The problem was that the Garmin GPS data for a bike ride I had just completed had split into multiple rides. I used AWK to stitch together the data into one file. I also did some basic linear interpolation to fill in missing data points.
The GPS data is formatted as XML and I was able to parse it fairly robustly using AWK.