Humans lose their sense of direction when they're driving. Spend time in a walkable city, you'll learn the names of all the streets and squares.
Aren't US taxes on gas cars lower than Norwegian taxes on electric cars? US gasoline is insanely cheap.
Norwegian evs have to pay 25% sales tax over $50k and they're also taxed based on weight.
"Hey guys what's the name of the children's book character that's a bear with a red shirt in the woods"
"Winnie the poo-" *banned*
I guess its feminist in the sense that a south korean feminist community uses it, but it's not consistent with the ideology of feminism. It's like saying blocking wind turbine construction and increasing prison sentences are liberal because the Swedish Liberal party does those things.
If we consider the struggle for feminism in the US/Europe to be the same as the South Korean struggle for feminism, then sure, we can say that it is a feminist hand-gesture. But the situation in both cultures are completely different, and I'm not sure if American/European feminists would like to be associated with the hand gesture.
I don't know, I guess in the context of a south korean article it makes sense, but I was just feeliing that it should be clearer that it is a South Korean gesture. It's honestly a moot point and we're debating over nothing.
Yeah, the response is absolutely unacceptable, I'm just commenting on the article using the term feminist incorrectly. Feminism is not about being derogatory against people with penises.
That's a bit of a loaded term though. I do agree that it promotes toxic male stereotypes, yes.
Yes, this was my point, the idea of a gesture for someone's penis size is not feminist, it is derogatory/toxic masculinity.
Well fair, but using toxic stereotypes, even ironically, doesn't seem to be the way to dismantle that stereotype. It's like if a woman made fun of a man for liking pegging, and I call her a whore. No one should value a person based on their genitals or how many people they sleep with.
Jag tänker att de minskar budgeten för försvar och utbildning utan att ta ansvar för det.
Kanske också är det nånting som höjer avkastning och utdelningar för hela fastighetsbranschen.
Bolag som Academiska Hus har hög vinstkrav och höjer hyrorna på alla inom forskning och utbildning, men politiker svarar inte med en höjd budget för utbildning.
"staten höjer hyrorna men inte bostadsbidraget"
making derogatory comments about people's penises is not feminist
Trump is destroying the US's ability to use soft power when the world needs it the most to stop imperialism from the likes of Russia and China.
the whole point of a jury is to allow the people to decide the law on individual cases. There are many problems with juries, but complaining about jury nullification just means you don't like the good parts of having a jury.
sure, but you can also deliver those with lighter vehicles that don't cause traffic. Congestion is congestion.
Fuck NTI group, they killed Creative Tools and now they're copyright trolling makers
Europe is increasingly looking like the battlefield between China and the US
The nextcloud helm chart is nice
Trump: "[Putin has said] we have to get that war over with. That's a bloody mess."
Putin has 1000% the ability to end the war today. Stop appeasing a war criminal you fucking moron.
he did actually, Instagram comments said it was a 757
imagine if all of these establishments were walkable without a half mile wide moat of paved parking lots around each one
Also some metaphor could be made about the cop running past all these billion dollar chains
These were the updates on Iran’s missile attack on Israel, and Israel’s war on Gaza and Lebanon, for Tuesday October 1.
@antonioguterres on twitter:
>I condemn the broadening of the Middle East conflict with escalation after escalation. > >This must stop. > >We absolutely need a ceasefire.
7:26 PM · Oct 1, 2024
A defective CrowdStrike kernel driver sent computers around the globe into a reboot death spiral, taking down air travel, hospitals, banks, and more with it. Here’s how that’s possible.
https://web.archive.org/web/20240719155854/https://www.wired.com/story/crowdstrike-outage-update-windows/
"CrowdStrike is far from the only security firm to trigger Windows crashes with a driver update. Updates to Kaspersky and even Windows’ own built-in antivirus software Windows Defender have caused similar Blue Screen of Death crashes in years past."
"'People may now demand changes in this operating model,' says Jake Williams, vice president of research and development at the cybersecurity consultancy Hunter Strategy. 'For better or worse, CrowdStrike has just shown why pushing updates without IT intervention is unsustainable.'"
Four vulnerabilities collectively called "Leaky Vessels" allow hackers to escape containers and access data on the underlying host operating system.
Docker security advisory about multiple vulnerabilities in runc, BuildKit, and Moby: We will publish patched versions of runc, BuildKit, and Moby on January 31 and release an update for Docker Desktop on February 1 to address these vulnerabilities. Additionally, our latest Moby and BuildKit re...
Seems like a really serious vulnerability, any container attack or malicious image could take over a container host if there's no hardening on the containers.
I wanted to share an observation I've seen on the way the latest computer systems work. I swear this isn't an AI hype train post 😅
I'm seeing more and more computer systems these days use usage data or internal metrics to be able to automatically adapt how they run, and I get the feeling that this is a sort of new computing paradigm that has been enabled by the increased modularity of modern computer systems.
First off, I would classify us being in a sort of "second-generation" of computing. The first computers in the 80s and 90s were fairly basic, user programs were often written in C/Assembly, and often ran directly in ring 0 of CPUs. Leading up to the year 2000, there were a lot of advancements and technology adoption in creating more modular computers. Stuff like microkernels, MMUs, higher-level languages with memory management runtimes, and the rise of modular programming in languages like Java and Python. This allowed computer systems to become much more advanced, as the new abstractions available allowed computer programs to reuse code and be a lot more ambitious. We are well into this era now, with VMs and Docker containers taking over computer infrastructure, and modern programming depending on software packages, like you see with NPM and Cargo.
So we're still in this "modularity" era of computing, where you can reuse code and even have microservices sharing data with each other, but often the amount of data individual computer systems have access to is relatively limited.
More recently, I think we're seeing the beginning of "data-driven" computing, which uses observability and control loops to run better and self-manage.
I see a lot of recent examples of this:
- Service orchestrators like Linux-systemd and Kubernetes that monitor the status and performance of services they own, and use that data for self-healing and to optimize how and where those services run.
- Centralized data collection systems for microservices, which often include automated alerts and control loops. You see a lot of new systems like this, including Splunk, OpenTelemetry, and Pyroscope, as well as internal data collection systems in all of the big cloud vendors. These systems are all trying to centralize as much data as possible about how services run, not just including logs and metrics, but also more low-level data like execution-traces and CPU/RAM profiling data.
- Hardware metrics in a lot of modern hardware. Before 2010, you were lucky if your hardware reported clock speeds and temperature for hardware components. Nowadays, it seems like hardware components are overflowing with data. Every CPU core now not only reports temperature, but also power usage. You see similar things on GPUs too, and tools like nvitop are critical for modern GPGPU operations. Nowadays, even individual RAM DIMMs report temperature data. The most impressive thing is that now CPUs even use their own internal metrics, like temperature, silicon quality, and power usage, in order to run more efficiently, like you see with AMD's CPPC system.
- Of source, I said this wasn't an AI hype post, but I think the use of neural networks to enhance user interfaces is definitely a part of this. The way that social media uses neural networks to change what is shown to the user, the upcoming "AI search" in Windows, and the way that all this usage data is fed back into neural networks makes me think that even user-facing computer systems will start to adapt to changing conditions using data science.
I have been kind of thinking about this "trend" for a while, but this announcement that ACPI is now adding hardware health telemetry inspired me to finally write up a bit of a description of this idea.
What do people think? Have other people seen the trend for self-adapting systems like this? Is this an oversimplification on computer engineering?
The latest patch today, 13.23 makes the game instacrash after champ select, be warned. Don't start a match on Linux until it's fixed.
https://leagueoflinux.org/
Charges of €12.99 a month smartphone users for and €9.99 for desktop introduced to comply with EU data privacy rules
Awful to see our personal privacy and social lives being ransomed like this. €10 seems like a price gouge for a social media site, and I'm even seeing a price tag of 150SEK (~€15) In Sweden.