Viewing profile — paperplaneflyr
paperplaneflyr
HN member- Joined
- Sun, Aug 27, 2023, 9:21 AM UTC
- HN karma
- 73
- Public activity
- 87 items
- HN profile
- View on Hacker News ↗
About paperplaneflyr
No profile information was provided.
Recent public activity
- story
-
story
Show HN: Ringlog – A highly optimized thread-per-core message broker
A highly-optimized, single-node, mini-Kafka broker built from scratch in Rust. This system leverages a thread-per-core architecture powered by io_uring via the tokio-uring framewor…
- story
- story
-
comment
Comment #47944351
[dead]
- story
- story
-
comment
Comment #47825237
No actually. Shyell is like performance and observability shell. Its features are real-time CPU/memory monitoring, automatic project stack detection, and that benchmarks every comm…
- story
-
comment
Comment #47792323
[dead]
- story
-
comment
Comment #47679006
UPDATE! : Perfmon is now Perfdeck!! HN Post : https://news.ycombinator.com/item?id=47678920 I have officially renamed the project to Perfdeck to avoid naming conflicts and provide …
-
comment
Comment #47678921
Original post: https://news.ycombinator.com/item?id=47649701 Following some feedback about the original name being already taken, I have rebranded the project and released v0.3.0. …
- story
-
comment
Comment #47657081
Appreciate the feedback folks. Yes, I realize now that the name "Perform" is taken. Will have it changed that resonates with the monitoring/observability theme. Will fix other issu…
-
comment
Comment #47651590
Perfmon essentially allows you to define commands you use daily, defined them in a toml file and tab them, ie customizable. It could be docker or kubernetes commands and so on. Thi…
-
comment
Comment #47649702
I built Perfmon because I found myself constantly switching between multiple terminal tabs to check different system metrics (top for processes, vmstat for memory, netstat for traf…
- story
-
comment
Comment #47562625
[dead]
- story
- story
- story
-
story
Ask HN: Software upgrade recommendation engine – Planning to build one
Pitch : A Software upgrade recommendation engine that examines your current software and recommends stable version. This engine is agentic AI that checks various sources to built c…
-
comment
Comment #47384428
Neat observation. Where do you think this can be applied apart from lobste.rs?
-
story
Show HN: AgentLog – a lightweight event bus for AI agents using JSONL logs
I’ve been experimenting with infrastructure for multi-agent systems. I built a small project called AgentLog. The core idea is very simple, topics are just append-only JSONL files.…