Viewing profile — AlexDenisov
AlexDenisov
HN member- Joined
- Fri, Mar 22, 2013, 2:21 PM UTC
- HN karma
- 750
- Public activity
- 107 items
- HN profile
- View on Hacker News ↗
About AlexDenisov
Compilers, LLVM, Mutation Testing, Software Hardening.
alex@lowlevelbits.org
Recent public activity
-
comment
Comment #46942496
Building a tool for finding scientific papers behind real-world OSS projects: https://papergrep.dev/ This is a follow up to an idea I had years ago https://news.ycombinator.com/ite…
-
story
Show HN: PaperGrep – Find academic papers referenced in production code
Around 9 years ago I wrote a blog-post looking for scientific papers in OpenJDK [0]. Back then I simply greped the source code searching for PDFs and didn't even know what a DOI is…
- comment
-
comment
Comment #37073539
There are also video lectures which are almost 1-1 mapping of the book Programming Massively Parallel Processors: https://www.youtube.com/watch?v=4pkbXmE4POc&list=PLRRuQYjFhp...
- story
- story
-
comment
Comment #31591731
> A retro multiplayer shooter > Teeworlds is a free online multiplayer game, available for all major operating systems. Battle with up to 16 players in a variety of game modes, inc…
-
comment
Comment #31119826
Here is a talk by Dr. Yegor Derevenets about this project https://www.youtube.com/watch?v=f_0EF2BqeQ4
-
comment
Comment #29464699
I have a "series" of articles from a few years ago covering FreeBSD, LLVM, and GNU Make ( https://lowlevelbits.org/categories/system-under-test/ ) and even created a separate websi…
-
comment
Comment #29464679
I started building exactly this some years ago, but eventually stopped for some reason https://systemundertest.org
- story
- story
- story
- story
- story
-
comment
Comment #26045377
re: absence of C++ tools Have you looked at Mull[1] or Dextool[2]? [1] https://github.com/mull-project/mull [2] https://github.com/joakim-brannstrom/dextool/tree/master/plu...
- story
-
comment
Comment #25706350
Not really half-baked, but not ready for the prime time either: Mull[0] is a tool for mutation testing of C and C++ projects. The goal of mutation testing is to show the gaps in th…
- story
- story
- story
-
comment
Comment #21690902
This is a valid concern, for sure. In fact, these are called Equivalent Mutants. We observed it several times, here are some examples. You flip the if/then branches and the code es…
- story
- comment
- story