Viewing profile — gsoltis
gsoltis
HN member- Joined
- Sat, Mar 22, 2008, 2:26 AM UTC
- HN karma
- 105
- Public activity
- 51 items
- HN profile
- View on Hacker News ↗
About gsoltis
No profile information was provided.
Recent public activity
-
comment
Comment #44781973
This is cool. I wonder if your VM could work in conjunction with an LLM? Have you tried making this optimizer available as an MCP, or maybe some of the calculated invariants could …
-
comment
Comment #44781954
This matches my experience with AI agents. Wiring up the correct feedback and paying attention to ensure they use it is important. Tests and linters are great, but there's usually …
-
comment
Comment #27417471
I agree, it is absolutely a matter of judgment and is heavily dependent on the stage and specific threats a particular organization faces. It is difficult to balance product veloci…
- story
- story
- story
- story
-
comment
Comment #26332187
Good suggestion! The underlying tech actually does support diffing resources over time, so it would be very possibly to generate a delta report.
-
comment
Comment #26331367
Hey all, we wrote rpCheckup after seeing the Endgame ( https://news.ycombinator.com/item?id=26154038 ) post the other day. A lot of the issues it surfaces are things we routinely c…
- story
-
comment
Comment #21652930
Hmm, maybe. Can you provide more details about what specifically you are trying to accomplish?
-
comment
Comment #21652621
My company, Gold Fig( https://goldfiglabs.com ), is working on something just adjacent to annotating webpages: we enable you to annotate changes you make on the web. Since so much …
-
comment
Comment #21085068
To be clear, at Firebase, we held these kinds of discussions in addition to the technical assessment. A portion of my section of the interview process was usually to do a deep dive…
-
comment
Comment #20638488
That is what we're aiming at. We're starting by capturing deltas, but we'll eventually be able to backfill the entire existing configuration, whether it has changed or not. That ca…
-
comment
Comment #20638012
Currently, any changes made without the extension won't be tracked. For some services, we will eventually be able to capture the delta anyways, if they have API access to their own…
-
comment
Comment #20637714
Yup, that is definitely on the roadmap! You're right that it won't always be possible, but for many of the more popular tools, it can be done.
-
comment
Comment #20637264
Thanks, and good suggestion! I put together a gist with the currently supported services: https://gist.github.com/gsoltis/302b3e60d385854a9a5158d0c071...
-
comment
Comment #20637155
For sure! Infrastructure as Code is great. However, there are plenty of instances where services you depend on cannot be configured with Terraform. Additionally, we have found that…
-
comment
Comment #8298213
Interesting. What are you using for object marshalling on iOS? And which json processor are you using on your android benchmark? The referenced library?
-
comment
Comment #8298138
Surely the size of the JSON payload matters for this benchmark. Just saying you can parse json in under 1 ms is somewhat meaningless unless you're comparing similar sized json docu…
-
comment
Comment #8282755
One data point, but sonic.net is great. Friendly service and consistently given top marks by the EFF on privacy concerns. Also, it's reasonably cheap and you can get a static ip wi…
-
comment
Comment #7756748
I've been prototyping some bindings to make Firebase work with RxJava / RxJS, since the model seems like a good fit. If anyone has the time and inclination, I'd love some feedback.…
-
comment
Comment #7739490
Git integration is on our roadmap. However, you can also set this up yourself now by adding your own git hook that calls 'firebase deploy' on push. For more information, see the do…
- story
-
comment
Comment #5554402
Ruby is on the list. In the meantime, you can use the REST API from any language. If you need the realtime aspects on your server, we have a node client as well.