I love you so much. Never change
The article made a few good points, but a good amount of it was conjecture. I liked the part about comparing the two functions and showing that exceptions are faster but I think a big thing he’s not getting is readability. Even in the functions he showed, you can directly see that the one using std::expected has the happy path and error path directly in the function signature, whereas the exception one doesn’t.
As for the “error kind” trap he was talking about, that definitely exists, but ignores the fact that you can also get this same kind of error from exceptions. I’ve definitely gotten exceptions that I didn’t understand from Python or Java libraries, but it’s not a problem with exceptions but a problem with how they’re shown. If there’s nothing to tell me that I should have thought of that error, it shouldn’t be an expectation for a dev to have thought of it.
Adventure time
Edited to clarify, my b
I think most use who use keepass instead of bitwarden do so because keepass is offline, unlike bitwarden. At least that’s what I understand.
Before scraping I would verify that there is no HTTP API that you can use to craft requests instead of scraping from the website. These might be higher quality than what you can scrape. If there is no easy to use http API, go to scraping then. I would generally consider scraping the last option, unless it’s a ridiculously easy website to scrape.
I heard there are quantum computing libraries in Python if that interests you!
If I were you I’d browse PyPi for any packages that look cool.
I’m not exactly sure what to think about it, but I do like how there’s specific things that have their implementation in code right there. I did only look at the site for like a minute, so take that with a grain of salt.
What’s bofa
That looks promising, much appreciated. I should also mention I also mean to back up MMS along with SMS.
The problem with interpretation is that, if you can make a convincing argument about why something should be seen a specific way, youll have people see it that way. Same thing here. I agree that it’s a possible interpretation, but it also just depends on who you’re talking to. Point being others in the comments with wildly differing views, but with justifications that are equally as valid. Who knows what’s the right interpretation, your guess is as good as anyone’s.
Namecheap bc I typed where to buy cheap domains and that was the first one.
I watched this thinking it was gonna give my inner teenager a kick but it was so good. It still gave my inner teenager a kick.
What do you mean by jenk? Is that a specific term used to refer to tech junk?
I don’t think you can trust because we can’t verify the results they put out, plus iirc, people have done wild comparisons between mojo and different langs.
There are a lot of times where my privacy set up, which isn’t anything fancy, precludes me from watching something. That coupled with the fact that prices have been consistently rising in our late stage shit system, you have to realize at some point that the same system that drives companies to scrape every possible iota of a profit out of users is the same system that makes people equally not want to be gutted financially and have every data point about themselves be out on an open market. Complacency doesn’t change anything.
It kinda seems like if AWS permissions management and torrenting had a baby. Edit: in all seriousness tho, I like the data model. Are there any libraries that support this yet?
Sweet - I didn’t realize that malware is tailored for one OS usually, but that makes a lot more sense.