Live data from Hacker News

Viewing profile — bhupesh

bhupesh

HN member
Joined
Mon, Oct 07, 2019, 1:42 PM UTC
HN karma
134
Public activity
78 items

About bhupesh

Software Craftsman & Tech Writer

More @ bhupesh.me/about/

Recent public activity

  1. story
  2. comment
    Comment #44166930

    I am in the middle, neither a dogmatic skeptic nor a full-blown prompt engineer, but I lost it when the author compared a junior developer (a human) to a SaaS subscription. Tells y…

  3. story
  4. story
  5. story
  6. story
  7. story
  8. story
  9. comment
    Comment #42685891

    > How do you find readers I don't, that's what search engines are for. If people know what keywords to lookup, and are willing to go an extra mile (browse all pages of the Google s…

  10. story
  11. story
  12. story
  13. story
  14. comment
    Comment #39927982

    Folks at gitbook are kind enough to give me a LLM over my notes https://til.bhupesh.me

  15. comment
    Comment #39837457

    Soul of erlang got me hooked to Elixir recently, trying to get my hands dirty as well. Other than distributed/concurrent system use-cases, could you share what kind of products are…

  16. comment
    Comment #39509230

    > Out of all of my abandoned side-projects, this was the one that made me think differently. Even if I would never actually use the end 'deliverable', working on the project still …

  17. story
  18. story
  19. comment
    Comment #39248157

    > Here's a solution that compresses everything into a single 8.7MB layer using tar and an intermediate staging stage: https://gist.github.com/carlosonunez/b6af15062661bf9dfcb8688 .…

  20. comment
    Comment #39242564

    > I think it would be more accurate to say, in the Alpine ecosystem, it is generally not advised to pin versions of packages at all. Actually, this is not so much a recommendation …

  21. comment
    Comment #39242084

    > How would I use this? Say I just made a bad commit in my terminal. How would I run this container to fix it? The container doesn't have my working directory does it? Or is that t…

  22. comment
    Comment #39242043

    Oh, wasn't aware about UsrMerge, thanks for sharing.

  23. comment
    Comment #39242013

    Yes, the size of env closes to 2mb. I maybe wrong here, though. Seems something is wrong. I wasn't able to dig deep enough on why that was the case, considering the "env" utility w…

  24. comment
    Comment #39241361

    Thanks, appreciate the help!

  25. comment
    Comment #39241347

    Author here > copying the various standardized CLI tools and related library files into the image versus installing them with APK can introduce _many_ compatibility challenges down…