Show HN: PaperGrep – Find academic papers referenced in production codepapergrep.dev1 points·by AlexDenisov·7 mesi fa·0 comments
C++ Exceptions Under the Hoodmonkeywritescode.blogspot.com2 points·by AlexDenisov·3 anni fa·0 comments
Optimizing Parallel Reduction in Metal for Apple M1kieber-emmons.medium.com3 points·by AlexDenisov·3 anni fa·0 comments
Try to guess if code is real or GPT2-generateddoesnotexist.codes201 points·by AlexDenisov·5 anni fa·103 comments
Visualizing program structure characteristics for 12M lines of codeblog.shiftleft.io2 points·by AlexDenisov·6 anni fa·0 comments
AlexDenisov·5 mesi fa·discussBuilding 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/item?id=13022649, which is now semi-automated (with lots of manual curation as the last step).The biggest challenges:- how to organize all this info in a nice way- where to find more time to read all the gems I've found so far :)UPD: formatting
AlexDenisov·3 anni fa·discussThere are also video lectures which are almost 1-1 mapping of the bookProgramming Massively Parallel Processors: https://www.youtube.com/watch?v=4pkbXmE4POc&list=PLRRuQYjFhp...
AlexDenisov·4 anni fa·discuss> 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, including Team Deathmatch and Capture The Flag. You can even design your own maps!https://www.teeworlds.com
AlexDenisov·4 anni fa·discussHere is a talk by Dr. Yegor Derevenets about this project https://www.youtube.com/watch?v=f_0EF2BqeQ4
AlexDenisov·5 anni fa·discussI 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 website with a few more articles https://systemundertest.org, but stopped later.
AlexDenisov·5 anni fa·discussI started building exactly this some years ago, but eventually stopped for some reason https://systemundertest.org
AlexDenisov·5 anni fa·discussre: absence of C++ toolsHave 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...
AlexDenisov·6 anni fa·discussNot 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 the semantic coverage[0] https://github.com/mull-project/mull
This is a follow up to an idea I had years ago https://news.ycombinator.com/item?id=13022649, which is now semi-automated (with lots of manual curation as the last step).
The biggest challenges:
- how to organize all this info in a nice way
- where to find more time to read all the gems I've found so far :)
UPD: formatting