Viewing profile — xn
xn
HN member- Joined
- Fri, Aug 06, 2010, 8:43 PM UTC
- HN karma
- 518
- Public activity
- 132 items
- HN profile
- View on Hacker News ↗
About xn
Recent public activity
-
comment
Comment #48950572
"July 19, 2026 at 11:59:59 PM PT" [1] 1. https://support.claude.com/en/articles/15424964-claude-fable...
-
comment
Comment #48806659
The Elm Architecture[1] makes it easy to reason about code. You render the current state. You create a new state by applying a message to the current state. 1. https://guide.elm-la…
-
comment
Comment #48731816
Yes. If I have a 5-year lease on a building, I can sublease it to you for 5 years, but I can't offer to sell it to you.
-
comment
Comment #47099921
Are there any good reasons to use multiple GitHub user accounts? GitHub organization membership and permissions are well designed in my experience, negating the need for multiple u…
-
comment
Comment #47009244
I don't understand how vouch solves the problem. From https://x.com/mitchellh/status/2020628046009831542 : > There's no reason for getting vouched to be difficult. The primary thin…
-
comment
Comment #46988945
If you don't think code generators are useful, that's fine. I think code generators are useful, but that one of the trade-offs of using them is that it encourages people to anthrop…
-
comment
Comment #46988815
Your agency lets you choose the words you use.
-
comment
Comment #46988090
Consider not anthropomorphizing software. How about we stop calling things without agency agents? Code generators are useful software. Perhaps we should unbundle them from prose ge…
-
comment
Comment #46965963
A related, generalized idea: https://github.com/webhookdb/webhookdb
-
comment
Comment #46849403
It could be. How did the control group do?
-
comment
Comment #46754696
Then you know that it's going to take at least, say two weeks, one week for the first implementation and a week to finish it if it works. On the high end, could it take more than 2…
-
comment
Comment #46754646
This why you should use confidence intervals for estimates. Use a 80% confidence interval, for example. 10% of the time, you should come in under the best case estimate. 10% of the…
-
comment
Comment #46744740
Is it going to take more than two hours? Is it going to take more than two days? Is it going to take more than two weeks? Is it going to take more than two months? Is it going to t…
-
comment
Comment #46260093
It's like having Michael Jordan with dementia on your team. You start out mesmerized by how many points he can score, and then you get incredibly frustrated that he forgets he has …
-
comment
Comment #46200111
If you bill hourly, $15 for an extra billable hour is a good deal.
-
comment
Comment #46153724
There seems to be an obvious solution. When I went to the DMV and couldn't pass the vision test without my glasses, they put on my driver's license an indication that I only passed…
-
comment
Comment #46051548
redo[1] with shell scripts has become my goto method of dealing with multi-step data problems. It makes it easy to review each step of data retrieval, clean-up, transformation, etc…
-
comment
Comment #45879389
The airline that inspired at least one passenger to write a song about them: https://www.youtube.com/watch?v=A1SKldiiWm4
-
comment
Comment #45326415
Junior developers don't yet have the intuition to tell the computer, "NO, NOT LIKE THAT!"
-
comment
Comment #45204788
Hope they backed up the seed phrase for the Art Department before deleting it.
-
comment
Comment #45030294
My mother-in-law shipped us homemade jam from Slovakia. It's been stuck in customs for 3 weeks. The agents must be working diligently to assay the canning jar lids.
-
comment
Comment #44226760
presumably it's status quo bias
-
comment
Comment #44139609
huh. I guess this is a prototype for features that will have be submitted to the upstream version. There was a feature in development for something like `git add -G `, maybe a deca…
-
comment
Comment #44138433
Good thinking. I added a vhs tape: https://github.com/cwarden/git-add--interactive/blob/main/RE...
-
comment
Comment #44138414
Thanks for the feedback. The latest version improves compatiblity with the perl version: https://github.com/cwarden/git-add--interactive/releases/tag...