Live data from Hacker News

Viewing profile — almonerthis

almonerthis

HN member
Joined
Tue, Jan 12, 2021, 10:34 AM UTC
HN karma
71
Public activity
16 items

About almonerthis

No profile information was provided.

Recent public activity

  1. story
  2. story
    Books from Unrelated Fields

    Recently I was reading the "To Engineer Is Human" by Henry Petroski, which although is mainly about bridges I find it so inspiring and related to software engineering and systems i…

  3. comment
    Comment #47295128

    Personal reflection on the fear that almost everyone has

  4. story
  5. story
  6. comment
  7. story
  8. comment
    Comment #46630771

    Here is mine, trying to post learnings from books I read https://www.avraam.dev/

  9. story
    Show HN: Lore – A reasoning engine that stores the "why" behind code changes

    Hey HN, I built Lore because I was frustrated with context loss when using AI coding agents. Git tells you who changed code and when. Comments (hopefully) tell you what the code do…

  10. story
  11. story
  12. story
    New Architect

    I just transitioned to an Architect role after being an Engineering Manager. What are the right resources for someone new in the role?

  13. story
    Are there any good Software Engineering magazines out there?

    Stripe used to release https://increment.com/ which was pretty nice but they haven't release any new issue since November 2021. I am looking for any decent magazine in physical for…

  14. story
    Greatest talks in 2022 so far?

    Any talk from a conf that happened this year?

  15. story
    Monitoring Event-Driven Architecture

    In a traditional CRUD application, we usually measure Rate, Duration and Errors, how many requests, how long each request and how many errors. What are the key metrics in an event …

  16. story
    Book on Application Monitoring?

    Is there any recommended book on application monitoring? What someone should measure, some explanation of the various metrics (gauge...), some visualisation suggestions etc.