Readit News logoReadit News
teekert commented on The “Wow!” signal was likely from extraterrestrial source, and more powerful   iflscience.com/the-wow-si... · Posted by u/toss1
bcrl · a day ago
Thanks... The fact that websites are now blocking Firefox by default as an "ad-blocker" is saddening.
teekert · 9 hours ago
For me it works just fine (with ublock origin enabled).

May be an a-b test?

teekert commented on Uncomfortable Questions About Android Developer Verification   commonsware.com/blog/2025... · Posted by u/ingve
lrvick · 14 hours ago
I have never heard of a bank that has a hard requirement of a mobile app. Certainly none of the major banks like Wells Fargo or Chase require one. I do not own a phone and managers at times have to come up with undocumented fallback methods, but there is always a way.

I cannot imagine a legal defense for forcing someone to accept the terms of service of Apple or Google to use their bank account.

teekert · 10 hours ago
Bunq comes to mind, I'm guess N26 and Revolut are similar, app first "fin-tech" banks.
teekert commented on QEMU 10.1.0   wiki.qemu.org/ChangeLog/1... · Posted by u/dmitrijbelikov
dijit · 13 hours ago
QEMU is truly excellent software, from the perspective of a person who very rarely needs to emulate another architecture. It "just works" and has wonderful integrations with basically everything I could want.. sometimes it feels like magic: even if the commandline UX is a bit weird in places.

I've always wondered though how it works with KVM: I know KVM is a virtualisation accelerator that enables passing through native code to the CPU somehow; but it feels like QEMU/KVM basically runs the internet now. Almost the entire modern cloud is built on QEMU and KVM as a hypervisor (right?) but I feel like I'm missing a lot about how it's working.

I also wonder if this steals huge amounts of resources away from emulation, or does it end up helping out. Because to say the modern internet is largely running on QEMU is likely a massive understatement.

teekert · 12 hours ago
If you use it rarely, I can high recommend the excellent QuickEMU [0]

Any VM is just a `quickget ubuntu 24.04` and `quickemu --vm ubuntu-24.04.conf` away. The conf file is just a yaml that is very readable and can give you more cores/ram/disk easily. Just run `quickget` to get a list of OS's to download.

[0] https://github.com/quickemu-project/quickemu

teekert commented on Uncomfortable Questions About Android Developer Verification   commonsware.com/blog/2025... · Posted by u/ingve
RicoElectrico · 17 hours ago
Foss people are on the spectrum and so never understand the common man. Simple as that I guess.
teekert · 17 hours ago
Well the nice thing about the spectrum is that we are all on it and that we draw imaginary lines ourselves.

All wisdom aside... I think you're right. I takes a certain grit to start to appreciate the ultimate effect of software freedom culture and licensing. Never mind the the whole philosophy.

It's like explaining CRISPR (yeah I'm a biologist) to a normie... Ok, so lets start with what DNA is... proceeds to guide someone through a lifetime in the molecular biology field....

teekert commented on Uncomfortable Questions About Android Developer Verification   commonsware.com/blog/2025... · Posted by u/ingve
ajb · 17 hours ago
The Android stack, right back to the pre-aquisition "Danger" stack, ripped out everything GPL'd above the kernel, and Google has been investing in their "fuschia" project to make a non-GPL'dv kernel as well. Gradually making more and more of it proprietary was the plan.

Google is a big company and there may have been some factions pushing to make android an open ecosystem, but I don't see that that was ever the companies intent overall.

teekert · 17 hours ago
So the real question is: Why are people so social and pleasant, and why are companies so egoistic (and I mean egoistic in the cancer/parasitic/enshitifying way, not in the Ayn-Rand/social/We-are-all-equal way).

Is it the lack of deep, DNA encoded morality? What are we going to do about this? What is the DNA of an organization anyway?

How, as a society can we take away these stimuli that make it so natural to consume individual freedoms when we grow our tribe-size?

Maybe we need more freedom, more freedom to say: "F-this I'm out of here, I just like the set of rule of this other society better." Maybe we are still too constrained. By our ways of generating income, by our countries, continents and ultimately our planet. We have 1 lifetime, we have to make do with what we find.

