Live data from Hacker News

Viewing profile — Ramiro

Ramiro

HN member
Joined
Fri, Feb 25, 2011, 8:15 AM UTC
HN karma
49
Public activity
59 items

About Ramiro

twitter.com/rberrelleza

Recent public activity

  1. story
    Show HN: Run AI Agents on your cloud infrastructure

    Hi, founder of Okteto here! We’ve been experimenting with AI agents in our workflows at Okteto. Running them locally worked at first, but quickly became painful. git worktrees, mul…

  2. story
  3. comment
    Comment #42880459

    Very cool! This is a great example of how ephemeral environments can help for a lot more than just fast inner loops or manual verification.

  4. comment
    Comment #41854240

    XMPP was supposed to be this. There was a boom in the early to mid-2010s (I worked at HipChat back then, and it was built on top of XMPP). IMO, it works well; it scales, but none o…

  5. comment
    Comment #41206045

    I'd highly discourage you from using SMS; it's very insecure. I'd go as far as to recommend you not to implement your own auth and instead use something like Auth0, WorkOS, SuperTo…

  6. comment
    Comment #41206035

    I second this, the SF Public Libraries are a great place to work. I used to work out of the Potrero Hill branch a lot. The main library (the one by the Civic Center) closes way lat…

  7. comment
    Comment #41206022

    I love reading these "reports from the field"; I always pick up a thing or two. Thanks for sharing @ianvonseggern!

  8. comment
    Comment #41206013

    Every time I read about Nomad, I wonder the same. I swear I'm not trolling here, I honestly don't get how running Nomad is simpler than Kubernetes. Especially considering that ther…

  9. comment
    Comment #41205997

    I agree with @metaltyphoon on this. Even for small teams, a managed version of Kubernetes takes away most of the pain. I've used both ECS+Fargate and Kubernetes, but these days, I …

  10. comment
    Comment #41205300

    I really like the "remote"/ "on-site" / "hybrid" filter. Good job!

  11. comment
    Comment #40277503

    The most significant value I get from Costco is that the quality is consistently high and the options are well curated. I like not having to go through 100s of brands of basic stap…

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

    I agree is early, but the same thought around WASM crossed my mind. Interesting approach though

  15. comment
    Comment #30119007

    @blakesterz what kind of pain are you feeling when developing with containers on a Mac vs using your Linux box? I know perf is worse, but are you hitting other things?

  16. comment
    Comment #30118820

    This is very cool. Running tests on browsers has always being a pain. Is this something that could be run from within a container?

  17. comment
    Comment #29832467

    I think this something that people miss a lot when trying to optimize their Docker builds. Is the whole optimizing for most of your builds vs optimizing for a specific build. Not e…

  18. comment
    Comment #29828842

    I never really thought about this, it's a good point. What do you suggest it's used instead of ["npm", "run", "start"]?

  19. comment
    Comment #29828824

    Distroless are tiny, but sometimes the fact that don't have anything on them other than the application binary makes them harder to interact with, specially when troubleshooting or…

  20. story
  21. comment
    Comment #27281094

    Fig's integration for Makefiles makes my life so much easier! I've played with shell autocompletion before, but this way easier to use. Good luck!

  22. story
  23. story
  24. comment
    Comment #27111948

    Not yet. We are trying different approaches to curb this since we do want to keep our free tier.

  25. comment
    Comment #26945431

    We have the same problem in Okteto. We've been investing a lot on building tech to prevent this (I gave a talk on this during the last eBPF community days -> https://www.youtube.co…