frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Michael Burry takes aim at Nvidia after its earnings blowout

https://www.businessinsider.com/big-short-michael-burry-nvidia-stock-earnings-ai-bubble-microchip...
1•MindBreaker2605•1m ago•0 comments

Quantum Tech That Helps Anyone Build a Smarter Stock Portfolio

https://soma.biz
1•Hellene•3m ago•0 comments

The most traveled Prime Minister

https://rodgercuddington.substack.com/p/britains-most-traveled-prime-minister
1•freespirt•4m ago•1 comments

The per-request isolation architecture of TinyKVM

https://fwsgonzo.medium.com/per-request-isolation-in-tinykvm-explained-080e84328ba4
1•fwsgonzo•4m ago•0 comments

Tracking domestication signals across populations of North American raccoons

https://frontiersinzoology.biomedcentral.com/articles/10.1186/s12983-025-00583-1
1•Kaibeezy•7m ago•0 comments

Superman Comic Found in Attic Sold for $9.12M

https://www.ha.com/c/press-release.zx?releaseId=5346&hero-pr-comicArt-results-superman-learnMore-...
1•HelloUsername•8m ago•0 comments

Stubborn Slider, Proactive Toggle and Naughty Button

https://chillcomponent.codlin.me/en/components/slider-stubborn/
1•xeonax•9m ago•1 comments

Show HN: Free Ask AI Agent for tech products and dev docs

https://www.ordemio.com/ask-ai
1•0_AkAsH_03•13m ago•0 comments

YouTube Speed Memory: never reset playback speed again

https://chromewebstore.google.com/detail/youtube-speed-memory-–-ch/okblccdiofablichebdkjmfagmaj...
1•Homos•27m ago•1 comments

Nvidia negative after Ray Dalio warns wealth gap poised for political explosion

https://fortune.com/2025/11/20/nvidia-turns-negative-ray-dalio-ai-bubble-wealth-gaps/
1•zerosizedweasle•27m ago•0 comments

The Fall of Ancient Civilisations: 20: Achaemenid Persian Empire

https://fallofcivilizationspodcast.com/2025/11/12/%E2%9B%B0%25EF%25B8%258F%F0%9F%8F%94%25EF%25B8%...
1•zeristor•27m ago•1 comments

Show HN: SolidJS node-based editor library

https://github.com/ryusufe/solid-kitx
1•ryusufe•29m ago•0 comments

Building with NanoBanana Pro and ended up replacing my whole image pipeline

https://nan0banana.com/en
1•kelly99•30m ago•2 comments

Intercept iPhone Traffic for Mobile Applications That Bypass Proxy Settings

https://abdullahdiaa.com/blog/intercepting-iphone-traffic-with-mitmproxy/
1•abdullahdiaa•43m ago•0 comments

Spring Framework 7 and Spring Boot 4

https://www.infoq.com/news/2025/11/spring-7-spring-boot-4/
1•microflash•43m ago•0 comments

TigerData, TimescaleDB and Licensing

1•xlegalles•46m ago•0 comments

Code four pitchdeck published by business insider

https://www.businessinsider.com/code-four-mit-dropouts-arming-police-ai-pitch-deck-2025-11
1•diamondage•48m ago•0 comments

Launch Black Friday Marketing on Telegram with Telega.io

3•emmanol•49m ago•1 comments

Childhood fluoride exposure and cognition across the life course

https://www.science.org/doi/10.1126/sciadv.adz0757
1•nabla9•57m ago•1 comments

Nvidia crushed its quarter–and CEO Huang said 'the market did not appreciate it'

https://www.businessinsider.com/jensen-huang-market-nvidia-quarter-meeting-2025-11
2•jameslk•57m ago•0 comments

Can AI Find Zero Days? I Tested It on My IoT Camera

https://www.youtube.com/watch?v=vMVU0UdAFMY
2•ghxst•59m ago•1 comments

Which industry's complexity is most underestimated by outsiders?

https://capitalfolly.com/
1•d_e_solomon•1h ago•1 comments

How to Configure SEO in Next.js 16 (The Right Way)

https://jsdevspace.substack.com/p/how-to-configure-seo-in-nextjs-16
1•javatuts•1h ago•0 comments

Show HN: Simple Tools for Recruiters

https://reliablerecruiter.space
1•artpar•1h ago•0 comments

Show HN: Backlinks exchange and link building portal

https://www.linkbazaar.app
1•sathishn•1h ago•0 comments

DIY Psychological Parts-Work: A Hacker's Guide to IFS and Entactogens

https://psychotechnology.substack.com/p/diy-psychological-parts-work-a-hackers
1•eatitraw•1h ago•0 comments

A Complete Guide to AI Coding Tools: Choosing the Right Tools Without the Hype

https://practicalsecurity.substack.com/p/your-complete-guide-to-ai-coding
1•atilla_bilgic•1h ago•0 comments

Gemini 3 is almost as good as Google says it is

https://www.theverge.com/report/825332/google-gemini-3-pro-ai-hands-on-test
1•ent101•1h ago•0 comments

Microsoft has built a new Postgres-compatible database: Horizondb

