Viewing profile — duncanfwalker
duncanfwalker
HN member- Joined
- Thu, Jan 31, 2019, 9:40 PM UTC
- HN karma
- 76
- Public activity
- 44 items
- HN profile
- View on Hacker News ↗
About duncanfwalker
No profile information was provided.
Recent public activity
-
comment
Comment #49085095
It might not be the perfect analogy, but it does show some important parallels and differences. Compilers reason to some extent - for example type inference is definitely some dedu…
-
comment
Comment #48000548
I have been feeling that something - a few things - has to change about Agile rituals given a team is using Claude extensively. I haven't yet found any thoughtful writing on the to…
-
comment
Comment #47894456
Reminds me of seeing this presented at a conference years ago https://github.com/braposo/graphql-css It was a joke but I really like the way it pointed out how we copy and reapply …
-
comment
Comment #47299808
I would assess the directionality and rate of the trend. If it's getting better fast and we don't see a limit to that trend then it will eventually pass whatever threshold we set f…
-
comment
Comment #47296248
It's not so valuable to assess the current state - what the impact of using AI is today. From personal experience it feels like overall impact on productivity was not positive a co…
-
comment
Comment #46024183
Spending is paid for out of tax and all those people will have paid tax. Paying less tax than someone else doesn't make a free rider. Deliberately opting out of an obligation while…
-
comment
Comment #45940293
I guess it's more clear that it should be a to statically readable value? eg you shouldn't do things like use arguments to build the str
-
comment
Comment #45230846
This is spot on. I'd love it if it was possible to get the integration with the QGIS ecosystem. It could open source integrations or even a commercial offering that just joins thin…
-
comment
Comment #45229787
Any tips on smoothing the transition between the two that mean work isn't duplicated?
-
comment
Comment #45226209
That's an insightful nuance. I've seen you just create divisions in organisations because while it is a really fully featured desktop application, it implies a way of working that …
-
comment
Comment #45152020
As other comments have said, I'd prefer other solutions to get by all the tests to run faster. It would be interesting to see if it could be used to prioritise tests - get the test…
-
comment
Comment #45085685
Oh god, this has just made me reflect that we're in the golden age of generative AI - not in technology terms, in user experience terms. We're in the period where the major product…
-
comment
Comment #45036558
I wonder whether we'll be able to look back on this period in 10 years time and save definitively whether the wide spectrum of responses to LLMs was perception or real feature of o…
- story
-
comment
Comment #45013075
+1 you're paying for the governance as much as you're paying for the code.
-
comment
Comment #45007823
At the start of your comment I thought the 'issues like this' were going to be the 4 year discussions about what is and isn't core.
-
comment
Comment #44994803
I think a lot of this is addressed by having a definition of done and more generally being explicit about quality expectations. You don't need to worry whether to polish the readme…
-
comment
Comment #44720516
It's true that anything that can go wrong will go wrong but I wouldn't use that as a maxim to direct designs - risk is one trade-off and it's significance varies.
-
comment
Comment #44704072
I really like it. I particularly like that you've resisted the temptation to include SQL itself or the jq queries in the DSL. The validation piece makes it feel a bit a bit like th…
-
comment
Comment #44703826
I think it depends on the API - we do this with AWS Secret Managers. I haven't seen it fail but if did it would only effect new instances coming into service so I think we'd have t…
-
comment
Comment #44701062
Yeah, I'd agree with that. Validation rules are like an extension to the type system. Invariants are useful at the edges of a system but also in the core. If, for example, I can be…
-
comment
Comment #44619502
I mainly see this wtf pages as a hook to talk about the internals of a language/interpretor/etc. As you say, there's no point reading them as a criticism of the language because th…
-
comment
Comment #44618215
The --no-verify example is interesting because I can imagine the same hint being useful for junior engineers. In general it's hard to give the the right level of advice in cli docs…
-
comment
Comment #44223516
100% - for me the fact that hasn't been picked up throughout the research undermines the credibility of the rest of the paper.
-
comment
Comment #44217909
> Comments per PR [...] served as a measure to gauge the depth of collaboration exhibited during the development and review process. That sounds like a particularly poor measure - …