HackerTrans
TopNewTrendsCommentsPastAskShowJobs

AlexDenisov

no profile record

Submissions

Show HN: PaperGrep – Find academic papers referenced in production code

papergrep.dev
1 points·by AlexDenisov·7 ay önce·0 comments

C++ Exceptions Under the Hood

monkeywritescode.blogspot.com
2 points·by AlexDenisov·3 yıl önce·0 comments

Optimizing Parallel Reduction in Metal for Apple M1

kieber-emmons.medium.com
3 points·by AlexDenisov·3 yıl önce·0 comments

DragonRuby VR

youtube.com
2 points·by AlexDenisov·5 yıl önce·0 comments

How to learn compilers: LLVM Edition

lowlevelbits.org
221 points·by AlexDenisov·5 yıl önce·26 comments

A survey of dataflow analyses in Clang

lists.llvm.org
1 points·by AlexDenisov·5 yıl önce·0 comments

LLVM Meets Code Property Graphs

blog.llvm.org
25 points·by AlexDenisov·5 yıl önce·1 comments

Try to guess if code is real or GPT2-generated

doesnotexist.codes
201 points·by AlexDenisov·5 yıl önce·103 comments

A quick summary of the updated Kotlin roadmap

twitter.com
3 points·by AlexDenisov·5 yıl önce·0 comments

comments

AlexDenisov
·5 ay önce·discuss
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/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 yıl önce·discuss
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...
AlexDenisov
·4 yıl önce·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 yıl önce·discuss
Here is a talk by Dr. Yegor Derevenets about this project https://www.youtube.com/watch?v=f_0EF2BqeQ4
AlexDenisov
·5 yıl önce·discuss
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 website with a few more articles https://systemundertest.org, but stopped later.
AlexDenisov
·5 yıl önce·discuss
I started building exactly this some years ago, but eventually stopped for some reason https://systemundertest.org
AlexDenisov
·5 yıl önce·discuss
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...
AlexDenisov
·6 yıl önce·discuss
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 the semantic coverage

[0] https://github.com/mull-project/mull