Live data from Hacker News

Viewing profile — shcallaway

shcallaway

HN member
Joined
Tue, Apr 01, 2014, 2:26 PM UTC
HN karma
26
Public activity
26 items

About shcallaway

YC Badge: 0x001d548b6c20b5f1565c02118b8a1b31739d70b8

Recent public activity

  1. story
  2. story
  3. comment
    Comment #46889164

    AI has changed what's possible in software systems. Observability hasn't caught up. This manifesto lays out a path forward.

  4. story
  5. comment
    Comment #46508469

    I completely agree w/ your points about why observability sucks: - Too much setup - Too much maintenance - Too steep of a learning curve This isn't the whole picture, but it's a hu…

  6. comment
    Comment #46508457

    Vibe-coders don't comprehend how the code works, yet they can create impressive apps that are completely functional. I don't see why the same isn't true for "vibe-fixers" and their…

  7. comment
    Comment #46508444

    You're so right. > We'll have solved the problem when AI detects the problem and submits the bug fix before the engineers wake up. Working on it :)

  8. comment
    Comment #46508439

    You're not the first person I've met that has articulated an idea like this. It sounds amazing. Do you have an idea about why this approach isn't broadly popular?

  9. comment
    Comment #46508406

    These are great. I should have included them in my timeline! Huge fan of historical artifacts like Cantrill's ACM paper

  10. comment
    Comment #46508400

    This is a super insightful comment & there is a bunch that I want to respond to but I can't do it all neatly in one comment. Hahaha I'll choose this point: > reliability is still u…

  11. comment
    Comment #46508364

    Hello! Yes, you are right - observability and APM have both been around for many decades, but the incarnations that most people are familiar with are the ones that emerged in the 2…

  12. comment
  13. story
  14. comment
    Comment #46053648

    Wow, this is great. I have been using Inngest for over a year now and really like the APIs you guys have created for defining step functions / event handlers. I'm very glad to see …

  15. comment
    Comment #46005615

    I've been programming for 15 years now, 10 years professionally, and have worked at 5 startups. These are my reflections on the first decade of my career. Also, an announcement: I’…

  16. story
  17. comment
    Comment #45660206

    Congrats LC team! I don't have much experience w/ "vanilla" LangChain or the LC Python tools, but I've been an avid user of Deployments and the LangGraph TypeScript SDK for like a …

  18. comment
    Comment #28543713

    Love this. As engineers, we need to do better than reviewing in the GH web interface...

  19. story
  20. story
  21. comment
    Comment #17930851

    I love the idea that typed languages create backpressure. I have very little confidence in peoples' ability to create well-designed (in software architecture terms) projects.

  22. story
  23. comment
    Comment #16047094

    At the very least, this experience has made me question the conventional wisdom that microservices = good and monolith = bad.

  24. comment
    Comment #16047042

    My company is in the process of building out an integration test suite for our microservices platform. A few pain points: 1. The tests themselves are housed in a separate repositor…

  25. comment
    Comment #16046940

    Postman can be handy for quick and dirty HTTP tests. Unfortunately, I find the Postman GUI unintuitive. The alternative -- working with minified JSON -- is equally painful. Edit: E…