@Canine3625

3 Followers
26 Following
47 Posts

We strongly oppose the Unified Attestation initiative and call for app developers supporting privacy, security and freedom on mobile to avoid it. Companies selling phones should not be deciding which operating systems people are allowed to use for apps.

https://uattest.net/

Unified Attestation

Unified Attestation is a free, open-source alternative to Google Play Integrity with offline verification and simple app + server integration.

figured i would try pop os

error: bad shim signature

how about letting me enroll secure boot keys? why isn't this an option in 2026

the rage intensifies. i just can't anymore

when android desktop mode reaches a level that it can be a passable replacement to desktop linux, i honestly will just use grapheneOS on a phone with a docking station

bad enough that security on desktop linux is fucking terrible, now i can't find a single distribution that isn't a slopshop

this is so frustrating.

Whisper is actually closed source. Open weights is another way of saying permissively licensed closed source. Our implementation of both text-to-speech and speech-to-text will be actual open source which means people can actually fork it and add/change/remove training data, etc.

I have last year's T14, not this year's. Of course. Still, this is majorly good news and I hope more laptop makers follow suit.

https://www.ifixit.com/News/115827/new-thinkpads-score-perfect-10-repairability

Lenovo’s New T-Series ThinkPads Score 10/10 for Repairability

Repair goes mega mainstream with the launch of Lenovo’s new T-series business laptops, which earned our highest honor with a 10/10 repairability score.

iFixit
Our roadmap for improving security of verifying updates is based on taking advantage of the reproducible builds. We plan to have multiple official build locations and a configurable signoff verification system in the update clients also usable with third party signoff providers.

The official microG OS project (https://lineage.microg.org/) leaked their private keys for logging into their servers and signing releases:

https://github.com/lineageos4microg/l4m-wiki/wiki/December-2025-security-issues

We make our official builds on local machines. Our signing machine's keys aren't ever on any storage unencrypted.

LineageOS for microG

LineageOS for microG website.

LineageOS for microG

Our WireGuard implementation, GotaTun was recently audited by Assured Security Consultants. Two identified low severity issues were fixed prior to the completion of the audit.

No major vulnerabilities were found.

Read more here: https://mullvad.net/blog/a-security-audit-of-gotatun-is-now-available

A security audit of GotaTun is now available

In December we wrote about our new WireGuard implementation GotaTun, which is currently used in our Android app. An independent audit by Assured Security Consultants is now available.

Mullvad VPN

We're happy to announce a long-term partnership with Motorola. We're collaborating on future devices meeting our privacy and security standards with official GrapheneOS support.

https://motorolanews.com/motorola-three-new-b2b-solutions-at-mwc-2026/

Motorola News | Motorola's new partnership with GrapheneOS

Motorola announces three new B2B solutions at MWC 2026, including GrapheneOS partnership, Moto Analytics and more.

Global Blog

People who think tests are sufficient guardrails for code output by an LLM are morons.

if n in [0, 2, 4]:
output "even"
elif n in [1, 3, 5]:
output "odd"
else:
output "I'm a dipshit for using an LLM"