Viewing profile — bhupesh
bhupesh
HN member- Joined
- Mon, Oct 07, 2019, 1:42 PM UTC
- HN karma
- 134
- Public activity
- 78 items
- HN profile
- View on Hacker News ↗
About bhupesh
More @ bhupesh.me/about/
Recent public activity
- story
-
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…
- story
- story
- story
- story
- story
- story
-
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…
- story
- story
- story
- story
-
comment
Comment #39927982
Folks at gitbook are kind enough to give me a LLM over my notes https://til.bhupesh.me
-
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…
-
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 …
- story
- story
-
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 .…
-
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 …
-
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…
-
comment
Comment #39242043
Oh, wasn't aware about UsrMerge, thanks for sharing.
-
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…
-
comment
Comment #39241361
Thanks, appreciate the help!
-
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…