henfredemars

joined 2 years ago
[–] henfredemars 9 points 2 days ago* (last edited 2 days ago) (3 children)

I feel our core problem today is concentration of wealth and power. I think many layman calls this concentration and abuse capitalism in the same way that many people call any kind of social service communism.

Now, I personally believe that this is the end result of capitalism due to regulatory capture, and that capitalism is inherently unstable without a resilient regulatory framework to keep the system working. Still, I’m not sure that the term capitalism is perfectly fit for our situation today. I like the concept of a free market, but we don’t have a free market. We have a market where the rules are set by the big players to their maximum advantage.

Extreme and rapidly accelerating wealth inequality will be the death of us if climate change doesn’t kill us first.

[–] henfredemars 11 points 2 days ago* (last edited 2 days ago)

I take issue with completeness in a very similar way. For example, imagine for some reason that in the simulation it’s impossible to think about penguins. Let’s say that penguins are so logically incomprehensible that we cannot implement this.

The implementation of the simulation could simply trap any attempt to think about penguins and replace it with something else. We would be none the wiser. The simulation still works even if there are states that we can’t get to or are undefined.

It could be that reality itself isn’t entirely complete and defined everywhere. Who’s to say this isn’t one big dream and that the sky isn’t there if we all stopped looking?

There is no escape from Plato‘s cave.

[–] henfredemars 9 points 2 days ago

Quality looks great to me.

[–] henfredemars 1 points 2 days ago (1 children)

I would like to see such beautiful mushrooms in real life.

[–] henfredemars 61 points 2 days ago* (last edited 2 days ago) (12 children)

Dr. Faizal says the same limitation applies to physics. “We have demonstrated that it is impossible to describe all aspects of physical reality using a computational theory of quantum gravity,” he explains. 

“Therefore, no physically complete and consistent theory of everything can be derived from computation alone.”

Your argument is bad and you should feel bad.

Impossible to describe does not mean that it’s not possible to simulate, and impossible is an incredibly strong criterion that sounds quite inaccurate to me. We simulate weather systems all the time, even though the systems are fundamentally chaotic and it’s impossible to forecast accurately. We don’t even know that gravity is quantum, so that’s quite a weird starting point but we’ll ignore that for a second. What is this argument?

This seems like a huge leap to conclude that just because some aspects of our understanding seem like we wouldn’t be able to fully describe them somehow means that the universe can’t be simulated.

“Drawing on mathematical theorems related to incompleteness and indefinability, we demonstrate that a fully consistent and complete description of reality cannot be achieved through computation alone,” says Dr. Faizal.

Who’s to say that reality is completely defined? Perhaps there are aspects to what we consider the real universe that are uncertain. Isn’t that foundational to quantum mechanics?

[–] henfredemars 5 points 2 days ago (2 children)

That looks great, Satan! Can you hold the maggots though?

[–] henfredemars 13 points 2 days ago* (last edited 2 days ago)

I swear people enter and their IQ shifts right by four.

[–] henfredemars 1 points 2 days ago

Join me for a coffee stranger. Best wishes.

[–] henfredemars 2 points 3 days ago (2 children)

Denmark is known for its space in volume.

[–] henfredemars 9 points 4 days ago

The expression is really good.

[–] henfredemars 29 points 4 days ago

He better act quickly. The legal system is just about completely collapsed at this point. He may not get the opportunity at all later.

[–] henfredemars 65 points 4 days ago* (last edited 4 days ago) (1 children)

GOP options for Americans:

  1. Starve, quite literally.
  2. Die from preventable diseases.
  3. Concentration camp.

Voters: you know, he has a point.

 
 

Phone makers need to collectively decide how we approach SIM cards going forward. The current state of eSIMs is an absolute mess, so we either need to ditch the idea of the eSIM-only future, or the big companies need to partner to solve this once and for all.

 
  • Android 16 is on track for its June release, a departure from Google's usual August releases.
  • Google's President of the Android ecosystem confirmed to Android Police it's on track for its target.
  • Google has switched to Trunk Stable development, allowing it to release Android updates earlier.
 

