Live data from Hacker News

Viewing profile — AlexDenisov

AlexDenisov

HN member
Joined
Fri, Mar 22, 2013, 2:21 PM UTC
HN karma
750
Public activity
107 items

About AlexDenisov

Sometimes I talk to machines, but more often machines talk to me.

Compilers, LLVM, Mutation Testing, Software Hardening.

alex@lowlevelbits.org

Recent public activity

  1. 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…

  2. 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…

  3. comment
  4. 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...

  5. story
  6. story
  7. 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…

  8. comment
    Comment #31119826

    Here is a talk by Dr. Yegor Derevenets about this project https://www.youtube.com/watch?v=f_0EF2BqeQ4

  9. 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…

  10. comment
    Comment #29464679

    I started building exactly this some years ago, but eventually stopped for some reason https://systemundertest.org

  11. story
  12. story
  13. story
  14. story
  15. story
  16. 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...

  17. story
  18. 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…

  19. story
  20. story
  21. story
  22. 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…

  23. story
  24. comment
  25. story