Viewing profile — nightfader
nightfader
HN member- Joined
- Thu, Jun 15, 2023, 11:53 AM UTC
- HN karma
- 0
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About nightfader
No profile information was provided.
Recent public activity
-
comment
Comment #37657841
Homebrew is available for Linux as well since approx 3yrs now. I've been using it without issues https://docs.brew.sh/Homebrew-on-Linux
-
comment
Comment #37622804
That's also why perforce is slow as heck unless you throw massive resources at it. I also work in the chip industry BTW.
-
comment
Comment #37622778
Because git excels in relatively small size text files and patching and difficult. You can't binary blobs like jpegs, audio, video easily.
-
comment
Comment #37622743
How is it not bad design? Let's say you are working in a team. Would you really want your colleagues spending a significant amount of time cloning your artifacts? Your comment is a…
-
comment
Comment #37622724
That's what object storage with versioning turned on is for e.g. GCS or S3
-
comment
Comment #37622620
The whole point that git rejects large blobs is primarily because they don't belong in VCS. But for those who need large blobs there is git-lfs as the author mentioned. I don't see…