Show HN: PaperGrep – Find academic papers referenced in production codepapergrep.dev1 points·by AlexDenisov·il y a 7 mois·0 comments
C++ Exceptions Under the Hoodmonkeywritescode.blogspot.com2 points·by AlexDenisov·il y a 3 ans·0 comments
Optimizing Parallel Reduction in Metal for Apple M1kieber-emmons.medium.com3 points·by AlexDenisov·il y a 3 ans·0 comments
How to learn compilers: LLVM Editionlowlevelbits.org221 points·by AlexDenisov·il y a 5 ans·26 comments
Try to guess if code is real or GPT2-generateddoesnotexist.codes201 points·by AlexDenisov·il y a 5 ans·103 comments
A quick summary of the updated Kotlin roadmaptwitter.com3 points·by AlexDenisov·il y a 5 ans·0 comments
Visualizing program structure characteristics for 12M lines of codeblog.shiftleft.io2 points·by AlexDenisov·il y a 6 ans·0 comments
AlexDenisov·il y a 5 mois·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·il y a 3 ans·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·il y a 4 ans·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·il y a 4 ans·discussHere is a talk by Dr. Yegor Derevenets about this project https://www.youtube.com/watch?v=f_0EF2BqeQ4
AlexDenisov·il y a 5 ans·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·il y a 5 ans·discussI started building exactly this some years ago, but eventually stopped for some reason https://systemundertest.org
AlexDenisov·il y a 5 ans·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·il y a 6 ans·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