HackerTrans
TopNewTrendsCommentsPastAskShowJobs

wwilson

4,328 karmajoined 13 lat temu
Building something cool. Email me at: [email protected]

Submissions

My quest to see all of Tetris

antithesis.com
73 points·by wwilson·11 dni temu·17 comments

A Fighting Retreat

antithesis.com
1 points·by wwilson·4 miesiące temu·0 comments

Formal Methods for Rust Unsafe

antithesis.com
4 points·by wwilson·5 miesięcy temu·0 comments

We interfaced single-threaded C++ with multi-threaded Rust and lived

antithesis.com
1 points·by wwilson·7 miesięcy temu·0 comments

Test ACID compliance with a ring test

antithesis.com
1 points·by wwilson·7 miesięcy temu·0 comments

When your customer leads your Series A

antithesis.com
16 points·by wwilson·7 miesięcy temu·0 comments

Startups promise to catch bugs in AI-generated software

ft.com
2 points·by wwilson·7 miesięcy temu·0 comments

They don't even have eyes

antithesis.com
5 points·by wwilson·9 miesięcy temu·0 comments

Did you get lucky or unlucky?

antithesis.com
2 points·by wwilson·9 miesięcy temu·0 comments

Global Crossing Is Reborn

pracap.com
2 points·by wwilson·10 miesięcy temu·0 comments

Scaling Correctness: Marc Brooker on a Decade of Formal Methods at AWS [video]

youtube.com
2 points·by wwilson·11 miesięcy temu·0 comments

FoundationDB: From Idea to Apple Acquisition

youtube.com
4 points·by wwilson·12 miesięcy temu·0 comments

[untitled]

1 points·by wwilson·12 miesięcy temu·0 comments

Let's all write good software [video]

youtube.com
2 points·by wwilson·w zeszłym roku·0 comments

Fix the New Things First

antithesis.com
2 points·by wwilson·w zeszłym roku·0 comments

Finding a way to make on-call better

antithesis.com
2 points·by wwilson·w zeszłym roku·0 comments

The pragmatic magic of semi-formal methods

antithesis.com
3 points·by wwilson·w zeszłym roku·0 comments

Antithesis for Founders

antithesis.com
6 points·by wwilson·w zeszłym roku·3 comments

Antithesis Driven Testing

sqlsync.dev
6 points·by wwilson·w zeszłym roku·0 comments

Bug Bash 2025 conference writeup

concerningquality.com
5 points·by wwilson·w zeszłym roku·1 comments

comments

wwilson
·7 dni temu·discuss
I’ve been running one for a while and love it. Have also built a Nix -> OpenWRT config language transpiler so that I can keep my router state in Nix files and have nice deterministic rollbacks etc. It’s been great!
wwilson
·3 miesiące temu·discuss
Author here. That’s right — the challenge was representing a tree in an existing SQL database that we’d chosen for its pricing model. I think encoding a B-tree in SQL would be a lot less fun even than what we did.
wwilson
·3 miesiące temu·discuss
Thanks,our company is in the DC area so I just reached out with an offer to chat. Wesnoth is an incredible project, I can't believe he doesn't have a programming job.
wwilson
·4 miesiące temu·discuss
[Disclaimer: Started Antithesis]

If you run your Hegel tests in Antithesis, you get this for free (along with various sorts of “non-local” assertions, perfect reproducibility even for concurrent or distributed code, etc.).

But yeah, not hard to hack together basic coverage guidance outside Antithesis. That works well for large classes of programs, just not a majority of them.
wwilson
·4 miesiące temu·discuss
If I had been wearing my fiendish CEO hat at the time, I might have even said something like: "somebody pointing this out will be a great way to jumpstart discussion in the comments."

One of the evilest tricks in marketing to developers is to ensure your post contains one small inaccuracy so somebody gets nerdsniped... not that I have ever done that.
wwilson
·4 miesiące temu·discuss
Glad you enjoyed the talk! Making Bombadil able to take advantage of the intelligence in the Antithesis platform is definitely a goal, but we wanted to get a great open source tool into peoples’ hands ASAP first.
wwilson
·7 miesięcy temu·discuss
Not our first customer, but one we certainly appreciate!
wwilson
·8 miesięcy temu·discuss
Antithesis | Distributed Systems Breaker Extraordinaire | Full-time | SF or London or DC

