HackerTrans
TopNewTrendsCommentsPastAskShowJobs

wwilson

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

Submissions

My quest to see all of Tetris

antithesis.com
73 points·by wwilson·vor 12 Tagen·17 comments

A Fighting Retreat

antithesis.com
1 points·by wwilson·vor 4 Monaten·0 comments

Formal Methods for Rust Unsafe

antithesis.com
4 points·by wwilson·vor 5 Monaten·0 comments

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

antithesis.com
1 points·by wwilson·vor 7 Monaten·0 comments

Test ACID compliance with a ring test

antithesis.com
1 points·by wwilson·vor 7 Monaten·0 comments

When your customer leads your Series A

antithesis.com
16 points·by wwilson·vor 7 Monaten·0 comments

Startups promise to catch bugs in AI-generated software

ft.com
2 points·by wwilson·vor 7 Monaten·0 comments

They don't even have eyes

antithesis.com
5 points·by wwilson·vor 9 Monaten·0 comments

Did you get lucky or unlucky?

antithesis.com
2 points·by wwilson·vor 9 Monaten·0 comments

Global Crossing Is Reborn

pracap.com
2 points·by wwilson·vor 10 Monaten·0 comments

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

youtube.com
2 points·by wwilson·vor 11 Monaten·0 comments

FoundationDB: From Idea to Apple Acquisition

youtube.com
4 points·by wwilson·vor 12 Monaten·0 comments

[untitled]

1 points·by wwilson·vor 12 Monaten·0 comments

Let's all write good software [video]

youtube.com
2 points·by wwilson·letztes Jahr·0 comments

Fix the New Things First

antithesis.com
2 points·by wwilson·letztes Jahr·0 comments

Finding a way to make on-call better

antithesis.com
2 points·by wwilson·letztes Jahr·0 comments

The pragmatic magic of semi-formal methods

antithesis.com
3 points·by wwilson·letztes Jahr·0 comments

Antithesis for Founders

antithesis.com
6 points·by wwilson·letztes Jahr·3 comments

Antithesis Driven Testing

sqlsync.dev
6 points·by wwilson·letztes Jahr·0 comments

Bug Bash 2025 conference writeup

concerningquality.com
5 points·by wwilson·letztes Jahr·1 comments

comments

wwilson
·vor 7 Tagen·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
·vor 3 Monaten·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
·vor 3 Monaten·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
·vor 4 Monaten·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
·vor 4 Monaten·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
·vor 4 Monaten·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
·vor 7 Monaten·discuss
Not our first customer, but one we certainly appreciate!
wwilson
·vor 8 Monaten·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
·vor 10 Monaten·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
·vor 11 Monaten·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
·vor 11 Monaten·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
·vor 11 Monaten·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
·vor 11 Monaten·discuss
You were successfully trolled. :-)
wwilson
·vor 11 Monaten·discuss
Haven’t tried Castlevania II, but here’s the first one: https://antithesis.com/blog/castlevania/
wwilson
·letztes Jahr·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
·letztes Jahr·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
·letztes Jahr·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
·letztes Jahr·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.