frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

An OpenAI model has disproved a central conjecture in discrete geometry

https://openai.com/index/model-disproves-discrete-geometry-conjecture/
697•tedsanders•6h ago•496 comments

GitHub confirms breach of 3,800 repos via malicious VSCode extension

https://www.bleepingcomputer.com/news/security/github-confirms-breach-of-3-800-repos-via-maliciou...
506•Timofeibu•11h ago•180 comments

Anthropic is expanding to Colossus2. Will use GB200

https://xcancel.com/nottombrown/status/2057194829986300375
63•aurareturn•4h ago•45 comments

DOS Zone

https://dos.zone/
74•rglover•2h ago•18 comments

Flipper One Tech Specs

https://docs.flipper.net/one/general/tech-specs
242•gregsadetsky•6h ago•84 comments

Colorado Amended SB051 (Age Verification Bill) to Exclude Open Source Projects

https://legiscan.com/CO/bill/SB051/2026
97•ki4jgt•4h ago•26 comments

I reverse engineered Apple's video wallpapers

https://github.com/kageroumado/phosphene
33•kageroumado•1h ago•6 comments

How fast is N tokens per second really?

https://mikeveerman.github.io/tokenspeed/
298•hexagr•2d ago•72 comments

Your Most Improbable Life

https://kevinkelly.substack.com/p/your-most-improbable-life
17•jger15•2d ago•0 comments

Qwen3.7-Max: The Agent Frontier

https://qwen.ai/blog?id=qwen3.7
605•kevinsimper•14h ago•243 comments

Google Declaring War on the Web

https://tante.cc/2026/05/20/on-google-declaring-war-on-the-web/
314•cdrnsf•3h ago•197 comments

Archaeologists find Egyptian mummy buried with the 'Iliad'

https://www.openculture.com/2026/05/archaeologists-discover-ancient-egyptian-mummy-buried-with-pa...
42•diodorus•5d ago•13 comments

Why is Inkwell stuck in review

https://www.manton.org/2026/05/19/why-is-inkwell-stuck-in.html
103•speckx•7h ago•32 comments

Saying goodbye to asm.js

https://spidermonkey.dev/blog/2026/05/20/saying-goodbye-to-asmjs.html
311•eqrion•13h ago•132 comments

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

https://github.com/kouhxp/yapsnap
26•mrkn1•3h ago•10 comments

SpaceX S-1

https://www.sec.gov/Archives/edgar/data/1181412/000162828026036936/spaceexplorationtechnologi.htm
211•cachecow•4h ago•154 comments

Map of Metal

https://mapofmetal.com/
397•robin_reala•14h ago•143 comments

Qian Xuesen: The missile genius America lost and China gained (2025)

https://www.usni.org/magazines/naval-history/2025/december/missile-genius-america-lost-and-china-...
108•thnaks•7h ago•61 comments

Google's AI is being manipulated. The search giant is quietly fighting back

https://www.bbc.com/future/article/20260519-google-tackles-attempts-to-hack-its-ai-results
250•tigerlily•14h ago•172 comments

PopuLoRA: Co-Evolving LLM Populations for Reasoning Self- Play

https://vmax.ai/team/populora-co-evolving-llm-populations-for-reasoning-self-play
34•AMavorParker•4h ago•6 comments

SBCL: the ultimate assembly code breadboard (2014)

https://pvk.ca/Blog/2014/03/15/sbcl-the-ultimate-assembly-code-breadboard/
122•yacin•9h ago•7 comments

Sharla Boehm, the programmer whose code underpins the Internet

https://www.scientificamerican.com/article/the-programmer-whose-code-underpins-the-internet/
93•dxs•2d ago•24 comments

Incident Report: May 19, 2026 – GCP Account Suspension

https://blog.railway.com/p/incident-report-may-19-2026-gcp-account-outage
384•0xedb•16h ago•225 comments

Starship's Twelfth Flight Test

https://www.spacex.com/launches/starship-flight-12
86•pantalaimon•3h ago•74 comments

Not alive, but not dead: disembodied human brains used for drug testing

https://www.science.org/content/article/not-alive-not-dead-disembodied-human-brains-used-drug-tes...
146•Timofeibu•5h ago•121 comments

GitHub's take on age assurance for developers

https://github.blog/news-insights/policy-news-and-insights/why-age-assurance-laws-matter-for-deve...
23•hanifbbz•3h ago•14 comments

Meta blocks human rights accounts from reaching audiences in Saudi Arabia, UAE

https://www.alqst.org/ar/posts/1190
919•giuliomagnifico•12h ago•388 comments

Deep – CLI/REPL for generating and iterating on codebases using DeepSeek

https://github.com/cynchro/deepseekCLI
8•cynchro980•1h ago•0 comments

The OEIS meta sequence and subway stations

https://www.jeremykun.com/shortform/2026-04-09-0556/
9•surprisetalk•2d ago•1 comments

Formal Verification Gates for AI Coding Loops

https://reubenbrooks.dev/blog/structural-backpressure-beats-smarter-agents/
108•pyrex41•9h ago•24 comments
Open in hackernews

I reverse engineered Apple's video wallpapers

https://github.com/kageroumado/phosphene
32•kageroumado•1h ago

Comments

kageroumado•1h 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.

encore2097•23m 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•11m ago
Very cool!

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

kageroumado•7m 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•1m 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.

wanoir•5m 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!