🚀 Just published v1.8 of my Private Facebook Wrapper for Android! 🛡️

This isn't just another WebView wrapper; it's a "Digital Faraday Cage". In this build, I’ve implemented what I call the "Double-Lock", physically ejecting any external links out of the app’s memory container and into your default system browser.

Highlights:
✅ External Link Isolation: Third-party sites never touch your Facebook cookies.
✅ X-Requested-With Stripping: Facebook doesn't know you're on an app.
✅ Hardened JS Injection: Muffled Canvas, WebGL, and WebRTC fingerprints.
✅ Zero Permissions: No contacts, no location, no background sync.

Built for privacy power users who want the feed without the tracking payload.

Check out the code on GitHub: https://github.com/theipw/Private_Facebook

#AndroidDev #Privacy #FOSSDev #CyberSecurity #Facebook #FaradayCage #OpenSource #Kotlin #AndroidPrivacy
GitHub - theipw/Private_Facebook: A hardened, high-security Facebook wrapper for Android. Features a custom Controlled Fetch engine to strip tracking headers, enforce strict CSP, and disable WebRTC/Fingerprinting. Zero permissions required.

A hardened, high-security Facebook wrapper for Android. Features a custom Controlled Fetch engine to strip tracking headers, enforce strict CSP, and disable WebRTC/Fingerprinting. Zero permissions ...

GitHub

Naev 0.13.1 is out with some bugfixes, as you'd expect: https://naev.org/blarg/2026-01-03_0.13.1/

#naev #gamedev #fossdev

Naev - Naev 0.13.1

Oh damn. Naev 0.13.0 is out. Merry christmas everyone!

This one packs a few new missions, and a lot of incremental improvements to the engine (notably, a migration to SDL3 and the start on the Rust rewrite) as well as the game's overall balance and feel.

Read the announcement now now now now:
https://naev.org/blarg/2025-12-25_0.13.0/

Downloads in all the usual places: https://naev.org/downloads/

#naev #fossdev #gamedev

Naev - Naev 0.13.0

“I also think it's a fundamental right of a developer to be financially rewarded for their work.”

Et le type présente une illustration (moche) faite par Grok en tête de sa page...🤦‍♂️

#cognitiveDissonance #fuck_ai #FOSSdev #FOSS

Naev 0.13.0-beta.2 is out!

A few issues have been fixed, but by far the most notable change in this (pre-)release is the swap to lossy assets. Naev will now use lossy AVIF and less bloated Vorbis files internally (with support for Opus audio on the way)

Already the game's download sizes have been slashed by 60-70%!!

https://naev.org/blarg/2025-11-26_0.13.0-beta.2/

#naev #gamedev #fossdev #avif

Naev - Naev 0.13.0-beta.2

@Paule ja, sehr schade!
Es gab auch noch mal einen
Aufruf von @hdvalentin . Vielleicht finden sich ja doch noch Leute, die die #FediKarte auf der Basis wiederbeleben...? 🙏

#Fediverse #FOSSDev
Valentin (@[email protected])

Post mit Erklärung zur #Fedikarte und zum Weitersagen: https://rheinneckar.social/@hdvalentin/114780069676340837

rheinneckar.social
KelvinShadewing - Twitch

Kyrodian Legends Development

Twitch
if someone is looking for a #foss project; it seems like Linux is lacking a GUI video tag editor atm 🙃 there is a gplv2 c++library though, 'atomicparsley' which is used for video tag editors on other platforms (MetaX, MetaZ for macOS), which could be used as a base. #fossdev #freemedia #kodi #jellyfin

Was stuck the past week(s) in my #lisp implementation in #zig on #closures, as they provide an real challange with their capturing properties. Espc bc I didn't wanted to resort to using things like arbitary "rules" to restrict the language only for closure to work, or already implementing a tracing #garbagecollector for this.

I rather choose to use #ARC (Atomically Reference counting) for this, which comes with a few problems. And as I found nobody that has solved this problem, I've come up with a solution to it myself: 'Switchable references with strongchain elemination'. A bit bulky name, and the technique is still in it's beginning, but when implemented in rust the compiler dosnt complain and valgrind dosn't detects any leaks.

I've written a fairly big blogpost about it too, including not only the whole explanation how it works but also alternatives I've considered. Check it out if you're interested!

Now I only need to translate it over to zig, but hopefully that dosnt take so long x3

#coding #programming #software #oss #foss #ossdev #fossdev #lisp #zig #rust #softwaredevelopment #pldev #programminglanguages #referencecounting #rc #arc

Rollinglisp 001 - Of closures, mutability and switchable references - Mai Lapyst's Blog