Live data from Hacker News

Viewing profile — bkryza

bkryza

HN member
Joined
Wed, Feb 22, 2023, 7:46 PM UTC
HN karma
236
Public activity
8 items

About bkryza

https://github.com/bkryza

Recent public activity

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

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

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

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

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