GrapheneOS will not implement age verification, keeping its OS usable globally without requiring personal data or accounts. 🌐
Devices may be restricted in regions with such laws, but the project prioritizes privacy and user control over compliance. 🔒
#TechNews #GrapheneOS #OS #Android #Privacy #FOSS #UserControl #DigitalFreedom #OpenSource #Security #OperatingSystem #Transparency #DataProtection #TechPolicy #MobileOS #Computing #AgeVerification #CustomROM
openKylin is building a AI-native Linux operating system. Explore its AI subsystem, hybrid inference model, and cross-platform design.
Full details here: https://ostechnix.com/openkylin-ai-native-linux-os/
#openkylin #Linux #AIforOS #AI #Operatingsystem #Opensource #FOSSASIA
Build-your-own Linux tools let you create a distro tailored to your hardware and use case. You pick exactly what goes in, build it your way, and ship a system that does only what you need—nothing extra.
Here are popular build-your-own-Linux tools 😎👇
Find high-res pdf ebooks with all my Linux related infographics at https://study-notes.org
🍵 ....Hmmm...use it to your benefit, kiddos.
🍵 ....Hmmm...use it to your benefit, kiddos.
🇧🇷 Brazilian Federal Law 15211, called Digital Statute of Children and Adolescents, requires age verification of users on social networks, application stores and operating systems
🔗️ https://www.planalto.gov.br/ccivil_03/_ato2023-2026/2025/Lei/L15211.htm
The National Data Protection Agency defined the steps to implement age measurement solutions
🔗️ https://www.in.gov.br/en/web/dou/-/despacho-decisorio-cd/anpd-n-35/2026-694427648
This agency has other documents and specific recommendations
🔗️ https://www.gov.br/anpd/pt-br/assuntos/eca-digital
#Brazil #AgeVerification #SocialMedia #OperatingSystem #AppStore
thinking of switching from our ulib to mlibc or newlib in #xv7.
https://codeberg.org/xv7/xv7/issues/1
#Tech #Technology #Kernel #OperatingSystem #OpenSource #OSDev #Programming #C

Currently, I think our current ulib is an unnecessary pain for porting software and we're basically forced to write our own C library ourselves. Switching to something like mlibc from Managarm or even maybe musl if possible would be a step in the right direction. I know xv6 was built originall...