Live data from Hacker News

Viewing profile — paperplaneflyr

paperplaneflyr

HN member
Joined
Sun, Aug 27, 2023, 9:21 AM UTC
HN karma
73
Public activity
87 items

About paperplaneflyr

No profile information was provided.

Recent public activity

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

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

  9. story
  10. comment
  11. story
  12. 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 …

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

  14. story
  15. 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…

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

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

  18. story
  19. comment
  20. story
  21. story
  22. story
  23. 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…

  24. comment
    Comment #47384428

    Neat observation. Where do you think this can be applied apart from lobste.rs?

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