Live data from Hacker News

Viewing profile — a3p

a3p

HN member
Joined
Wed, Feb 05, 2020, 12:50 PM UTC
HN karma
32
Public activity
8 items

About a3p

No profile information was provided.

Recent public activity

  1. comment
    Comment #42981612

    When i was the focus of the rust community, and trending #1 on HN, i simply deleted my repos and disappeared. Some people in that community reflexively see a conspiracy or invoke t…

  2. story
  3. comment
    Comment #22251455

    Absolutely! The zz export command just dumps the C and SMT code along with makefiles for common build systems and stops there. Very handy for using it within other toolchains.

  4. comment
    Comment #22250590

    Author here. fully agree that the description is vague and doesn't really tell you where it stands versus something like F* , SPARK, etc. That's partially because frankly i don't k…

  5. comment
    Comment #22250449

    it is https://devguard.io/ which is being rewritten from rust to ZZ in this branch https://github.com/devguardio/carrier/tree/zz

  6. comment
    Comment #22250023

    the standard library does not allocate any heap memory, but heap modelling will be added to the prover eventually. note that there are convenience tools to deal with heap-free targ…

  7. comment
    Comment #22249933

    Prove of algorithms is possible as long as there's a known method of doing so in SMT. That means in practice, if someone has written a paper for formally proving an algorithm in SM…

  8. comment
    Comment #22249909

    that is correct. however, zz does enforce api contracts which can be arbitrary expressions within the QF_UFVB theory. for example check out the err::checked() theory which enforces…