Viewing profile — partdavid
partdavid
HN member- Joined
- Wed, May 14, 2008, 5:59 PM UTC
- HN karma
- 375
- Public activity
- 220 items
- HN profile
- View on Hacker News ↗
About partdavid
No profile information was provided.
Recent public activity
-
comment
Comment #45118125
I'm extremely interested in pushing along these fronts even in a performative way, because I don't want to get bogged down in "switch away from Emacs" conversations with coworkers.…
-
comment
Comment #45032144
Since the jargon we've invented in technology has derived from natural language, it's often repurposing common terms as terms of art. In my opinion this leads to ambiguity and I so…
-
comment
Comment #44957031
Can you say more about which prior art you think overlaps here? We have a similar use case to Figma and are implementing a similar solution. I'm not particularly concerned whether …
-
comment
Comment #44759760
I think you're agreeing with GP, not disagreeing.
-
comment
Comment #44759379
I'm assuming "crash"--it's a mild malapropism based on some varieties of English phonetics that I've seen before.
-
comment
Comment #44747466
I get what you're saying, but what's interesting to me is that this case is a mild signal that a subsequent developer could take the same erroneous implication. "Id" does in fact i…
-
comment
Comment #44536643
Accusations are often confessions.
-
comment
Comment #44526200
The shallow analogy is like "why worry about not being able to do arithmetic without a calculator"? Like... the dev of the future just won't need it. I feel like programming has be…
-
comment
Comment #44526056
I've done okay with copilot as a very smart autocomplete on: a) very typical codebase, with b) lots of boilerplate, where c) I'm not terribly familiar with the languages and framew…
-
comment
Comment #44378423
A non-forking prompt command is an absolute requirement for me and always has been, so I did this in pure shell. It's not a lot of code but it's a little tricksy. If I still used b…
-
comment
Comment #44378330
My earliest background as a shell user was as as system administrator (back in "the day", let's say), and forks are always potentially expensive, and often the reason you're openin…
-
comment
Comment #44320778
It strikes me as very much a current aesthetic in younger companies or smaller startups, maybe highly influenced by Notion. No one makes a list or page or calendar invite in my cur…
-
comment
Comment #44109718
I suppose (strictly speaking it's easier to C-x o into the terminal frame or Alt-tab to the terminal window; but it's negligble either way), but the "cost" is not really about invo…
-
comment
Comment #44076825
I'm also an emacs user in the habit of using the shell for file management, and I just deal with this mismatch. It hasn't been annoying enough for me to solve by switching to somet…
-
comment
Comment #43834598
It sounds right, and this is the kind of thing I'd expect if developers are baking configuration into their app distribution. Like, you'd want usage rules or tracking plugins to be…
-
comment
Comment #43639262
We have already been through some generations of this rediscovery an I've worked at places where graphql type importing, protobuf stub generation etc. all worked in just the same w…
-
comment
Comment #43100396
My Boox is pretty crap. My use case is Libby for library books and the display refreshing and other things make it almost unusable. Feels super cheap, unsupported.
-
comment
Comment #42301781
The rulebooks (or videos) as well, do often omit this. But even when the overall goal is either obvious or explicitly stated, it's very common for none of the described options or …
-
comment
Comment #42205896
Because it's attempting mythisimilitude, not verisimilitude.
-
comment
Comment #42080613
How does this replicate Postgres data? I glanced at the code and saw that it exports to a CSV file then writes out an Iceberg table for an initial snapshot--does it use Postgres lo…
-
comment
Comment #42079533
And not just restricted to English; it's a very common experience in the U.S. for native speakers of, e.g. Spanish, to end up in Spanish-language courses with non-native Spanish te…
-
comment
Comment #41534405
Yeah, it's hard to do a direct comparison, because bash needs a bunch of other utilities to be useful and they also take up space. In theory you can pick and choose but woe be to y…
-
comment
Comment #41515681
Oh, it's not dismissive at all. It's not just a real consideration, it's an overriding one. I switched my "daily driver" shell to powershell but I still write CI/CD scripts in bash…
-
comment
Comment #41514964
Thanks, that makes a lot of sense. I can see a lot of similar cases especially for sysadmin things (systemctl, ifconfig, etc.). One thing that was nice about my adopting Powershell…
-
comment
Comment #41507120
I agree, this is a place where the desired features are in tension. I will say that it took me a while to find it, and I don't find it limiting now that I understand it, but it was…