frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Breaking Up with Google Play: Why Conversations Is Now Free

https://gultsch.de/posts/breaking-up-with-google-play/
416•ezst•5h ago•158 comments

PipePipe: NewPipe hard fork implementing SponsorBlock

https://github.com/InfinityLoop1308/PipePipe
32•Qision•1d ago•23 comments

Fifteen years later, the Apple Cards origin story

https://lexontech.org/fifteen-years-later-the-apple-cards-origin-story
201•ksec•7h ago•30 comments

Show HN: A Claude Code skill to analyze your chess games

https://github.com/brumar/chess-postmortem-skills
14•brumar•50m ago•5 comments

Modern Object Pascal Introduction for Programmers – Castle Game Engine

https://castle-engine.io/modern_pascal
60•birdculture•2d ago•21 comments

Plunging test scores are a slow-moving catastrophe

https://www.economist.com/leaders/2026/09/10/plunging-test-scores-are-a-slow-moving-catastrophe
54•vinni2•1h ago•64 comments

Revealing the details of how OpenAI agents hacked Hugging Face

https://swarmtraces.org/
610•specked-citrus•19h ago•390 comments

Reflections on 1,000 Days of Math

https://gmays.com/reflections-on-1000-days-of-math/
22•gmays•3d ago•3 comments

Analyzing Frontier Model Progress with My Favourite Game: Prince of Persia

https://blog.priyan.in/2026/09/analyzing-frontier-model-progress-with.html
18•msephton•19h ago•14 comments

We're gonna need a lot more mathematicians

https://terrytao.wordpress.com/2026/09/24/were-gonna-need-a-lot-more-mathematicians/
254•srcreigh•13h ago•355 comments

Plan mode is dead

https://www.aymannadeem.com/artificial/intelligence,/developer/tools/2026/09/24/plan-mode-is-dead...
461•jmvldz•1d ago•408 comments

Floci: Locally emulating any cloud service

https://floci.io
100•theanonymousone•7h ago•20 comments

Automattic has a new board after failed attempt to put CEO on leave

https://techcrunch.com/2026/09/25/automattic-has-a-new-board-after-failed-attempt-to-put-ceo-on-l...
15•ilamont•45m ago•12 comments

Ollaya – Ollama for open-source, Jev-style decision models

https://ollaya.dev/
535•Ardakilic•21h ago•131 comments

New Satellite Engine Could Use Earth's Atmosphere to Stay in Orbit Indefinitely

https://scitechdaily.com/new-satellite-engine-could-use-earths-atmosphere-as-fuel-to-stay-in-orbi...
15•GordonS•1h ago•2 comments

16GB iPod Nano 3G Upgrade

https://tuckerosman.com/projects/16gb-ipod-nano
93•Ivoah•2d ago•10 comments

Is your Postgres migration safe or not safe?

https://safenotsafe.dev/
92•vira28•8h ago•29 comments

Parsing Expression Grammar vs. Regexes: Building Org Parser in Lisp, Export HTML

https://jointhefreeworld.org/blog/articles/lisps/parsing-expression-grammar-lisp-org-convert-to-h...
63•jjba23•2d ago•13 comments

A single function Jev-like wrapper for LLMs, including vision models

http://allanrbo.blogspot.com/2026/09/a-jev-like-wrapper-for-llms-including.html
114•allanrbo•12h ago•33 comments

Show HN: Jev Plays Pokémon Red

https://jev-pokemon.vercel.app/
231•pancomplex•1d ago•94 comments

What even is an OS now?

https://sockpuppet.org/blog/2026/09/25/what-even-is-an-os-now/
251•fratellobigio•18h ago•370 comments

Calculating atmospheric drag on satellites for a Cubesat [pdf]

https://www.osti.gov/servlets/purl/1124870
23•walrus01•2d ago•7 comments

Ask HN: Who's still keeping a DOS machine up because the business depends on it?

192•mlaux•20h ago•195 comments

Gravity seems holographic. What does that mean for reality?

https://www.quantamagazine.org/gravity-seems-holographic-what-does-that-mean-for-reality-20260925/
252•ibobev•1d ago•194 comments