Qualcomm’s Snapdragon 8 Elite promises big things for late 2024 and 2025 flagship smartphones. From a new custom CPU to unrivaled graphics performance, photography, and enhanced AI capabilities, it’s the chip that claims to do it all, and, for the most part, it does. However, our initial impressions of the chip have been tainted by exceedingly high temperatures when placed under stress.

 

According to our source, those purchasing the Google Pixel 9a will get Fitbit Premium for 6 months, YouTube Premium for 3 months and Google One 100GB for 3 months. This is similar to the freebies that Google offered for the rest of the Pixel 9 series.

I feel like this isn't all that interesting news though because I thought trials were commonly included with new Android phones.

 

This is merely a small blurb. Here's the (nearly) complete text of the article (no real need to visit the page):

Qualcomm says Arm is no longer threatening to take its chip architecture away.

”Arm recently notified us that it was withdrawing its October 22nd, 2024 notice of breach and indicated that it has no current plan to terminate the Qualcomm Architecture License Agreement,” Qualcomm CEO Cristiano Amon said on today’s Q1 2025 earnings call. (Qualcomm reported record quarterly revenue, and Amon says Snapdragon now has 10 percent share of $800-plus Windows laptops at US retail.)

Sounds like the chip licensing drama is coming to an end, although it's hard to know what agreements went on behind the scenes to call off the giants' battle.

 
  • Android will soon be able to alert you when your device’s time zone has been automatically updated.
  • This alert will come in the form of a notification.
  • The feature isn’t live yet in the latest Android 16 preview, but when it does go live, it’ll be opt-in.

Sounds like a nice QOL mini-feature.

 

Hello Linux Gurus,

I am seeking divine inspiration.

I don’t understand the apparent lack of hypervisor-based kernel protections in desktop Linux. It seems there is a significant opportunity for improvement beyond the basics of KASLR, stack canaries, and shadow stacks. However, I don’t see much work in this area on Linux desktop, and people who are much smarter than me develop for the kernel every day yet have not seen fit to produce some specific advanced protections at this time that I get into below. Where is the gap in my understanding? Is this task so difficult or costly that the open source community cannot afford it?

Windows PCs, recent Macs, iPhones, and a few Android vendors such as Samsung run their kernels atop a hypervisor. This design permits introspection and enforcement of security invariants from outside or underneath the kernel. Common mitigations include protection of critical data structures such as page table entries, function pointers, or SELinux decisions to raise the bar on injecting kernel code. Hypervisor-enforced kernel integrity appears to be a popular and at least somewhat effective mitigation although it doesn't appear to be common on desktop Linux despite its popularity with other OSs.

Meanwhile, in the desktop Linux world, users are lucky if a distribution even implements secure boot and offers signed kernels. Popular software packages often require short-circuiting this mechanism so the user can build and install kernel modules, such as NVidia and VirtualBox drivers. SELinux is uncommon, ergo root access is more or less equivalent to the kernel privileges including introduction of arbitrary code into the kernel on most installations. TPM-based disk encryption is only officially supported experimentally by Ubuntu and is usually linked to secure boot, while users are largely on their own elsewhere. Taken together, this feels like a missed opportunity to implement additional defense-in-depth.

It’s easy to put code in the kernel. I can do it in a couple of minutes for a "hello world" module. It’s really cool that I can do this, but is it a good idea? Shouldn’t somebody try and stop me?

Please insert your unsigned modules into my brain-kernel. What have I failed to understand, or why is this the design of the kernel today? Is it an intentional omission? Is it somehow contrary to the desktop Linux ethos?

 

This year has been a milestone for us, with significant strides in decentralizing app distribution, expanding the F-Droid ecosystem, and solidifying our infrastructure. All of these advancements were made possible thanks to donations, grants, our volunteers and regular contributors. So thank you again to everyone who helped make 2024 another great year for F-Droid. Now let’s take a closer look at what we accomplished.

view more: ‹ prev next ›