Viewing profile — bkryza
bkryza
HN member- Joined
- Wed, Feb 22, 2023, 7:46 PM UTC
- HN karma
- 236
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About bkryza
Recent public activity
-
comment
Comment #48745528
Two days ago I was in Hamburg on a conference, where I visited the Miniature Wonderland. One of rooms has a miniature 'functioning' airport with planes taxiing etc. In one place ne…
-
comment
Comment #47585326
They have an interesting regex for detecting negative sentiment in users prompt which is then logged (explicit content): https://github.com/chatgptprojects/claude-code/blob/642c7f9…
- story
- story
-
comment
Comment #42306406
If you've ever tried to use any Clang-based tooling such as clangd, ccls, clang-tidy, include-what-you-use and many others, you probably had to figure out yourself how to generate …
- story
-
comment
Comment #36484941
Yes, absolutely, in fact clang-uml also uses Doxygen for it's own documentation - although diagrams are 'self'-generated by clang-uml - for instance see here: https://clang-uml.git…
-
story
Show HN: Clang-uml – C++ to UML diagram generator based on Clang
Hi, clang-uml is an open-source C++ to UML diagram generator, driven by YAML configuration files. The main idea behind the project is to easily maintain up-to-date diagrams within …