Viewing profile — regehr
regehr
HN member- Joined
- Sat, Feb 13, 2010, 5:50 PM UTC
- HN karma
- 394
- Public activity
- 114 items
- HN profile
- View on Hacker News ↗
About regehr
No profile information was provided.
Recent public activity
-
comment
Comment #13448646
I adjusted the text a bit anyhow.
-
comment
Comment #12623896
Yes, I'm adding them as I learn about them her (or, in this case, am reminded about them).
-
comment
Comment #12191837
Anyone who enjoys this story will likely also enjoy _Tau Zero_ by Poul Anderson.
-
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,…
-
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…
-
comment
Comment #11308032
Meanwhile, Java runs pretty fast.
-
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...
-
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.
-
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".
-
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.
-
comment
Comment #11289606
Josh, what's your opinion about this situation? https://goo.gl/3hz0em
-
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…
-
comment
Comment #10874756
_A Perfect Spy_ has my vote, it's an incredible book.
-
comment
Comment #10787513
Also we're all waiting for the strict aliasing checker.
-
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…
-
comment
Comment #10691801
I'm not sure if the QuickCheck people have explored these ideas, perhaps they'll chime in.
-
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.
-
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…
-
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
-
comment
Comment #10491082
HintHunt in Paris is awesome.
-
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…
-
comment
Comment #10246992
Quest was a much earlier tool (ca. 2005) with similar goals: https://github.com/lindig/quest
-
comment
Comment #10142639
My kids enjoy finger binary since they only need to count to four in order to give me the finger.
-
comment
Comment #10002066
Sure :).
-
comment
Comment #10002056
Many people have observed the LLVM appears to move unusually quickly. This is good except when it's bad.