frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: I reverse engineered Apple's video wallpapers

https://github.com/kageroumado/phosphene
126•kageroumado•4h ago•31 comments

Show HN: CPU-only transcription for YouTube, TikTok, X, Instagram videos

https://github.com/kouhxp/yapsnap
40•mrkn1•6h ago•14 comments

Show HN: Dari-docs – Optimize your docs using parallel coding agents

https://github.com/mupt-ai/dari-docs
17•byhong03•11h ago•6 comments

Show HN: Lance – image/video generation and understanding in one model

https://github.com/bytedance/Lance
55•cleardusk•12h ago•15 comments

Show HN: I made a tool for learning scales, chords, and how to combine them

https://projects.alesh.com/intervalkit/
17•aleshh•10h ago•13 comments

Show HN: Forge – Guardrails take an 8B model from 53% to 99% on agentic tasks

https://github.com/antoinezambelli/forge
646•zambelli•1d ago•236 comments

Show HN: Remote Job Board

https://www.remotejobs.place
4•beefive•4h ago•0 comments

Show HN: I built Istanbul live transit map

https://tarif.ist/
8•berkaycubuk•8h ago•0 comments

Show HN: Superlog (YC P26) – Observability that installs itself and fixes bugs

https://superlog.sh/
70•Magnanten•1d ago•45 comments

Show HN: Gaussian Splat of a Strawberry

https://superspl.at/scene/84df8849
517•danybittel•1d ago•195 comments

Show HN: Hocuspocus 4 – self-hosted Yjs collaboration backend

https://github.com/ueberdosis/hocuspocus
35•philipisik•13h ago•4 comments

Show HN: Number Gacha, a gacha game distilled to its essence

https://isabisabel.com/gacha/
254•babel16•1w ago•140 comments

Show HN: Open-Source Agentic QA Harness with Memory

https://vostride.com/agent-qa
17•pranshuchittora•16h ago•2 comments

Show HN: I made a 3D pose maker for artists

https://setpose.com/
87•augustvdv•1d ago•32 comments

Show HN: Files.md – Open-source alternative to Obsidian

https://github.com/zakirullin/files.md
710•zakirullin•2d ago•347 comments

Show HN: Haystack – Review the PRs that need human attention

https://haystackeditor.com/
43•akshaysg•2d ago•16 comments

Show HN: expo-callkit-telecom – easily integrate CallKit/Core-Telecom

https://github.com/mfairley/expo-callkit-telecom
3•mfairley•9h ago•0 comments

Show HN: Id-agent – Token efficient UUID alternative for AI agents

https://github.com/vostride/id-agent
40•pranshuchittora•1d ago•54 comments

Show HN: Pg_deltax, Apache-licensed alternative to TimescaleDB

https://github.com/xataio/deltax
37•tee-es-gee•1d ago•1 comments

Show HN: Yt-x v0.8.0 – Browse, play, and download YouTube from the terminal

https://github.com/Benexl/yt-x
27•Benex254•1d ago•4 comments

Show HN: Hsrs – Type-Safe Haskell Bindings Generator for Rust

https://github.com/harmont-dev/hsrs
53•suis_siva•1d ago•7 comments

Show HN: InsForge – Open-source Heroku for coding agents

https://github.com/InsForge/InsForge
60•mrcoldbrew•2d ago•7 comments

Show HN: IgniteMS – batch text embeddings at 253K msg/s on 8x A100

https://github.com/Artain-AI/ignite-ms
2•ddayanov•10h ago•0 comments

Show HN: IResearch – C++ search that beat Lucene and Tantivy on their benchmark

https://github.com/serenedb/serenedb/tree/main/libs/iresearch
12•gnusi•17h ago•3 comments

Show HN: Every Lego minifigure ranked, from over 1.3M user votes

https://brickelo.com
3•gpattle•14h ago•1 comments

Show HN: A fast, thread-safe C hashmap with lazy sorting

https://github.com/RaphaelPrevost/hashmap-benchmark
3•jaguarwan•15h ago•0 comments

Show HN: Semble – Code search for agents that uses 98% fewer tokens than grep

https://github.com/MinishLab/semble
441•Bibabomas•3d ago•150 comments

Show HN: Rust Database from Scratch

https://github.com/ayoubnabil/aiondb
7•ayoubnabil•16h ago•4 comments

Show HN: Rocksky – Music scrobbling and discovery on the AT Protocol

https://tangled.org/rocksky.app/rocksky
117•tsiry•4d ago•44 comments

Show HN: Mezz, a curl-able WiFi sandbox for IoT pentesting

https://github.com/ABGEO/mezz
40•ABGEO•5d ago•10 comments
Open in hackernews

Show HN: I reverse engineered Apple's video wallpapers

https://github.com/kageroumado/phosphene
123•kageroumado•4h ago
Ever since Apple introduced their video wallpapers I wanted to be able to put custom videos there. I decided to reverse engineer and see what I can do.

I built Phosphene to sell it, but the existing competitors were polished enough that the time it would have taken to catch up wasn't going to pay off. So I'm open-sourcing it.

WallpaperExtensionKit.framework is what powers macOS wallpapers. It controls what’s shows in the Settings app. It took a lot of trial and error to replicate the behavior, but the result is that your custom wallpapers appear alongside everything else. I wanted to have an “add” button there too, but I couldn’t find a way to do so, so there’s a companion app that will put your video where it needs to be.

