Why not just compress a directory then encrypt that?
Why not just compress a directory then encrypt that?
This is beautiful, but what would be even better is to have the program open a reverse shell so you can log into the computer to install pandas manually.
May he rest in peace
Sweet - I didn’t realize that malware is tailored for one OS usually, but that makes a lot more sense.
I love you so much. Never change
Why do the tech heads show why it won’t be adopted mainstream any time soon?
deleted by creator
Linux doesn’t always work. We know that. But it looks like you’re misconstruing your specific issue with some broader argument for Linux being mainstream. The fact that you connected it to a switch tells me that youre already more advanced than the average user. I get you’re annoyed, but you can also just ask about your specific issue.
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
Nah I don’t have any more examples cuz I haven’t been using vim for like 30 years. I think the other comments make good points tho
I use vim bindings in vscode, but I’m trying to switch to neovim.
It’s hard to talk about efficiencies without use cases but here’s some that I like:
What does YoE stand for
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
I know it’s a dumb idea but imagine how fun it would be if there was no copyright
The internet archive has a lot of torrents that need seeding if you’re up for something like that? I think they’re still down, but once they’re back up, it’s pretty easy to help out with that.