Viewing profile — czzzzz
czzzzz
HN member- Joined
- Mon, May 15, 2023, 4:06 PM UTC
- HN karma
- 7
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About czzzzz
No profile information was provided.
Recent public activity
-
comment
Comment #36231068
Shameless plug for AppScope ( https://github.com/criblio/appscope ) which is designed for exactly this. Capturing observability data from processes in your environment without code…
-
story
Show HN: Cbyexample.com – Learn C and C++ through examples
I created this website to help others learn the features of, and differences between C and C++. Inspired by gobyexample.com. Contributions welcome.
-
story
Show HN: Simulate the effectiveness of various Blockchain difficulty algorithms
The goal of this project is to provide a simulator to report on the effectiveness of various difficulty algorithms by observing the standard deviation, and mean values of all block…
-
comment
Comment #35976281
We hook calls to libc that are of interest (like open, write, execve), so when those functions are called we can exfiltrate the data to a queue, then return control to the caller w…
-
story
Show HN: Instrument any Linux application or command without code modification
Our open-source application allows users to obtain events, metrics, and unencrypted payload data from applications running on Linux. The AppScope dev team are looking for feedback …