Live data from Hacker News

Viewing profile — slimslenders

slimslenders

HN member
Joined
Tue, Jun 08, 2021, 3:53 PM UTC
HN karma
38
Public activity
13 items

About slimslenders

No profile information was provided.

Recent public activity

  1. comment
    Comment #46050398

    I think this is very true. Tool search tools can be model agnostic. And programmatic tool calling really just needs a code sandbox tool. We've provided some examples of these patte…

  2. comment
    Comment #44018694

    Community MCP servers available as Docker images are also being listed here https://hub.docker.com/catalogs/mcp

  3. comment
    Comment #28545468

    ... chiming in as one of the co-creators of this feature. The ability to quickly ascertain whether a change will increase security debt ends up having a positive impact on code rev…

  4. comment
    Comment #27444600

    Indeed, there's this curious fact that you can update the FROM instruction to be repos:tag@sha256:... In other words, you can leave the tag in the name even though the next docker …

  5. comment
    Comment #27441461

    Feel free to get in touch if you want to try out our tool. The support for pinning versions in run layers is just being released but happy to send you a breakdown of how that works…

  6. comment
    Comment #27440991

    Just took a look. Very cool! The generate/verify/rewrite phases are very familiar :). I guess we sort of moved rewrite/verify into a PullRequest/CheckRun. Would it make sense to ru…

  7. comment
    Comment #27440307

    will send when we've got some data. Had been wanting to reach out to you about an idea for an automated check anyway.

  8. comment
    Comment #27439898

    I came across your article on security updates when I was researching this. Thanks for writing it - it was super helpful. One of the sub goals for us is to quantify the lag that yo…

  9. comment
    Comment #27439784

    Keeping the FROM readable is indeed a challenge. We thought about a Dockerfile comment to add the context that developers need. There's this peculiar aspect of docker image naming …

  10. comment
    Comment #27439730

    Thanks! And ya, we found the spec! We are in the middle of adding a feature to help devsecops teams notice when org.opencontainers.image.revision and org.opencontainers.image.sourc…

  11. comment
    Comment #27438605

    Thank you, and yes. I love that idea of a distance metric. I think you're also pointing out that distroless images can end up increasing this developer distance, right? I was origi…

  12. comment
    Comment #27438369

    Ya, it's similar. We needed to add an initial pinning PR, a vulnerability and change log comparison, and scanning for unsupported tags. We also added support for private registries…

  13. story