jlh

joined 1 year ago
[–] jlh@lemmy.jlh.name 4 points 3 hours ago (1 children)

also when did the government start subsidizing wetlands bulldozing

 

@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

[–] jlh@lemmy.jlh.name -3 points 11 hours ago

don't hate the player, hate the game

[–] jlh@lemmy.jlh.name 1 points 15 hours ago

The US's Inflation Reduction Act was a pretty egregious case of state aid for EV cars, true.

[–] jlh@lemmy.jlh.name 45 points 1 day ago* (last edited 1 day ago)

Jesus christ. Not only are politicians refusing to hold Netanyahu's regime accountable, but they're also blocking bureaucrats from following any safeguards we have that would have held Netanyahu's regime accountable.

It would have been so easy to have our backchannels tell Netanyahu that bombing humanitarian trucks is a red line, without any political backlash, but we went out of our way to allow Netanyahu and the IDF to keep doing it.

[–] jlh@lemmy.jlh.name 14 points 1 day ago (2 children)

Weirdly editorialized article with AI images when you could just link their Reuters source.

  1. EV cars pollute more than public transportation and therefore should not be cheaper than public transportation
  2. China engages in unfair state subsidies for their EV market, while the EU does not. (See Northvolt)
[–] jlh@lemmy.jlh.name 1 points 1 day ago

Ah, fair enough. I seem to have misrembered nifty 50 lenses as being specifically for portraits.

https://www.australianphotography.com/photo-tips/the-genius-of-the-nifty-50-why-you-need-a-50mm-prime-lens

[–] jlh@lemmy.jlh.name 6 points 1 day ago (1 children)

My point was that war crimes committed by insurgents doesn't invalidate war crimes committed by a corrupt right-wing strongman and his fascist thugs.

I have a bunker under my apartment building in Sweden. In some rougher neighborhoods, these bunkers are used by gangs to store ak47s. It's tough to take Israel's word that every airstrike on a home or a hospital has blown up a "hamas command center", especially considering that many of these airstrikes have been ordered by an AI.

[–] jlh@lemmy.jlh.name 18 points 1 day ago (3 children)

Israel/Palestine, a magical land where access to PGMs determines whether or not a military is guilty of war crimes.

Is it not insane how we have seen repeated war crimes from both parties for nearly an entire year, and here we are talking about whether you could avoid hitting a hospital if you had precision guided munitions?

[–] jlh@lemmy.jlh.name 24 points 1 day ago (5 children)

Medic in TF2 is a pure healer. The only time their weapons come out is if they get separated or get surprised by a spy. In high-level play, basically never.

[–] jlh@lemmy.jlh.name 6 points 1 day ago (4 children)

Strange technical writing in this review, and a misleading headline. The phone has a 35mm equivalent focal length lens, it doesn't have a "35mm" full-frame sensor.

A 35mm primary lens is unusual for phone cameras, as usually the primary lens is a wide-angle lens, but 35mm is still quite wide. It isn't very different from the iPhone's focal length eqv of 26mm.

In terms of using it as a zoom lens, typically portraits are taken with 50mm lenses, and the iPhone's "telephoto" lens is 77mm, so 35mm isn't very narrow, either.

Also, Nubia seems to be a brand from ZTE. It sounds like a Nokia ripoff, and aren't ZTE banned in the US? Is this phone the result of the CCP dodging trade restrictions? That seems more interesting than a slightly narrower camera lens.

[–] jlh@lemmy.jlh.name 11 points 2 days ago

This is literally what the bad guys do in Russian propaganda films

https://youtu.be/ndd0BlDm0SQ?feature=shared&t=560

Russia is fully leaning into their war crimes now

 

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.'"

 

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/

 

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.

view more: next ›