- 2 Posts
- 87 Comments
jim3692@discuss.onlineto Privacy@lemmy.ml•Can't we do anything as google is killing AOSP and custom ROMS57·3 days agoHope EU puts pressure to make google allow apps to run independently without GMS or atleast install them as user apps(like graphene os sandboxed play services).
I doubt they will put any pressure. EU decided to rely on GMS for their upcoming Digital ID app. While they claim they want to switch to open source alternatives of big tech services, they designed their app so that it forces EU citizens to either comply with Google’s ToS, or Apple’s.
Related discussion: https://github.com/eu-digital-identity-wallet/av-doc-technical-specification/issues/18
I am running Ubuntu Santanic Edition
Obey your main
jim3692@discuss.onlineto Linux@lemmy.ml•Europe is slowly ditching Microsoft: why it's happening & why it could fail.8·1 month agoI don’t think they will prohibit side loading. This will cause serious issues to developers, and other professionals.
Like, I cannot use the X tool from Github, just because the Y developer refuses to publish it in an organized store?
jim3692@discuss.onlineto Linux@lemmy.ml•Europe is slowly ditching Microsoft: why it's happening & why it could fail.11·1 month agoThis also applies to Windows. What prevents a user from downloading a Firefox fork that does not properly implement age verification?
jim3692@discuss.onlineto Linux@lemmy.ml•Europe is slowly ditching Microsoft: why it's happening & why it could fail.121·1 month agoSince it is impossible to implement on Linux, it may just be flagged as adult-only software.
But, there is still hope. What if Snaps and Flatpaks get properly flagged, allowing Ubuntu and/or Fedora to be legal?
There is no such thing as idiot-proof steps to tamper the registry. Most of those registry keys are not documented, and it’s very hard to be completely sure about what you are touching.
If you need a debloated experience, install LTSC.
jim3692@discuss.onlineto Privacy@lemmy.ml•‘It’s terrifying’: WhatsApp AI helper mistakenly shares user’s number610·2 months agoIt was the last remaining exam before my deletion from university. I wish I could attend the lectures, but, due to work, it was impossible. Also, my degree is not fully related to my work field. I work as a software developer, and my degree is about electronics engineering. I just need a degree to get promoted.
jim3692@discuss.onlineto Privacy@lemmy.ml•‘It’s terrifying’: WhatsApp AI helper mistakenly shares user’s number96·2 months agoWhat models have you tried? I used local Llama 3.1 to help me with university math.
It seemed capable of solving differential equations and doing LaPlace transform. It did some mistakes during the calculations, like a math professor in a hurry.
What I found best, was getting a solution from Llama, and validating each step using WolframAlpha.
jim3692@discuss.onlineto Mildly Infuriating@lemmy.world•A country run by terrorists is paying YouTube to show me propagandaEnglish11·2 months agoI don’t think they care about the budget. They probably care more about impressions and clicks. So, just use an adblocker, to lower their ad impressions.
jim3692@discuss.onlineto Linux@lemmy.ml•Must fight temptation to buy an overpriced raspberry pi1·2 months agoI had read about it on another thread, which was about using old smartphones as servers (they used Termux).
Those old lithium batteries, although sometimes seemingly healthy, can catch fire any time. Having them connected to the charger 24/7 is only making matters worse.
I wouldn’t trust the battery of old devices. I would probably buy a used UPS (without battery) and slap a new battery to it. This would cost more, but it would allow me to also connect other important devices to it - like the router and some lights.
jim3692@discuss.onlineto Linux@lemmy.ml•Must fight temptation to buy an overpriced raspberry pi2·2 months agoI have a Wyse 5010. Be careful with your SSD plans. Mine had an mSATA SSD. Luckily, after removing the chassis of a SATA SSD, and only keeping the board, it could fit in there.
jim3692@discuss.onlineto linuxmemes@lemmy.world•What's your favourite OS that does not use systemd?1·2 months agoI feel the importance of user privileges distinction, as I see it from a server perspective and organization managed devices. Some would argue the insignificance of this in the personal desktops.
However, I believe that the community structure of Linux is benefiting everyone. It is a general purpose kernel, that gets improvements from various different sectors. In the current space, where most servers run Linux and most desktops run Windows, desktops are not benefiting from filesystem or scheduling optimizations implemented for servers.
jim3692@discuss.onlineto linuxmemes@lemmy.world•What's your favourite OS that does not use systemd?1·2 months agoI had a look at Haiku some months ago. Its single user architecture is an interesting choice. I mean, you don’t need to worry about privilege escalation exploits, if you are always fully privileged /s
jim3692@discuss.onlineto Fediverse@lemmy.world•Bonfire & Guix, a love story -- fishinthecalculatorEnglish2·2 months agoIt’s the first time I see the concept of bootstrappability in the context of security.
Is it really worth the effort?
There are multiple ways to run a supply chain attack. With bootstrappability, one can be sure that the compiler is trusted, but what about the code that the compiler compiles? There was this recent attack to XZ utils, which shows that more attention is needed on the code being merged and compiled.
I think that this just creates a false sense of security.
Contrary to that, I had read about a BSD team (I think FreeBSD) that reviews all the code before each release. This way they have achieved ~5 RCE exploits throughout their entire history.
nix run --no-write-lock-file github:NixOS/nixpkgs/nixpkgs-unstable#neofetch
If you want to make sure that you run the latest version