Wanting them to work is reasonable, but complaining about the lack of anti-cheat makes no sense. The problem is the insistence on client-side anti-cheat to begin with.
Wanting them to work is reasonable, but complaining about the lack of anti-cheat makes no sense. The problem is the insistence on client-side anti-cheat to begin with.
It’s implied, because anything would behave the same.
Not that client-side anti-cheat makes any sense anyway.
File-based navigation is often inefficient anyway (symbolic navigation is much better when you can), but if you do need it, that’s what fuzzy finders are for. Blows any mouse-based navigation out of the water.
The only time a visual structure is useful is when you are actually just interested in learning how things are structured for whatever reason, but for that task, tree
works just fine anyway.
Generally the Rust Book, even in comparison to most languages, is considered to be very good and it is the expected way to learn the language. It won’t teach you everything, but it does give you a very solid foundation. The Rust community has put considerable effort into their learning materials.
I don’t think you’ve paid enough attention. Back when ChatGPT first launched, they were treated as saints.
The negative opinions have corresponded with public sentiment souring towards them in general (this did happen quite quickly, however).
Sun Haven has the day length in the option menu and I always set it to 40 minute days. Much nicer.
The best is trying to change the styling of page-builder plugins that shove their css god-knows-where in the Frankenstein’s monster that is the WordPress database schema.
I’m so glad that I’m a million miles from WordPress now. I’m convinced it’s propped up entirely by contractors and ad agencies with minimal to no understanding of how to actually build software and just build on a mountain of hacks to do anything at all.
The people doing software engineering without such a degree in the US are definitely in the minority, so there’s not much point to the hand-wringing generally speaking.
Not sure why you’re out here defending hugely unpopular behavior.
Yeah, European salaries across the board are generally lower than the US by quite a bit, but we also typically pay for a lot more services than Europeans do as generally a lot more is privatized (healthcare, etc.). $100k is typically what most middle class Americans are striving for in order to have a relatively “comfortable” life, buy a house, etc. (though honestly, the housing market today is so fucking insane that even that isn’t really enough to buy a house in many places now). The median household income in 2023 was $80,610, for reference.
Living on $50k/year is not easy. The federal poverty line for a family of 4 is $31,200, and many consider those numbers to be much too low.
There’s absolutely no need to target normal American households with more taxes. Billionaires already don’t pay their (too low) taxes and have far, far more than they need that they’ve taken from the labor of others. Actually taxing them appropriately would cover everything we could possibly need and then some.
We should be raising substantially the minimum income needed before you have to pay taxes. It’s fucking stupid to be levying a bunch of tax on people who are struggling to make ends meet.
JFC I will definitely stay the fuck away from whatever garbage this is.
Yeah, standard practice is to set up source control before doing any work at all. Then you add whatever project template/scaffolding files to an initial commit and make it, and keep committing from there.
You should always be committing early and often. Saves you a lot of headache and make it a lot easier to clean up your history later too.
Monorepos are a thing. But obviously this is something entirely different.
Reviewers are not infallible and are largely focused on the meat of the MR rather than every single detail.
It reflects much more poorly on you than it does on them.
Don’t need the Ord
instance for equality, just Eq
is sufficient. Ord
is for inequalities.
The point of the post is that most mainstream languages don’t provide a way to automatically derive point-wise equality by value, even though it’s pervasively used everywhere. They instead need IDEs to generate the boilerplate rather than the compiler handling it.
Ah could be hardware/OS, yeah. I believe everyone at our company are on MacBooks (I’m a Linux guy myself, but orgs don’t usually like that).
My personal laptop is a Dell XPS 13 and while I like it for various reasons, it has had plenty of problems with the built-in mic and video (mostly the mic). So it very well could be that.
We have like 250, mostly remote and on Slack all the time. There’s the occasional hiccup here and there, but generally it’s pretty seamless.
I’ve personally never had an issue with Slack, mic/video included. My connection has always been solid, though. Never tried on a shit connection.
Nah, neovim made too many breaking changes and prioritizes the wrong things. I’d much rather the spirit of vim continue, albeit with a better organizational structure.