On the contrary, this would ruin Legos for me and my girlfriend. We play it that one person is building, and the other person is taking the instructions and trying to speak them to the builder, who isn't allowed to look at the instructions. It's very fun and a great way for us to keep our communication going well in the relationship.
HN user
bbqbbqbbq
Per accident, normalized over velocity and angle of impact is ideal I'd assume in order to not bias on the kind of driving done in vehicles of a given brand.
I know it's Chromium-Based but I've been a very happy Arc Browser user all year
I don't understand how people learn to do this sort of machining, PCB design, etc from nothing, with no machines or tools or anything. Any pointers?
I don't know how ABSEIL fares around exception safety when exceptions are enabled so YMMV there if you're doing things in an exception context
OMG this is my time to shine. I wrote the library for testing Abseil containers for exception-safety. I don't work there anymore but I know they've implemented exception safety tests for a bunch of containers in there, and I remember when I was writing the library we even found a bug in GNU `std::optional`.
https://www.youtube.com/watch?v=XPzHNSUnTc4 is the talk I gave at cppCon about this.
As a side story, that talk was the first one in the morning and I showed up just before it started on account of my Uber driver missing the highway exit. I had planned to grab some food at the conference but didn't have time so that whole talk I was overstimulated on coffee on an empty stomach trying to keep my composure early in the morning.
How would the world collapse? This sounds like mixing up "the world" with "human society". I know I do more when I'm happy because things are enjoyable. No disrespect to Don Knuth and it's obviously good to realize you're not gonna be happy all the time but that line of reasoning is just not true.
C++'s `std::unordered_[map|set]` has a requirement that the addresses of objects in the map don't change on a reallocation -- this forces it to use buckets with linked lists under the hood. Try absl::flat_hash_set (https://github.com/abseil/abseil-cpp/blob/master/absl/contai...) and see how it goes.
This is why we work with our tools though, no? A NN can decide where the ambiguities lie in the data set and communicate that to the data scientists who are working with it, who can then provide data to help disambiguate the data.
Outline (getoutline.org) is a super easy to use you run on a cloud server. No logging and it works everywhere there's censorship, and it's easy to share access to your server with as many or as few people as you like. The only cost is the cost of running the cloud server, a few dollars a month if you use LightSail or DigitalOcean. Disclaimer: I used to work on it.