https://techcommunity.microsoft.com/blog/adforpostgresql/announcing-azure-horizondb/4469710
1•rubenvanwyk•1h ago•1 comments

Solving Fizz Buzz with Cosines

https://susam.net/fizz-buzz-with-cosines.html
2•todsacerdoti•1h ago•0 comments
Open in hackernews

GenAI-Accelerated TLA+ Challenge

https://foundation.tlapl.us/challenge/index.html
35•lemmster•6mo ago

Comments

Taikonerd•6mo ago
Using LLMs for formal specs / formal modeling makes a lot of sense to me. If an LLM can do the work of going from informal English-language specs to TLA+ / Dafny / etc, then it can hook into a very mature ecosystem of automated proof tools.

I'm picturing it something like this:

1. Human developer says, "if a user isn't authenticated, they shouldn't be able to place an order."

2. LLM takes this, and its knowledge of the codebase, and turns it into a formal spec -- like, "there is no code path where User.is_authenticated is false and Orders.place() is called."

3. Existing code analysis tools can confirm or find a counterexample.

omneity•6mo ago
A fascinating thought. But then who verifies that the TLA+ specification does indeed match the human specification?

I’m guessing using an LLM as a translator narrows the gap, and better LLMs will make it narrower eventually, but is there a way to quantify this? For example how would it compare to a human translating the spec into TLA+?

justanotheratom•6mo ago
maybe run it through few other LLMs depending on how much confidence you need - o3 pro, gemini 2.5 pro, claude 3.7, grok 3, etc..
svieira•6mo ago
Then you need to be able to formally prove the equivalence of various TLA+ programs (maybe that's a solved problem?)
omneity•6mo ago
No idea about SOTA but naively it doesn't seem like a very difficult problem:

- Ensure all TLA+ specs produced have the same inputs/outputs (domains, mostly a prompting problem and can solved with retries)

- That all TLA+ produce the same outputs for the same inputs (making them functionally equivalent in practice, might be computationally intensive)

Of course that assumes your input domains are countable but it's probably okay to sample from large ranges for a certain "level" of equivalence.

EDIT: Not sure how that will work with non-determinism though.

justanotheratom•6mo ago
I didn't mean generate separate TLA programs. Rather, other LLMs review and comment on whether this TLA program satisfies the user's specification.
Taikonerd•6mo ago
A fair question! I'd say it's not that different from using an LLM to write regular code: who verifies that the code the LLM wrote is indeed what you meant?
fmap•6mo ago
The usual way to check whether a definition is correct is to prove properties about it that you think should hold. TLA+ has good support for this, both with model checking as well as simple proofs.
frogmeister57•6mo ago
It makes a lot of sense only for graphics card sales people. For everyone else with a working neuron the sole idea is utter nonsense.
max_•6mo ago
Leslie Lamport said that he invented TLA+ so people could "think above the code".

It was meant as a tool for people to improve their thinking and description of systems.

LLM generation of TLA+ code is just intellectual masterbation.

It may get the work done for your boss. But you intellect will still remain bald — in which case you are better off not writing TLA+ at all.

warkdarrior•6mo ago
> [TLA+] was meant as a tool for people to improve their thinking and description of systems.

Why the speciesism? Why couldn't LLMs use TLA+ by translating a natural-language request into a TLA+ model and then checking it in TLA+?

jjmarr•6mo ago
Not the OP, but I would rather give a formal specification of my system to an AI and have it generate the code.

I believe the point is it's easier for a human to verify a system's correctness as expressed in TLA+ and verify code correctly matches the system than it is to correctly verify the entire code as a system at once.

Then, if my model of the system is flawed, TLA+ will tell me.

I'm an AI bull so if I give the LLM a natural language description, I'd like the LLM to explain the model instead of just writing the TLA+ code.

max_•6mo ago
TLA+ was invented in the first place because we Leslie Lamport thought natural language was a dubious tool for "specifying systems".

Yes an LLM may generate the TLA+ code even correctly, but model checking is not the end goal of TLA+

TLA+ plus is written to fully under how a system works at an abstract level.

Anyways, I guess you could just read the LLM generated TLA+ code. That would help you understand the abstraction of the system — but is the LLMs abstraction equal to your abstraction.

But vibe coded TLA+ sounds extremely dangerous especially in mission critical stuff where its required like Smart Contracts, Pacemakers, Aircraft software etc

frogmeister57•6mo ago
Using generative chatbots to write a formal spec is the most stupid idea ever. Specs are all about reasoning. You need to do the thinking to model the system in a very simplified manner. Formal methods and the generative BS are at the antipodes of reliability. This is an insult to reason. Please keep this nonsense away from the serious parts of CS.
siscia•6mo ago
Anyone who has tried to write formal verification will tell you that there is a WIDE gap between thinking and writing the specs.

Any tool that makes formal verification more accessible, should be welcome.

I believe the valuable part is how accessible we make thinking together with machines.

Us human are great at create innovative solutions, not so great at check and verify every single thing that can go wrong. Machines help with that.

kelseyfrog•6mo ago
Interesting. I've always wanted to formalize the US Constitution into TLA+ in order to find loopholes.