At least equally worth pointing out: Three different people are actively working on it, see https://indico.freedesktop.org/event/12/contributions/532/ .
> I already addressed that in my comment, right after the line you quoted. Where? You suggested it would go through Murena instead, but you can fully disable third party services by disabling external push providers and…
> I am not sure what you are trying to say here. I have never had an Android system that did not have OTA updates. Everything included... I usually like to install the apps I want? The last bit of my sentence could…
I'm not big on this general line on argument, but one point in particular: > And of course, fairphone’s hardware and OS are nothing to write home about. For the freedom and security nerds they’re better off with…
> If there are tradeoffs, if would be nice if the customers can decide what to have, in a modular product. A "modular product" has tradeoffs in and of itself (such as size, price, water resistance, …), which presumably…
Where are you getting GPS from? Grandparent commenter talked about bluetooth beacons and parent suggested reading the docs. The contact tracing APIs very deliberately avoided GPS for exactly the reason you mention.
Just curious, has suspend (to RAM) been working for you? For me the nvidia driver just keeps waking up the system instantly - but my setup is deviating from the upstream flake in a few ways, so I'm just wondering if…
[dead]
Yes, this had been temporarily permitted until recently, and AFAIK they continue doing so illegally at the moment.
For context, this refers to "Chat Control 1.0", allowing facebook and other messaging providers to scan chats for harmful content (which they had been temporarily allowed to do by a recently expired law). This is still…
See https://asahilinux.org/2024/01/fedora-asahi-new/#speakers The effect is understated there, perhaps because Apple speakers are actually somewhat usable without this feature. For the X13s, the speakers might as well…
Unlikely. I've been daily-driving the predecessor (X13s). While it's usable and technically all drivers are there, it's far from "without pain" due to endless number of small but annoying quirks. Just to give you an…
This seems to be mainly brought up by people concerned they'd lose banking apps than people who actually have issues. It's rooted phones that often get blocked, whereas those that run LineageOS/microG without rooting…
> Is there some special feature I'm missing? I would only call it a marginal improvement. If that. I fail to see what the big deal is. Among the "GPU rendered terminal" options, afaik Ghostty is the only one that has…
With Dioxus, program logic compiles to native code instead of running it through a JS engine, and it ships its own HTML renderer (Blitz) instead of bundling a whole browser. So it's a lot more lightweight and performant…
(for context, you're replying to the author of an alternative nix input pinning mechanism, which means... they're probably aware of all that and yet they chose their wording like this anyway)
They are hiring specifically for that: https://old.reddit.com/r/ProtonDrive/comments/1spx14d/proton...
Nothing public yet, but this is the Nix output for taking the screenshot, to be executed via `nix run .#screenshot`: outputs.apps.x86_64.screenshot = { type = "app"; program = toString (pkgs.writeShellScript…
Most people don't realize that the Asahi team ship features only once they work without quirks. For the set of supported hardware features, Asahi is much closer to a macOS experience than to an average x86 Linux laptop…
+1 for this approach. For a mobile app, I made Nix spawn an ephemeral Android emulator instance for generating up-to-date screenshots, requiring no prior setup and leaving no lingering data around after running. Setting…
Quite the contrary, actually: not using a browser extension makes you much more susceptible to phishing attacks, since your password manager won't be able to protect you from copy-pasting credentials into an imposter…
Just injecting this here: What I've been missing is an equivalent for GitHub's "blame prior revision" feature to quickly follow through the history of individual source lines.…
tl;dr for opt-out as per https://cli.github.com/telemetry#how-to-opt-out (any of these work individually): export GH_TELEMETRY=false export DO_NOT_TRACK=true gh config set telemetry disabled (starting from version…
The article is specifically not referring to information that's sent to Apple servers - it's about information on the phone only, accessible through forensics tools with physical device access. Signal's server-side push…
> If some provider like Proton states they are pricacy-focused and protect your data from governments, but can still offer loads of your private data when ordered to, that damages their privacy claim. "Loads" of private…
At least equally worth pointing out: Three different people are actively working on it, see https://indico.freedesktop.org/event/12/contributions/532/ .
> I already addressed that in my comment, right after the line you quoted. Where? You suggested it would go through Murena instead, but you can fully disable third party services by disabling external push providers and…
> I am not sure what you are trying to say here. I have never had an Android system that did not have OTA updates. Everything included... I usually like to install the apps I want? The last bit of my sentence could…
I'm not big on this general line on argument, but one point in particular: > And of course, fairphone’s hardware and OS are nothing to write home about. For the freedom and security nerds they’re better off with…
> If there are tradeoffs, if would be nice if the customers can decide what to have, in a modular product. A "modular product" has tradeoffs in and of itself (such as size, price, water resistance, …), which presumably…
Where are you getting GPS from? Grandparent commenter talked about bluetooth beacons and parent suggested reading the docs. The contact tracing APIs very deliberately avoided GPS for exactly the reason you mention.
Just curious, has suspend (to RAM) been working for you? For me the nvidia driver just keeps waking up the system instantly - but my setup is deviating from the upstream flake in a few ways, so I'm just wondering if…
[dead]
Yes, this had been temporarily permitted until recently, and AFAIK they continue doing so illegally at the moment.
For context, this refers to "Chat Control 1.0", allowing facebook and other messaging providers to scan chats for harmful content (which they had been temporarily allowed to do by a recently expired law). This is still…
See https://asahilinux.org/2024/01/fedora-asahi-new/#speakers The effect is understated there, perhaps because Apple speakers are actually somewhat usable without this feature. For the X13s, the speakers might as well…
Unlikely. I've been daily-driving the predecessor (X13s). While it's usable and technically all drivers are there, it's far from "without pain" due to endless number of small but annoying quirks. Just to give you an…
This seems to be mainly brought up by people concerned they'd lose banking apps than people who actually have issues. It's rooted phones that often get blocked, whereas those that run LineageOS/microG without rooting…
> Is there some special feature I'm missing? I would only call it a marginal improvement. If that. I fail to see what the big deal is. Among the "GPU rendered terminal" options, afaik Ghostty is the only one that has…
With Dioxus, program logic compiles to native code instead of running it through a JS engine, and it ships its own HTML renderer (Blitz) instead of bundling a whole browser. So it's a lot more lightweight and performant…
(for context, you're replying to the author of an alternative nix input pinning mechanism, which means... they're probably aware of all that and yet they chose their wording like this anyway)
They are hiring specifically for that: https://old.reddit.com/r/ProtonDrive/comments/1spx14d/proton...
Nothing public yet, but this is the Nix output for taking the screenshot, to be executed via `nix run .#screenshot`: outputs.apps.x86_64.screenshot = { type = "app"; program = toString (pkgs.writeShellScript…
Most people don't realize that the Asahi team ship features only once they work without quirks. For the set of supported hardware features, Asahi is much closer to a macOS experience than to an average x86 Linux laptop…
+1 for this approach. For a mobile app, I made Nix spawn an ephemeral Android emulator instance for generating up-to-date screenshots, requiring no prior setup and leaving no lingering data around after running. Setting…
Quite the contrary, actually: not using a browser extension makes you much more susceptible to phishing attacks, since your password manager won't be able to protect you from copy-pasting credentials into an imposter…
Just injecting this here: What I've been missing is an equivalent for GitHub's "blame prior revision" feature to quickly follow through the history of individual source lines.…
tl;dr for opt-out as per https://cli.github.com/telemetry#how-to-opt-out (any of these work individually): export GH_TELEMETRY=false export DO_NOT_TRACK=true gh config set telemetry disabled (starting from version…
The article is specifically not referring to information that's sent to Apple servers - it's about information on the phone only, accessible through forensics tools with physical device access. Signal's server-side push…
> If some provider like Proton states they are pricacy-focused and protect your data from governments, but can still offer loads of your private data when ordered to, that damages their privacy claim. "Loads" of private…