---

Have you always wanted to channel your inner Kyle Kingsbury? We are looking to hire somebody with a deep understanding of distributed systems who can bring open source or customer software under test in our platform and find fun issues in it.

Preferred locations: SF, London, DC. Remote is a possibility for this role if you're really good (though be aware that we're a very in-person company culturally speaking, so it might be annoying for you).

To apply: email 'will' at our company domain with a description of something interesting that you've worked on.
wwilson
·10 miesięcy temu·discuss
I am one of the people who was on the panel. As always, it's a very lossy process when a journalist is summarizing another journalist summarizing a 90 minute discussion. Happy to expand in the comments here on any of the issues that got brought up.
wwilson
·11 miesięcy temu·discuss
It’s not quite a fair comparison, since an RL agent is trying to learn a policy that wins fair and square, while a fuzzer is able to take back moves. But if you’re working in a domain (like anything that can be simulated) where “time travel” is possible, you’d have to be crazy not to use it!
wwilson
·11 miesięcy temu·discuss
The longer you run it, the cleaner the run gets. But Metroid is a very compute-intensive game to fuzz, and we were already nearing the limits of what BigQuery could do for us with that run.
wwilson
·11 miesięcy temu·discuss
Yes, this is a really fun idea and something that we want to do. Though these days we’re setting our sights higher than Nintendo…

A funny story though: a regular conference gimmick we have is “Man vs. Machine” where we have attendees race our fuzzer to the end of Mario level 1-1. We did this at the final year of Strange Loop, and the fuzzer was winning handily until not one, not two, but three different professional speedrunners walked by and destroyed us.
wwilson
·11 miesięcy temu·discuss
You were successfully trolled. :-)
wwilson
·11 miesięcy temu·discuss
Haven’t tried Castlevania II, but here’s the first one: https://antithesis.com/blog/castlevania/
wwilson
·w zeszłym roku·discuss
Corensic was impressive tech. I actually debriefed with one of their founders years ago. IIRC, their product was focused on finding single-process concurrency bugs.

Deterministic hypervisors are by no means new. Somebody once told me that VMWare used to support a deterministic emulation mode (mostly used for internal debugging). Apparently they lost the capability some time ago.
wwilson
·w zeszłym roku·discuss
Hi Marc, thank you for the correction! We started doing it around 2010, and were not aware of any prior art. But I am not surprised to hear that others had the idea before us. I will give Al credit in the future.
wwilson
·w zeszłym roku·discuss
There have historically been two giant adoption challenges for DST.

(1) Previously, you had to build your entire system around one of the simulation frameworks (and then not take any dependencies).

(2) It’s way too easy to fool yourself with weak search/input generation, which makes all your tests look green when actually you aren’t testing anything nontrivial.

As you say, Antithesis is trying to solve both of these problems, but they are very challenging.

I don’t know of anybody else who has a reliable way of retrofitting determinism onto arbitrary software. Facebook’s Hermit project tried to do this with a deterministic Linux userspace, but is abandoned. (We actually tried the same thing before we wrote our hypervisor, but found it didn’t work well).

A deterministic computer is a generically useful technology primitive beyond just testing. I’m sure somebody else will create one someday, or we will open-source ours.
wwilson
·w zeszłym roku·discuss
DST was i̶n̶v̶e̶n̶t̶e̶d̶ popularized at FoundationDB a little over a decade ago, and has been quietly gathering steam ever since. If you’re interested in the technique, the FDB paper has some good info in section 4 and section 6.2: https://www.foundationdb.org/files/fdb-paper.pdf

(Disclosure: I am an author.)

I also gave a talk overview of it at Strange Loop back in 2015, but don’t have the youtube link handy.

If you’re interested in trying DST, we have a new company that aims to make it a much easier lift, especially for existing projects that can’t be retrofitted onto one of the many simulation frameworks: https://antithesis.com

Happy to answer any questions about the approach, here or over email.