Live data from Hacker News

Viewing profile — DavyJone

DavyJone

HN member
Joined
Fri, Jul 07, 2017, 4:36 PM UTC
HN karma
40
Public activity
31 items

About DavyJone

No profile information was provided.

Recent public activity

  1. 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…

  2. comment
    Comment #47973880

    F# is my coding love language that I never get to use (outside of personal projects) :(

  3. 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…

  4. 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…

  5. comment
    Comment #43343670

    Amazing feature/release!

  6. 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…

  7. 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?

  8. comment
  9. 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 …

  10. 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?

  11. 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 …

  12. comment
    Comment #37584710

    You might enjoy https://github.com/jessfraz/dotfiles/blob/master/.dockerfunc I think she had an article about this as well.

  13. 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

  14. 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…

  15. 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…

  16. 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 …

  17. comment
    Comment #31681345

    <3 I've been following Ory for a while, super interesting projects and amazing docs.

  18. 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.

  19. 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…

  20. comment
    Comment #23455063

    Ill check that out, I really think K8s is becoming a bit too complex for many customers. Thanks!

  21. comment
    Comment #23440191

    Does it have "easy" side-cars/init/post? Last time I checked those were missing for example.

  22. comment
    Comment #23245477

    Yep and not saying its entirely wrong, but check my reply to asdf-asdf-asdf.

  23. 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.

  24. comment
    Comment #23245188

    Isnt this something the OS should handle and Chrome just uses the OS interfaces for this?

  25. 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…