Viewing profile — DavyJone
DavyJone
HN member- Joined
- Fri, Jul 07, 2017, 4:36 PM UTC
- HN karma
- 40
- Public activity
- 31 items
- HN profile
- View on Hacker News ↗
About DavyJone
No profile information was provided.
Recent public activity
-
comment
Comment #48203596
I think im missing something, don't all harnesses (opencode, pi, etc) already do stuff like "retry"? As far as I can see, when a tool call fails in either, the model gets the error…
-
comment
Comment #47973880
F# is my coding love language that I never get to use (outside of personal projects) :(
-
comment
Comment #46716733
Im not really sure what you are comparing here. * You predownload the "image" which is the part that takes long in docker * You also run inside of `lima` which is already a virtual…
-
comment
Comment #43381427
Nice find. Its a bit strange that the PRs listed there, are not present at all in the coinbase repo. Seems like the attack was directed there, but I also did not hear anything from…
-
comment
Comment #43343670
Amazing feature/release!
-
comment
Comment #41608228
Docker Desktop includes the easy to run Docker Engine / Docker Machine. I think is fair to assume that most of the revenue is not from users that want a GUI but from users that wan…
-
comment
Comment #41423219
I think many of the performance points here are a trait of a VM in Cloud more than K8s, and they would be no different if running in EC2 right?
- comment
-
comment
Comment #40904379
> Not sure how much or if this had influence from Guava at all I don't see any similarity between the two that would lead me to believe that there is influence. Why do you mention …
-
comment
Comment #39286006
I like the idea of Dagger and have been following for a while, but it seems like its tailored to get people to use their Cloud product. eg. Caching. Is that not the case?
-
comment
Comment #39195501
Congrats on the launch, certainly good to see competition. I was reading https://www.ubicloud.com/blog/ubicloud-hosted-arm-runners-10... but seems like a bit misleading to compare …
-
comment
Comment #37584710
You might enjoy https://github.com/jessfraz/dotfiles/blob/master/.dockerfunc I think she had an article about this as well.
-
comment
Comment #35738482
Well then, it must be really bad if with all those features and many years it did not manage to gain so many users. Bad replies, to bad replies
-
comment
Comment #34586619
GitOps (as in ArgoCD style workflows) is not nice. Deploying from code, and storing all infra, etc as code is great, but this pull based approach creates IMHO a really decoupled an…
-
comment
Comment #34586500
Nice! How long does `node -v` take now? EDIT: OK, I see the main trick is to use PATH instead of shims. > rtx does not use shims and instead updates PATH so that it doesn't have an…
-
comment
Comment #34344099
This looks really cool, I find the mix between Zapier and Code to be :chef-kiss: Do you plan to allow for self-hosting? eg. An org that wants to have a private version of this, or …
-
comment
Comment #31681345
<3 I've been following Ory for a while, super interesting projects and amazing docs.
-
comment
Comment #30140136
> There is a specific set of data which is defined as "personally identifiable information". I believe there isn't and that is part of the problem with GDPR in my experience.
-
comment
Comment #25614099
I only see 1 user confirming it and he had a special or odd disk setup (merged disks which also do not show as merged, might be the source of the problem). Is this confirmed by any…
-
comment
Comment #23455063
Ill check that out, I really think K8s is becoming a bit too complex for many customers. Thanks!
-
comment
Comment #23440191
Does it have "easy" side-cars/init/post? Last time I checked those were missing for example.
-
comment
Comment #23245477
Yep and not saying its entirely wrong, but check my reply to asdf-asdf-asdf.
-
comment
Comment #23245470
I understand that, but what Im concerned about is Chrome or Firefox or etc skipping my OS settings and preferences. Like they already do in some cases.
-
comment
Comment #23245188
Isnt this something the OS should handle and Chrome just uses the OS interfaces for this?
-
comment
Comment #23181002
That seems like a ridiculously complex pipeline to maintain and onboard into. I personally dislike this "do it all" monorepos in most cases, there are cases were they work, but the…