Readme literally was changed to have the phrase "make x great again". I wonder what got this person to fork it.
Did anyone else read that in a jar jar Binks voice?
Change your user agent. There's a bunch of extensions for that and they don't compromise functionality.
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.
You can make nice little self watering pots with a 3d printer and the right filament.
Those extending swords are really fun.
There are also 3d puzzles you can make.
You can also print models you'd like to paint as minis. You just need the model, sandpaper, primer and some paint.
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?
I forget that some people have crazy fast internet. Mine downloads 2.5gb in like 20 minutes.
Dual boot or vm or use proton. The steam deck uses Linux and uses proton. I haven't had a game not run smoothly while using proton either.
I kinda love how fast the binaries are. I was timing something I wrote and, as a mostly Python dev, I was so confused when the program was running in the microseconds or something crazy like that and not milliseconds.
ExperimentalGuy
0 post score0 comment score
This is such an interesting point I've never heard come up before, wow