frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Nano Banana Pro

https://blog.google/technology/ai/nano-banana-pro/
682•meetpateltech•7h ago•425 comments

CBP is monitoring US drivers and detaining those with suspicious travel patterns

https://apnews.com/article/immigration-border-patrol-surveillance-drivers-ice-trump-9f5d05469ce8c...
471•jjwiseman•2h ago•411 comments

New Glenn Update – Blue Origin

https://www.blueorigin.com/news/new-glenn-upgraded-engines-subcooled-components-drive-enhanced-pe...
36•rbanffy•58m ago•8 comments

Run Docker containers natively in Proxmox 9.1 (OCI images)

https://raymii.org/s/tutorials/Finally_run_Docker_containers_natively_in_Proxmox_9.1.html
36•jandeboevrie•1h ago•9 comments

GitHut – Programming Languages and GitHub

https://githut.info/
19•tonyhb•45m ago•9 comments

Data-at-Rest Encryption in DuckDB

https://duckdb.org/2025/11/19/encryption-in-duckdb
77•chmaynard•2h ago•10 comments

New OS aims to provide (some) compatibility with macOS

https://github.com/ravynsoft/ravynos
34•kasajian•1h ago•12 comments

Introducing Kagi Assistants

https://blog.kagi.com/kagi-assistants
65•ingve•1h ago•27 comments

NTSB Preliminary Report – UPS Boeing MD-11F Crash [pdf]

https://www.ntsb.gov/Documents/Prelimiary%20Report%20DCA26MA024.pdf
100•gregsadetsky•3h ago•118 comments

The Lions Operating System

https://lionsos.org
85•plunderer•4h ago•11 comments

Mozilla Says It's Finally Done with Two-Faced Onerep

https://krebsonsecurity.com/2025/11/mozilla-says-its-finally-done-with-two-faced-onerep/
74•todsacerdoti•3h ago•45 comments

Microsoft makes Zork open-source

https://opensource.microsoft.com/blog/2025/11/20/preserving-code-that-shaped-generations-zork-i-i...
322•tabletcorry•4h ago•140 comments

Okta's NextJS-0auth troubles

https://joshua.hu/ai-slop-okta-nextjs-0auth-security-vulnerability
176•ramimac•2d ago•61 comments

Launch HN: Poly (YC S22) – Cursor for Files

32•aabhay•4h ago•33 comments

Android and iPhone users can now share files, starting with the Pixel 10

https://blog.google/products/android/quick-share-airdrop/
294•abraham•5h ago•223 comments

Go Cryptography State of the Union

https://words.filippo.io/2025-state/
97•ingve•5h ago•40 comments

ArkA – A minimal open video protocol (first MVP demo)

https://baconpantsuppercut.github.io/arkA/
5•moshebenpeshe•49m ago•3 comments

Free interactive tool that shows you how PCIe lanes work on motherboards

https://mobomaps.com
103•tagyro•1d ago•13 comments

Ask HN: How are Markov chains so different from tiny LLMs?

104•JPLeRouzic•3d ago•60 comments

Show HN: F32 – An Extremely Small ESP32 Board

https://github.com/PegorK/f32
151•pegor•1d ago•19 comments

Two recently found works of J.S. Bach presented in Leipzig [video]

https://www.youtube.com/watch?v=4hXzUGYIL9M#t=15m19s
73•Archelaos•3d ago•44 comments

Freer Monads, More Extensible Effects (2015) [pdf]

https://okmij.org/ftp/Haskell/extensible/more.pdf
65•todsacerdoti•7h ago•8 comments

Interactive World History Atlas Since 3000 BC

http://geacron.com/home-en/
268•not_knuth•12h ago•124 comments

What's in a Passenger Name Record (PNR)? (2013)

https://hasbrouck.org/articles/PNR.html
41•rzk•4d ago•11 comments

Show HN: My hobby OS that runs Minecraft

https://astral-os.org/posts/2025/10/31/astral-minecraft.html
91•avaliosdev•3d ago•13 comments

New Proofs Probe Soap-Film Singularities

https://www.quantamagazine.org/new-proofs-probe-soap-film-singularities-20251112/
8•tzury•5d ago•0 comments

Red Alert 2 in web browser

https://chronodivide.com/
353•nsoonhui•9h ago•121 comments

IBM Delivers New Quantum Package

https://newsroom.ibm.com/2025-11-12-ibm-delivers-new-quantum-processors,-software,-and-algorithm-...
46•donutloop•1w ago•14 comments

Android/Linux Dual Boot

https://wiki.postmarketos.org/wiki/Dual_Booting/WiP
261•joooscha•3d ago•151 comments

50th Anniversary of BitBLT

https://mastodon.sdf.org/@fvzappa/115574872559813280
50•todsacerdoti•19h ago•9 comments
Open in hackernews

Recursive LLM prompts

https://github.com/andyk/recursive_llm
81•vlan121•7mo ago

Comments

seeknotfind•7mo ago
Excellent fun. Now just to create a prompt to show iterated LLMs are turing complete.
ivape•7mo ago
Let's see Paul Allen's prompt.
ivape•7mo ago
The bigger picture goal here is to explore using prompts to generate new prompts

I see this as the same as a reasoning loop. This is the approach I use to quickly code up pseudo reasoning loops on local projects. Someone had asked in another thread "how can I get the LLM to generate a whole book", well, just like this. If it can keep prompting itself to ask "what would chapter N be?" until "THE END", then you get your book.

2099miles•7mo ago
^
mertleee•7mo ago
"Foundational AI companies love this one trick"

It's part of why they love agents and tools like cursor -> turns a problem that could've been one prompt and a few hundred tokens into dozens of prompts and thousands of tokens ;)

danielbln•7mo ago
It's be nice if I could solve any problem by speccing it out in its entirety and then just implement. In reality, I have to iterate and course correct, as do agentic flows. You're right that the AI labs love it though, iterating like that is expensive.
NooneAtAll3•7mo ago
LLM quine when?
Y_Y•7mo ago
Repeat this sentence exactly.

https://chatgpt.com/share/680567e5-ea94-800d-83fe-ae24ec0045...

danielbln•7mo ago
The last commit is from April 2023, should this post maybe have a (2023) tag? Two years is eons in this space.
gwintrob•7mo ago
Crazy that OpenAI only launched o1 in September 2024. Some of these ideas have been swirling for a while but it feels like we're in a special moment where they're getting turned into products.
mentalgear•7mo ago
Well, I remember Chain of Thought being proposed as early as the GPT-3 release (2 years before chatGPT).
jdnier•7mo ago
The author is Co-founder of Databricks, creator of K Prize, so an early adopter.
vlan121•7mo ago
I had a different title. It was somehow changed to the name of the repository.
James_K•7mo ago
I feel that often getting LLMs to do things like mathematical problems or citation is much harder than simply writing software to achieve that same task.
kordlessagain•7mo ago
I love this! My take on it for MCP: https://github.com/kordless/EvolveMCP
K0balt•7mo ago
This is kind of like a self generating agentic context.. cool. I think regular agents, especially adversarial agents, are easier to get focused on most types of problems though.

Still clever.

mentalgear•7mo ago
Trying to save state in a non-deterministic system, not the best idea. Those things need to be externalised.
mentalgear•7mo ago
Should definitely get a date tag.
vlan121•7mo ago
I was leaving this one out, seems like a gag when you read it :D