Hacker Newsnew | past | comments | ask | show | jobs | submit | justicehunter's commentslogin

Does not feel good to support such a cause. Will cancel mine and give ivpn a go. It really is a shame, I was happy with mullvad and their mission. I just wouldn't sleep well if I kept using it


I'm sorry to hear that. Thank you for the compliment. Good luck.


I'm not opposed to techno-optimisim and I absolutely love hearing opposing views here!


It was a great place to watch people do wonders riding the waves, really a sad day to see it vanish again...


Really helps to have all this good info in one page. I often find myself focusing on few aspects here while ignoring the rest. Definitely saved to remind myself that there is a lot more to performance that the few tricks I know.


I'm not sure what I feel about the article's point on boost. It does contribute a lot to the standard library and does provide some excellent libraries, like boost.Unordered


Boost is an awful whole with a couple very nice tiny parts inside.

If you can restrict to using the 'good' parts than it can be OK, but it's pulling in a huge dependency for very little gain these days.


I'm old enough to recall when boost first came out, and when it matured into a very nice library. What's happened in the last 15 years that boost is no longer something I would want to reach for?


C++11 through 17 negated a lot of its usefulness - the standard library does a lot of what Boost originally offered.

Alternative libraries like QT are more coherent and better thought out.


Qt is... fine... as long as you're willing to commit and use only Qt instead of the standard library. It's from before the STL came out, so the two don't mesh together really at all.


In my experience I've had no issues. Occasionally have to use things like toStdString() but otherwise I use a mix of std and qt, and haven't had any problems.


That's basically what I mean. You have to call conversion functions when your interface doesn't match, and your ability to use static polymorphism goes down. If the places where the two interact are few it works fine, but otherwise it's a headache.


I use boost and Qt but completely disagree. Every new version of boost brings extremely useful libraries that will never be in std: boost.pfr was a complete game changer, boost.mp11 ended the metaprogramming framework wars, there's also the recently added support for MQTT, SQL, etc. Boost.Beast is now the standard http and websocket client/server in c++. Boost.json has a simple API and is much more performant than nlohmann. Etc etc.


Plan to switch from vim-plug to this one, hopefully wont have to change again


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: