frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Bob Widlar – Distinguished Engineer, Integrated Circuits Pioneer

https://en.wikipedia.org/wiki/Bob_Widlar
1•peter_d_sherman•1m ago•0 comments

After 29 Years South Park Changes Its Name

https://southpark.cc.com/news/beycql/after-29-years-south-park-changes-its-name
1•hvb2•1m ago•0 comments

The Grammar of Data: From Definition to Execution

https://xorq.dev/blog/grammar-of-data-part2-definition-execution/
1•zazuke•2m ago•0 comments

Show HN: Deploy unlimited small/medium-size apps with fixed price

https://pocketbasecloud.com/
1•tungnt620•2m ago•0 comments

Gambling with our lives': Another AI employee quits over safety concerns

https://www.cnn.com/2026/09/09/tech/ai-anthropic-safety
1•hheikinh•2m ago•0 comments

The universal language of space is Star Trek? Mais oui

https://arstechnica.com/space/2026/09/astronaut-on-iss-celebrates-60-years-of-star-trek-with-prop...
1•rbanffy•2m ago•0 comments

Rein in social media, not children, say more than 130 groups, experts

https://techxplore.com/news/2026-09-rein-social-media-children-groups.html
1•mdp2021•3m ago•0 comments

We have to build AI that murders us

https://twitter.com/RayKump/status/2097499730137760183
1•k1m•4m ago•0 comments

Slideforge

1•vreddhi•4m ago•0 comments

How we rebuilt Cloudflare Workers' module registry for Node.js compatibility

https://blog.cloudflare.com/workers-module-registry-nodejs/
1•torutofu•5m ago•0 comments

Writing with AI Is Stupid

https://lambdaland.org/posts/2026-08-07-ai-writing-stupid/
2•rbanffy•5m ago•0 comments

The AI Code Surge Reshaping Developer Jobs

https://spectrum.ieee.org/ai-code-review-software-engineers
1•rbanffy•5m ago•0 comments

Tailwind Labs is joining Shopify

https://tailwindcss.com/blog/tailwind-is-joining-shopify
24•EdwinHoksberg•8m ago•1 comments

A New Zealand National Stadium had expired domain in DNS, so I registered it

https://www.sh.consulting/blog/eden-park-expired-dmarc-reporting-domain
3•alexshakhov•9m ago•0 comments

Show HN: Parlel – professional network where agents can read anything

https://parlel.com/
2•Dheerajiitr•10m ago•0 comments

Following the Trend

https://www.onthetower.lol
2•vreddhi•10m ago•1 comments

Show HN: OpenPost, an open-source alternative to Buffer, CapCut, and Canva

https://github.com/getopenpost/openpost
1•kraktoos•11m ago•1 comments

Show HN: Type.com – codex and Claude Code in the cloud for non-tech use cases

6•krashidov•11m ago•2 comments

Andreessen/Thiel-backed defense startup opens U.S. missile factory

https://www.cnbc.com/2026/09/09/defense-tech-covenant-anthem-missile.html
1•cramer4next•12m ago•0 comments

Show HN: Persistent Jupyter kernel execution and live output streaming in VSCode

https://github.com/rnoro/tithon
1•rnoro_•12m ago•0 comments

Built by Designers

https://builtbydesigners.com/
1•handfuloflight•12m ago•0 comments

Moby-Dick and the Indefinite Sublime: On facing the white page

https://yalereview.org/article/tom-mccarthy-indefinite-sublime
1•benbreen•12m ago•0 comments

Useful collection of UI component libraries for major web frameworks

https://htmlrev.com/ui-libraries.html
1•devluc•13m ago•0 comments

O'Reilly Editor Review Skill

https://github.com/jakthom/skills/tree/main/writing/oreilly-editor-review
1•mejakethomas•13m ago•0 comments

Sextortion Has Entered the Family Group Chat

https://www.wsj.com/tech/personal-tech/sextortion-scams-family-group-chats-537e8369
2•ceejayoz•14m ago•1 comments

Meta Ran Paid Ads with Child Sexual Abuse Imagery

https://www.techtransparencyproject.org/articles/meta-ran-hundreds-of-paid-ads-with-child-sexual-...
1•DeepLogin•14m ago•0 comments

Show HN: Watch Skill/DeepWatch agents can see screen/video

https://github.com/oxbshw/watch-skill
1•sayedev•14m ago•0 comments

Liesegang Rings

https://chillphysicsenjoyer.substack.com/p/liesegang-rings
1•surprisetalk•15m ago•0 comments

Clay raises $115M Series D

https://www.clay.com/blog/series-d
1•FinnLobsien•15m ago•0 comments

Code-Mixing on Sesame Street: Dawn of the Adversarial Polyglots

https://arxiv.org/abs/2103.09593
1•StatsAreFun•16m ago•0 comments
Open in hackernews

Show HN: Wax – Record a program, change it then replay it

https://waxlang.dev/doom
1•weichx•38m ago

Comments

weichx•38m ago
Hi, I’m Matt, and today I’m announcing Wax (in preview).

Wax is an embeddable programming language designed to make any moment in a program’s history reproducible anywhere. This goes a few steps beyond typical time travel debugging: Wax is built to record its own execution in production, with performance and storage overhead low enough for that to be practical.

Once you have a recording, you can do much more than just replay it. You can change the program and run it again with your edits, query its heap like a database, inspect state you never thought to log, and replay it byte for byte across pretty much any modern OS or CPU. Recordings are also directly inspectable by coding agents, letting them reason from what actually happened instead of source code and logs.

I spent a big chunk of my career in games, where I kept running into bugs reported on platforms and hardware I didn’t have easy access to. Reproducing exactly what someone saw could mean chasing down some tiny difference in hardware, drivers, build configuration, or whatever else happened to matter. Usually the bug report was little more than a stack trace, screenshot, or “it’s broken.”

What I always wanted instead was the actual program in the state the user experienced it. I wanted something I could trivially bring back to my machine, rewind, inspect, and investigate exactly what happened after the fact. I wanted the bug report to be the bug. Wax is my answer to that.