Viewing profile — debosmit
debosmit
HN member- Joined
- Thu, Sep 03, 2020, 7:20 PM UTC
- HN karma
- 21
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About debosmit
Recent public activity
-
comment
Comment #39604486
[flagged]
- story
-
comment
Comment #39533063
one thing i have seen with testcontainers (been a user for a few years) is the ergonomic SDKs that they have especially in languages like golang, it makes spinning containers up/do…
-
comment
Comment #39533025
its not necessarily about the privacy layer per se. the workflow i was ideating over is as follows: 1. spin up a production-equivalent database (eg: mysql container instead of prod…
-
comment
Comment #39530750
do you have some thoughts on how sdv-dev type projects can be used to start populating, say, a database (eg: mysql running in a container) i've looked into this space a bunch (eg: …
-
comment
Comment #37007977
yea - we had that too (good for understanding how laptop tooling worked, and what areas were starting to show latencies and therefore, needed to be worked on) surveys were anonymiz…
-
comment
Comment #37006013
yea, great for small projects but no good when you're trying to expand into enterprise capabilities -- I have to get one tool for dev, have that config diverge from CI, and then fr…
-
comment
Comment #37005976
This is really not true - a poor implementation shouldn't dictate the direction of the "remote development" space. Sure, IT and security have their requirements, but primary requir…
-
comment
Comment #37005932
see this is the problem w/ all these devtools - i need to pair together 5 different things when i just want a reproducible, ephemeral environment someone needs to bring a heroku-li…
-
comment
Comment #36411075
https://devzero.io
-
comment
Comment #34240149
got some other interesting insights from the BCG post by Akash Bhatia related to the stage of the company and their cloud adoption see `Creating a Developer-Focused GTM Model` [her…
-
comment
Comment #34052993
We’ve thought about this quite deeply at DevZero. Yes, the iOS developer experience can be quite hampered on the local env and requires users to frequently get beefy local laptops/…
-
comment
Comment #34052931
we’re not seeing cloud costs be too terrible at DevZero - with proper hibernation/suspension, cloud costs are ~$50-60/mo in the worst case admittedly, we target only enterprise com…
-
comment
Comment #34052887
fwiw, we’re solving this at DevZero with having multiple AZs - given that our platform centrally manages remote compute (hibernation etc), this is working great at making sure late…
-
comment
Comment #34052835
Re: if a computer can run scripts in a pod, can’t you just run them locally? It’s a construct of the order of operations. One core issue with local is the variety of OS’ and local …
-
comment
Comment #34049078
[Putting a note here for awareness. I am debo, a user/contributor to the devpods project at Uber] I am a founder of DevZero (devzero.io) where we are taking the theme of "remote co…
-
comment
Comment #34049076
[Putting a note here for awareness. I am debo, a user/contributor to the devpods project at Uber] I am a founder of DevZero (devzero.io) where we are taking the theme of "remote co…
-
comment
Comment #33198284
+1 things like terraform are great for the initial setup, but there is a lack for tooling around recurring management -- although, docker does help the story for having ephemeral e…
-
comment
Comment #33198222
we're building cloud-hosted dev environments (choice of VM, container or full k8s) that engineers can connect to using their existing tooling (keep your IDEs, environment config, e…