Viewing profile — kvnhn
kvnhn
HN member- Joined
- Sun, Aug 02, 2020, 2:18 PM UTC
- HN karma
- 291
- Public activity
- 66 items
- HN profile
- View on Hacker News ↗
About kvnhn
No profile information was provided.
Recent public activity
-
comment
Comment #48892100
Rebase (squash), I assume
-
comment
Comment #48216171
Sheriffs are elected officials, at least in most states.
-
comment
Comment #48211469
What does your username mean?
-
comment
Comment #46681589
I made a simple web UI[1] for generating images like this. It uses a Go library by Michael Fogleman[2] for all the heavy lifting—hat’s off to him. For Bézier curves in particular, …
- story
-
comment
Comment #44996002
IMO, a key passage that's buried: "You can ask the agent for advice on ways to improve your application, but be really careful; it loves to “improve” things, and is quick to sugges…
-
comment
Comment #44925498
Dud author here. Happy to hear it's working well for you!
- story
- story
- story
- story
-
comment
Comment #39323926
This is a variation on one of my favorite software design principles: Make illegal states unrepresentable. I first learned about it through Scott Wlaschin[1]. [1]: https://fsharpfo…
- story
- story
-
story
Ask HN: What's your favorite tech talk from the past year?
Please share a link to a recording if at all possible.
-
comment
Comment #38226498
IMHO, Poetry is the best we have in the Python dep mgmt space, and it's still endlessly frustrating. It's especially hard to recommend it for newbies looking to get up and running …
-
comment
Comment #38226481
PEP 582 was rejected, FYI. https://peps.python.org/pep-0582/
- story
-
comment
Comment #37696394
I've used DVC in the past and generally liked its approach. That said, I wholeheartedly agree that it's clunky. It does a lot of things implicitly, which can make it hard to reason…
-
comment
Comment #33068327
You might be referring to me/Dud[0]. If you are, first off, thanks! I'd love to know more about what development progress you are hoping for. Is there a specific set of features th…
- story
-
comment
Comment #32532592
Unfortunately, there's a few things that currently hinder compatibility with DVC caches. First, Dud uses the Blake3 checksum algorithm, and DVC uses md5. This means the content-add…
-
comment
Comment #32483339
I very much agree with you about DVC's feature creep. The other issue I have with it is speed. DVC has left me scratching my head at its sluggishness many times. Because of these f…
-
comment
Comment #32219967
I don't know about replacing Make with Docker, but I use the two together to good effect. One of my favorite hacks is adding a 'docker-%' rule in my Makefile to run make commands i…
-
comment
Comment #31875176
A thousand times, yes. I've wanted to write this same article. Thanks for saving me the time! The industry is going to great lengths to avoid writing configuration in any ubiquitou…