jlh

joined 2 years ago
[–] [email protected] 20 points 2 hours ago

Just one more thing Obama is better at than Trump

[–] [email protected] 2 points 2 hours ago

yeah, the jeans I bought weren't recycled, but they do have a system for recycling them when they're worn out.

I bought a 1942 army great coat off of ebay, lots of them up there. I bought a 1980's navy peacoat at a random vintage store somewhere around Alphabet City in NYC. Be aware that most people size those coats 4-6 down because they're meant to go over multiple thick shirts, blouses, and midlayers in military use, but with a normal shirt and sweater you don't need them so large.

[–] [email protected] 15 points 5 hours ago* (last edited 5 hours ago) (3 children)

I think it depends on exactly what item you're looking for. Plenty of vintage coats out there, I just bought two 40+ yo military wool coats this season since my old jacket is wearing out and isn't that stylish. There's probably local jeans manufacturers that also recycle fabric, like Jeansverket in Sweden. Rose Anvil on YouTube is a good source for finding boots that will last decades.

There is definitely enshittification out there, but it's not impossible to find BIFL out there.

[–] [email protected] 25 points 21 hours ago

First, blaming 67 deaths on any controller or pilot is dispicable, especially before the FAA has had a chance to begin their investigation. No one nor their families deserves to go through this abuse in the middle of their grieving.

Second, Trump's own fucking pilots don't even listen to ATC instructions at DCA. Trump should check his own hiring policies before he starts blaming deaths on others.

https://www.twz.com/air/j-d-vances-campaign-jet-inadvertently-buzzed-the-washington-monument

https://youtu.be/N8bQY02SEBc

[–] [email protected] 11 points 22 hours ago (4 children)

technocracy != Elon Musk as president

technocracy is when you have political scientists and engineers as politicians, not billionaires and lawyers.

[–] [email protected] 21 points 1 day ago* (last edited 1 day ago)

I dont know, the Swedish police's slowness to charge Paludan and Momika with hate speech doesn't really justify some random vigilante (or Turkish spy) going and giving him the death penalty. Kinda outside the paradox of tolerance here.

[–] [email protected] 6 points 1 day ago

yeahhh that's not a legal request for ICE to send them

Straight to court

[–] [email protected] 4 points 2 days ago

Ok, while you two are fighting over which holy soil has the fastest trains, Canada, Austrailia, New Zealand, South Korea, and Japan are going to join the EU and have a party without you

[–] [email protected] 60 points 2 days ago* (last edited 2 days ago) (16 children)

This is a total shutdown of the federal government for everything besides personnel. All science research in the US has stopped. States are losing their funding. Completely unconstitutional.

[–] [email protected] 16 points 2 days ago

international collaboration > nationalism, every time

[–] [email protected] 6 points 2 days ago

Can we cool it with the nationalism for just 1 week

[–] [email protected] 6 points 2 days ago* (last edited 2 days ago)

Yes, the renters in my coop are required to pay rent to the coop, some of that rent goes to the ISP we have a contract with for internet and phone, as well as to the cable company we have a contract with for TV. It is not possible for renters to choose a different ISP or cable provider.

The renters don't have voting rights in the coop, but they are represented by the renters' union for determining rent and negotiating renovations (essentially rent control).

 

@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

 

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

 

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/

 

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 ›