teekert commented on Uncomfortable Questions About Android Developer Verification   commonsware.com/blog/2025... · Posted by u/ingve
Almondsetat · 18 hours ago
Linux is 30 years old, and still it has a laughable percentage of desktop usage. Plus, the only reason it's even usable is because of the relentless work by thankless developers for reverse engineering device drivers. On smartphones this is orders of magnitude more difficult. How do you properly profile and debug a random modem in a phone? What about the cameras?

So, how can anyone expect FOSS mobile OSs to ever exist unless forced by law by the US or something?

teekert · 18 hours ago
Because of hardware standardization Linux has become a pre-competitive layer, a commodity we have decided not to compete on. And it turns out that such a commodity by definition is private, because we don't want any one party to reap all the benefits of a commodity project (we'd rip it out before using it anyway), in the same sense that we don't want want 1 company sitting on all our water consumption data for example.

So, how do we get to a commodity layer for Mobile devices? It looked like it was going to be Linux (Android), and that was Google's intention. But now they are just using their significant resources to corrupt that original idea, using their trojan horse called "play services".

The public at large only cares about convenience, not about privacy. Why don't we? How much enshitification is enough to draw that line in the sand?

teekert commented on Uncomfortable Questions About Android Developer Verification   commonsware.com/blog/2025... · Posted by u/ingve
charcircuit · 18 hours ago
Do not forget Android is also a FOSS mobile OS.
teekert · 18 hours ago
That "F" (as in freedom) is certainly eroding. Perhaps not by its source availability directly (although without any drivers, what is the use?), but very much by a company trying to lock you out of all the goodies that once came with it.
teekert commented on Omarchy Is Out   world.hey.com/dhh/omarchy... · Posted by u/kristianp
yndoendo · a day ago
(RedHat[Office Max] -> Yellow Dog -> Gentoo -> Arch).

Moved from Gentoo to Arch because I was tired of compiling system updates. Was fun compiling when tweaking the kernel and compiler settings trying to maximize Doom 3 on Linux. Enemy Territory didn't need any tweaking.

I don't mind new or more distros. Helps learn new ways of doing things to make Linux more presentable to others. Tools still needs to be presentable to the masses.

teekert · 18 hours ago
Hehe, I forgot to put Gentoo in there haha, for me Arch also felt like binary (and thus much faster to install!) Gentoo!

I love new distro's, especially paradigm shifting ones. Ubuntu at the time ("It just works"), Gentoo ("squeeze max performance out of my hardware and know it thoroughly") Arch ("So fresh, unmatched package availability through AUR"), NixOS ("My OS lives in Git, and that is where it is supposed to be") and the new Fedora silverblue/bootc stuff ("Get some of those cloud paradigms on my personal devices"). Although I haven't played with the latter, mostly because the advantages are NixOS like, and NixOS does it well, and I'm not done learning by a long shot, but it deserves some checking out, it's certainly a new paradigm.

teekert commented on Uncomfortable Questions About Android Developer Verification   commonsware.com/blog/2025... · Posted by u/ingve
userbinator · 19 hours ago
This shouldn't just be "questions"; this should be a full-on opposition. Do not give them even an inch, or they'll take a mile.

"debugger vendors in 2047 distributed numbered copies only, and only to officially licensed and bonded programmers." - Richard Stallman, The Right to Read, 1997

teekert · 18 hours ago
Why is it so complex to have a foss mobile OS.

I only have Linux PCs (laptops) and servers, 100% of my work and personal stuff is done there (though for work I do need to hop into MS365, Google Workspace, Zoom, etc, hooray for browsers, my final firewall between me and the walled gardens, though we can have a whole discussion on that).

For mobile, we have PostmarketOS, Phosh, Ubuntu Touch. I really must try living in them, is it on me? IDK, our government even has an identity app for iOS and Android. I should not be using it, I should stick to web. But its so much more convenient. I'm just weak, aren't I?

Maybe I should go for Ubuntu touch, with an iPad on the side or something. At least my most personal device is something I control then. Or just keep my Linux laptop handy (or make a cyberdeck!). But I want a computing platform that does not require carrying a bag. It's kinda sad. Even GrapheneOS (one of the most personal and secure mobile computing experiences out there)'s future is in the hands of its greatest adversary, the one that does not want you to have a personal computing experience.

u/teekert

KarmaCake day12190March 24, 2013View Original