Meet Musify,
A YouTube Music client that comes with a beautiful Material-themed UI.
Features :-
> Online song search with suggestions
> Offline listening support
> Import & export your data and never lose it
> Add custom playlists with link
> Optimized sound experience
> SponsorBlock support
> Built-in equalizer with presets
> Lyrics support
> No ads
> No subscriptions
> 21 supported languages
> Material UI, accent colors & dynamic colors (Android 12+)
Someone open-sourced an Android emulator that runs in Docker.
It's called docker-android. One docker command spins up a complete Android device with ADB port-forwarding, KVM, and GPU acceleration.. fully headless and CI-ready.
100% Open Source.
Someone just open-sourced a full 3D Gaussian Splat editor that runs 100% in your browser.
It's called SuperSplat. You can inspect, edit, optimize, and publish photorealistic 3D scenes with zero install.
100% Open Source.
Google just open-sourced an AI model that knows what's inside any file better than the file itself does.
It's called Magika. And it runs in milliseconds.
Traditional tools guess file types using "magic bytes" — the first few bytes of a file. Works fine until it doesn't.
Minified JavaScript. Packed binaries. Obfuscated malware. Renamed extensions. Magic bytes fail constantly.
Magika doesn't use magic bytes. It uses a deep learning model trained on millions of files to understand the actual content — not just the header.
Here's what makes this different:
→ Identifies 100+ file types with over 99% precision
→ Runs in under 5ms per file on CPU alone
→ Handles edge cases that break every other tool: minified JS, polyglot files, packed executables
→ Single Python package. One line install. Works anywhere.
→ Already deployed inside Google at scale — Gmail, Drive, Safe Browsing, VirusTotal all use it
Here's why this matters for security:
Every file upload pipeline, malware scanner, and content moderation system relies on accurate file detection. Get it wrong and you let a .exe disguised as a .jpg through.
Magika closes that gap. Completely.
Here's how simple it is to use:
pip install magika
from magika import Magika
m = Magika()
res = m.identify_path(Path("example.js"))
print(res.output.ct_label) # javascript
That's it. Two lines. Production-ready.
Google built this internally, used it across their entire infrastructure, and then just... gave it away.
15,000 GitHub stars. Apache 2.0 License. 100% Open Source.
TeamViewer charges $50.90/month.
AnyDesk starts at $22.90/month.
And every single connection goes through their servers.
Your screen. Your passwords. Your files. Your private conversations. All routed through someone else's computer.
TeamViewer was breached in June 2024. An APT group got into their internal corporate IT environment.
There is a free alternative. You host it yourself. Your data never touches a third party.
It is called RustDesk. 102,000+ stars on GitHub.
You download it. Share your ID. Connect. That is it. Works instantly. No account needed.
Here is what it does:
- Full remote desktop control across Windows, Mac, Linux, Android, and iOS
- File transfer between devices. Drag and drop.
- Clipboard sync. Copy on one machine, paste on the other.
- Direct P2P connections through TCP hole punching. Faster than any relay.
- End-to-end encryption on every connection. NaCl cryptography.
- Works out of the box with zero configuration
Here's the wildest part:
You do not need to self-host to use it. Public relay servers are built in. Download and connect in seconds.
But if you self-host on a $5 VPS, you get something no paid tool offers:
Complete data sovereignty. Your screen. Your files. Your logs. All on YOUR server. Nobody else sees them. Ever. Unlimited users. Unlimited devices.
TeamViewer Business: $50.90/month. $610/year.
AnyDesk Solo: $22.90/month. $274/year.
RustDesk: $0. Forever.
Built in Rust. 356 contributors. 14,900+ forks. Translated into 39 languages.
AGPL-3.0 licensed. Self-hosted. Community-driven.
100% Open Source.
(Link in the comments)
THIS GUY VIBE CODED A FREE TOOL THAT TURNS UGLY BARCODES INTO BEAUTIFUL SVG ONES THAT STILL SCAN
you paste in a barcode, and it turns it into a styled, artistic SVG that still scans perfectly
the tool makes it look good AND keeps it scannable
free, no account needed, AND they export as SVGs
if you've ever looked at a barcode on your product packaging and thought "this is ugly" you might want to look into this