Viewing profile — Ramiro
Ramiro
HN member- Joined
- Fri, Feb 25, 2011, 8:15 AM UTC
- HN karma
- 49
- Public activity
- 59 items
- HN profile
- View on Hacker News ↗
About Ramiro
Recent public activity
-
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…
- story
-
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.
-
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…
-
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…
-
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…
-
comment
Comment #41206022
I love reading these "reports from the field"; I always pick up a thing or two. Thanks for sharing @ianvonseggern!
-
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…
-
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 …
-
comment
Comment #41205300
I really like the "remote"/ "on-site" / "hybrid" filter. Good job!
-
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…
- story
- story
-
comment
Comment #32244604
I agree is early, but the same thought around WASM crossed my mind. Interesting approach though
-
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?
-
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?
-
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…
-
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"]?
-
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…
- story
-
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!
- story
- story
-
comment
Comment #27111948
Not yet. We are trying different approaches to curb this since we do want to keep our free tier.
-
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…