Israel & Gaza are litterally on the other side of the world, on a different continent. Don't they teach you geography in school?
ebc
That's not US politics. And the rule is temporary; the goal is just to get a breather after a months-long marathon of hearing about nothing else on Lemmy.
Coming at this from the JS world... Why the heck would 2 projects share the same library? Seems like a pretty stupid idea that opens you up to a ton of issues, so what, you can save 200kb on you hard drive?
I'm no Python expert either and yeah, from an outsider's perspective it seems needlessly confusing. easy_install
that's never been easy, pip
that should absolutely be put on a Performance Improvement Plan, and now this venv
nonsense.
You can criticize javascript's ridiculous dependencies all you want (left-pad?), but one thing that they absolutely got right is how to manage them. Everything's in node_modules
and that's it. Yeah, you might get eleven copies of left-pad on your system, but you know what you NEVER get? Version conflicts between projects you're working on.
I'm not from the US and my Lemmy feed has been absolutely FLOODED with US political news for MONTHS. Yesterday's vote was the bushel that broke the camel's back, and I definitely understand non-political communities not wanting to be even more flooded with US politics than they already are.
Go complain about your broken country in politics-oriented communities, please, and let us talk about other, less despair-inducing subjects.
Makes "what's your mother's maiden name" security questions extra stupid, it's just my mom's name.
My grandmother used to have one. I never realized how it worked before that video, but I was always fascinated by the fact that the bread would lower itself
In the recreational marine market, where fire is a beyond catastrophic event, everyone seems to have standardized on LFP for its safety characteristics. We're replacing lead-acid (mostly AGM or sealed deep-discharge variants) batteries anyway, so just going to anything lithium-based is already a huge improvement in terms of weight, volume and storage performance.
I think you're confusing the PS1 in the ad with the PSOne which came out later and had rounded edges.
Enel is currently doing exactly that with their electric car chargers (the Juicebox), they've decided to pull out from the North American market and just shut down the servers. Like WTF, at least open-source the thing...
It's as if they don't remember playing telephone when they were kids.
I'm not a Java dev, but I know enough of it to fix simple bugs in the backends I work with. My main issue with it is that 99% of the code doesn't seem to do anything. The clear, obvious place that looks like it handles the feature you're looking for? None of it does anything! It just instantiates another class from God knows where to actually do the work. I swear I spend most of my time in Java projects just looking for the damn implementation in a sea of AbstractSingletonFactoryBean shit.