The Murky History of Soviet-Born Tetris

https://thereader.mitpress.mit.edu/the-bizarre-murky-history-of-soviet-born-tetris/
76•EA-3167•1d ago•18 comments

Jury finds Facebook liable for deceiving users in Cambridge Analytica case

https://www.cbsnews.com/news/facebook-liable-deceiving-users-cambridge-analytica/
335•pseudolus•14h ago•91 comments

Scientists build most accurate atomic clock

https://phys.org/news/2026-09-scientists-world-accurate-atomic-clock.html
40•wglb•2d ago•20 comments

ASML currently sells no chipmaking machines in Europe, executive says

https://nltimes.nl/2026/09/22/asml-currently-sells-chipmaking-machines-europe-executive-says
105•doener•2d ago•114 comments

The Copilot+ PC brand is dead

https://www.windowscentral.com/microsoft/windows-11/the-copilot-pc-brand-is-dead-microsoft-and-pc...
77•bj-rn•6h ago•40 comments

From Thin Air to Bootable Images: The Tine Build System

https://amutable.com/blog/tine-build-system
29•Levitating•2d ago•12 comments
Open in hackernews

Analyzing Frontier Model Progress with My Favourite Game: Prince of Persia

https://blog.priyan.in/2026/09/analyzing-frontier-model-progress-with.html
18•msephton•19h ago

Comments

smokel•1h ago
The prompts provided are atrocious. It's amazing that the LLMs actually built something useful.

> My first prompt was simple: "in this original code there 6502 assembly code for prince of persia, use the save level files and try to do it in c# console."

Do what in the what now in the console?

gcanyon•1h ago
"now char coming but movement everything wrong ... prince is not in floor"

I'm assuming a language barrier on the part of the author. I wonder if the models would do better being prompted in the author's main language.

cavemandaveman•14m ago
Or having another model proofread the prompts and write clearer instructions
koala_man•22m ago
Unsurprisingly it was buggy without the obligatory "Make no mistakes."
criemen•1h ago
A German magazine (c't) ran a Asteroids programming contest in 2008 - create a client with access to the emulator output of the game that provides keyboard inputs to control the game.

The highest scoring submission that won the contest had a high score of around 137k. Last week, I had GPT-6 Astra, Sol and Luna implement and hill-climb on this task, as I wanted to see how big the difference in smartness is. Luna implemented something, but never exceeded ca. 20k points, with a large variance. Sol got something in the area of the humans implementation.

Astra, which finished fastest, had a highscore of around 1.7Mm when the game seemed to fairly reliably crash. On the way, it disassembled parts of the ROM to extract information about the game.

I didn't do a ton work to document and measure the specifics, but it was very impressive.

looperhacks•35m ago
If I remember correctly, back then all "good" entries in the contest solved the game by syncing with the RNG and could basically predict where and how new asteroids would spawn. The difference between entries was planning ahead movement and residence against control issues due to the contest setup (like inputs getting delayed). I wonder how Astra managed so much better, I thought the problem was already solved
rhipitr•52m ago
Off tangent but the latest prince of Persia game is really fun
pawelduda•33m ago
I played The Lost Crown and it's top tier, I assume you're talking about The Rogue?
Kuyawa•32m ago
The Lost Crown? https://www.youtube.com/watch?v=n4vaxKwZ5rQ

That looks really amazing

dofm•13m ago
It looks like one of those spam shooty game ads you get between Youtube Shorts.

Prince of Persia is a piece of contemplative, subtle, beautifully, artistically minimal motion puzzle art. God knows what that is.

Kuyawa•26m ago
I am going to try to build the original Prince of Persia using Swift as it is the best language for building a macOS game. Being a classic 2D cinematic platformer, Apple's native frameworks provide exactly what I need without the overhead of a massive cross-platform engine, and I love simplicity

So here goes my weekend, flag this and get a life

andsoitis•8m ago
Share it when you're done! Even if it isn't complete complete.
dofm•14m ago
Just one thing you could do is not drag Prince of Persia into this.

Please.