Live data from Hacker News

Viewing profile — codefinger

codefinger

HN member
Joined
Thu, Jan 10, 2013, 5:53 PM UTC
HN karma
135
Public activity
22 items

About codefinger

No profile information was provided.

Recent public activity

  1. comment
    Comment #41393161

    This has been a long time coming. The 12-factors have guided us well, but the ecosystem has changed. The point we're at now reminds me a lot of Java in 2010. Everything was complex…

  2. story
  3. story
  4. comment
  5. comment
    Comment #26065803

    Give this a watch, and I think it may change your mind on some these points: https://www.youtube.com/watch?v=ofH9_sE2qy0

  6. comment
    Comment #26065281

    I think this is exactly why people should use Buildpacks over Dockerfiles. I've seen so many Dockerfiles that are wrong, or even introduce security problems.

  7. comment
    Comment #26065256

    Yes. The output of buildpacks is an OCI image (Docker image) that works with the container runtime(s) in Kubernetes

  8. comment
    Comment #26065245

    To you first point, there's probably no example of a Buildpack because (unlike Dockerfile) most Buildpack users don't write their own. They are reuseable. I'm not sure why the auth…

  9. story
  10. story
  11. story
  12. story
  13. story
  14. story
  15. comment
    Comment #19568810

    The Ruby buildpack shown in the example installs Node.js for you. A developer doesn’t even need to be aware that it’s required to precompile assets.

  16. comment
    Comment #19567620

    There's some more detail here: https://buildpacks.io/docs/

  17. story
  18. comment
    Comment #19557867

    I'm the Java Languages Owner at Heroku. While I can't reveal in full detail why we do (or do not) officially support a particular language, I can say that it has nothing to do with…

  19. comment
    Comment #18131637

    LinuxKit (as I understand it) is for building the OS itself. Buildpacks are a higher level abstract for building a complete application image (with the emphasis on application). Th…

  20. story
  21. comment
    Comment #10383289

    This article covers the basics: https://devcenter.heroku.com/articles/java-memory-issues

  22. story