Live data from Hacker News

Viewing profile — regehr

regehr

HN member
Joined
Sat, Feb 13, 2010, 5:50 PM UTC
HN karma
394
Public activity
114 items

About regehr

No profile information was provided.

Recent public activity

  1. comment
    Comment #13448646

    I adjusted the text a bit anyhow.

  2. comment
    Comment #12623896

    Yes, I'm adding them as I learn about them her (or, in this case, am reminded about them).

  3. comment
    Comment #12191837

    Anyone who enjoys this story will likely also enjoy _Tau Zero_ by Poul Anderson.

  4. comment
    Comment #11449923

    It turns out it's harder than you'd think to decide whether or not an optimization is a good idea. Of course there are some relatively simple optimizations that are obviously good,…

  5. comment
    Comment #11445044

    It's definitely still an active project, but I'm on sabbatical this academic year and have had much less time than usual for my regular research. I'll be getting back to it in June…

  6. comment
    Comment #11308032

    Meanwhile, Java runs pretty fast.

  7. comment
    Comment #11290712

    Replying to myself because depth limit. Let me try to think of a good way to update the post to capture this better...

  8. comment
    Comment #11290383

    Looks like your other comment hit the max reply depth so this will need to finish up, but in any case I don't agree with your reading of the vice versa.

  9. comment
    Comment #11290187

    I don't see text that justifies your one-way argument, the bit of 6.2.7.1 that we are talking about says "and vice versa".

  10. comment
    Comment #11289799

    It doesn't seem straightforward to me: you're using words like base and derived that aren't in the C standard.

  11. comment
    Comment #11289606

    Josh, what's your opinion about this situation? https://goo.gl/3hz0em

  12. comment
    Comment #10874762

    Frama-C can be used in "interpreter mode" where it acts like a checking C interpreter. It then catches a superset of the bugs that would be caught by Valgrind / ASan / UBSan. On th…

  13. comment
    Comment #10874756

    _A Perfect Spy_ has my vote, it's an incredible book.

  14. comment
    Comment #10787513

    Also we're all waiting for the strict aliasing checker.

  15. comment
    Comment #10787486

    For new code and for actively maintained old code you are perfectly correct. But there is a huge amount of C code we still rely on that isn't getting enough attention and I don't w…

  16. comment
    Comment #10691801

    I'm not sure if the QuickCheck people have explored these ideas, perhaps they'll chime in.

  17. comment
    Comment #10691766

    Shrinkers, reducers, minimizers -- all are the same thing and all operate using the basic ideas outlined in the original Delta Debugging paper.

  18. comment
    Comment #10688849

    Delta Debugging provided a name and a generic algorithm for something that people had already been doing, but they hadn't been calling it anything and hadn't formulated it as an ab…

  19. comment
    Comment #10547710

    ftp.flux.utah.edu is responding fine for me. If you can't find what you're looking for we can help, I'm regehr@cs.utah.edu

  20. comment
    Comment #10491082

    HintHunt in Paris is awesome.

  21. comment
    Comment #10464914

    I'm one of the Souper developers and can offer a few pointers that may be more helpful than the github repo. Here's a somewhat recent blog post showing things that Souper can do: h…

  22. comment
    Comment #10246992

    Quest was a much earlier tool (ca. 2005) with similar goals: https://github.com/lindig/quest

  23. comment
    Comment #10142639

    My kids enjoy finger binary since they only need to count to four in order to give me the finger.

  24. comment
  25. comment
    Comment #10002056

    Many people have observed the LLVM appears to move unusually quickly. This is good except when it's bad.