Viewing profile — zbentley
zbentley
HN member- Joined
- Fri, Jun 30, 2017, 1:05 PM UTC
- HN karma
- 5,715
- Public activity
- 2,339 items
- HN profile
- View on Hacker News ↗
About zbentley
he/him
github.com/zbentley
blog.zacbentley.com
Recent public activity
-
comment
Comment #49236672
> some people are just not very into building step by step like "okay first let's check the JSON shape the endpoint returns", "okay now let's make a simple form", etc That's accura…
-
comment
Comment #49236656
I'm choosing to interpret this as very dry sarcasm.
-
comment
Comment #49235354
The comparison to banks is actually pretty interesting. Unlike app developers, banks are by default directly liable for fraud that happens on their system. In many cases, even when…
-
comment
Comment #49235249
Fortunately, it's not a linear scale. All sorts of technical and political options exist which don't fall cleanly into the anarchy or baby-proofing spectrum. Random incomplete exam…
-
comment
Comment #49233983
Dude, write your own blog posts. LLM writing obscures whatever points you were trying to make. It’s obtuse, repetitive, verbose, ugly prose. This is not compassionate, educational,…
-
comment
Comment #49233811
I don’t think writers have automatic oracle status or anything, but they tend to issue commentary that has a better track record of being borne out than what is communicated by bus…
-
comment
Comment #49233467
Or sales/FDE deployment
-
comment
Comment #49233461
ERPs are often used as a lot more than a system of record: they’re directly engaged with as the LOB software point-of-contact by many expert employees, and function as a sort of en…
-
comment
Comment #49233417
> they aren't lying, they might be deceptive I think that’s well within the bounds of what most people would consider to be a “lie”. The legal system has more specific definitions,…
-
comment
Comment #49231447
> like 99% sure Claude would've mentioned where the majority of the project came from. I doubt that. I’ve seen it produce thousands of lines of code or text with like a 2% string d…
-
comment
Comment #49231298
It is sometimes true that a large group of people hold a preference due to being misinformed, though. I don’t think a kneejerk assertion that GP is assuming their opinion is true a…
-
comment
Comment #49224532
Good point. Why don’t more people do that? Compression?
-
comment
Comment #49224373
I’ve worked with folks from The Citadel who had parts of their studies they were not allowed to talk about. When doing a hiring reference check that was confirmed by school staff. …
-
comment
Comment #49223976
> And then, slowly, people will learn I hope you're right, but I'm not sure they will. The less locked-down WinXP and early Android era was ... really really bad in terms of nontec…
-
comment
Comment #49218520
No, even if Google search of old still existed, LLM Q&A would still be trouncing it. This is because people don’t like to click/follow links, they don’t like to read, and they don’…
-
comment
Comment #49218381
Update: I read DHH’s blog. I now have an opinion on DHH: not good.
-
comment
Comment #49217124
I used the terms from the grandparent post with tongue firmly in cheek. I didn’t intend to be sexist or ageist and agree with your criticism.
-
comment
Comment #49216973
There are two big problems with this (not that Apple’s caprice is the only alternative): 1. The vast majority of people are Grandma, and they do not have a Johnny available to admi…
-
comment
Comment #49213884
FileUtils#sh doesn't exist: ruby --disable-gems -e 'require "FileUtils"; FileUtils::sh("ls")' -e:1:in ` ': undefined method `sh' for FileUtils:Module (NoMethodError)
-
comment
Comment #49213836
Huh? The Python example does not use Bash or the shell in any way.
-
comment
Comment #49211121
That's all fair. I don't think we should abolish sh or anything; it's one of the only truly ubiquitous tools. And folks should know it, the same way they should know nano or ed or …
-
comment
Comment #49211002
Fair, and thanks for explaining. Other than my original proposal of a simple webhook stream and a complicated offline backfill, all the good ways to do that with current tools prob…
-
comment
Comment #49210721
> You're welcome to implement inotify for procfs right now. I more meant that if filesystem drivers had always been external to the kernel, then it would have been harder for so ma…
-
comment
Comment #49210072
> > We have vastly better tools now in those niches. > But do we? I'll beg to differ. We do. I mentioned Fish and PowerShell for interactive scripting. Those definitely handle your…
-
comment
Comment #49209404
> And what would you recommend for a system automation script 20 years ago, when I was 13 and discovered Linux for the first time? Like I said: > Maybe it had to be that way becaus…