Unlike Apple's Aerials, the video keeps playing on the desktop (not just the lock screen). The renderer drives AVSampleBufferDisplayLayer directly with PTS-offset gapless looping, and pauses or downshifts based on thermal state, battery level, brightness, and window occlusion.

It’s free and works well.

Comments

encore2097•3h ago
Very neat. I was confused at first, I was like you can download the video screensavers.. why scrape the frames. Then I saw your comment and read I can use my own videos for desktop and lock screen. Great work! Dont bury the lede! A title with the hook of what and how would be super helpful!
ChrisMarshallNY•3h ago
Very cool!

However, it may definitely get broken by Apple, as you note.

kageroumado•2h ago
I don’t think they’ll touch this part anytime soon. It’s been unchanged for a few years now, they certainly have other priorities.
ChrisMarshallNY•2h ago
Good on ya.

I won't use it, myself, because I can't deal with wallpaper moving behind my work (I also can't listen to music, while I work. Maybe it's a "generational" thing). Also, I use a 49-inch ultrawide, so it might be vomit-inducing.

I remember some other utility that played wallpaper videos, but it wasn't anywhere near as nicely done.

dylan604•1h ago
Which generation is that? I'm a Gen Xer. I can't work without music, but specific music without lyrics for my brain to try to follow.
wanoir•2h ago
So cool! This reminds me I wanted to try setting a custom video background with some footage i had. Didn’t even realize it wasn’t natively supported till i saw this!
kageroumado•1h ago
Thank you! I’m glad you like it
mgaunard•2h ago
Are there specific video wallpaper sets I can download that leverage these features?
kageroumado•2h ago
You can use any website that lets you download video wallpapers, or you can make one yourself. Any video can be played
buildbot•2h ago
I vote the Vista wallpapers personally; feels just right.
buildbot•2h ago
As much (fairly well deserved) hate as Tahoe gets, the video wallpapers and transparency are such a fun Windows Vista vibe I get nostalgia. Time to set this up with the Vista waterfall wallpaper and reallllyyy feel like it’s 2007!
riddlemethat•1h ago
I’m imagining dozens of people worldwide sharing your nostalgia for Vista.
zaps•1h ago
“Good old Vista. People give it a bad press but I’m never upgrading, why would I? It just feels like a good pair of jeans.”
Gigachad•1h ago
It's called frutiger aero now. Lot of people very bored with modern safe design nostalgic for when tech and UI was weird and bold.
_kb•57m ago
What do you mean Windows Vista "nostalgia"? That makes me feel a little long in the horn.
ebbi•50m ago
guy_holding_shoulder.jpg
geerlingguy•20m ago
There are likely a number of folks on this forum now who were born after Vista was released.
wpm•37m ago
The moving wallpapers are near the first few times but I can't turn it off. I had to dig deep into WallpaperKit (I mean really? It's a friggin wallpaper) to find the static last frame of the wooshy moving BS.
markdown•1h ago
These damned wallpapers gave me my worst experience with Apple. MacOS would delete them and redownload automatically over and over again, using almost a terrabyte of data per week.

And I wasn't even using video wallpapers at the time.

Just discovered I had no internet 3 days into the month as my ISP had cut me off. Had to dig deep and spend hours I'll never get back trying to find out where all the data was going.

Here's a thread I just found now that shows others having similar issues: https://www.reddit.com/r/MacOS/comments/1ii38g8/macbook_wall...

kageroumado•1h ago
This app injects itself directly into Apple’s actual pipeline, so your videos won’t get removed or changed. It’s not just an automated replacer of Apple’s own videos.
w-ll•1h ago
remember when windows had html wallpapers. brb gonaa agent something that i hope doenst supply chain my entire life
kageroumado•1h ago
The app now has a landing page with a download link and you can also see my other projects: the largest one is Refrax browser, but I also have many other small utility apps!

https://kagerou.glass/phosphene/

https://kagerou.glass

nashashmi•1h ago
Title should be prefixed with show hn:
dang•1h ago
I had the same thought and just did that, and your comment was the next thing I saw :)
daemonologist•1h ago
I wonder about this when I see someone post their own work without the Show HN prefix - is it always supposed to be a Show? (Enforcement/community objection to the lack thereof doesn't seem to be very strenuous, if so. Or, maybe it gets fixed after a little while and I haven't noticed.)
manuisin•1h ago
Woah, thank you! Just checking these will keep on working on the lock screen and as screen savers too?
kageroumado•1h ago
The video will keep playing on the lock screen, but screen savers are a different thing. You can have the same video as your wallpaper and screen saver though.
postalcoder•1h ago
Wow, thank you for this. I've been working on a screensaver suite but LegacyScreenSaver is so janky. I was hoping someone would figure out apple's private wallpaper framework and you did!
mikestaas•33m ago
OMG, LegacyScreenSaver is such a memory hog!
musicale•53m ago
Apple's best video wallpaper is "Macintosh". I am interested in how it works.
futhey•31m ago
Same! I distinctly remember seeing portions of this wallpaper that led me to believe it's procedurally generated and not simply a collection of video files, and had to rewatch it to confirm. There are several points where the date and time match the system date and time down to the second.