Viewing profile — hathawsh
hathawsh
HN member- Joined
- Sat, Jun 13, 2015, 4:40 PM UTC
- HN karma
- 2,773
- Public activity
- 686 items
- HN profile
- View on Hacker News ↗
About hathawsh
Recent public activity
-
comment
Comment #48966144
That's fantastic. I have long, winding trails near me also and one of these days I also want to start prompting a coding agent on my bike with a headset. Do you recommend any parti…
-
comment
Comment #48547821
Yes, but null pointers are so pervasive in C code that we really can't afford to put assertions everywhere. It's often better to let the app crash on violations.
-
comment
Comment #48545402
Iroh looks very interesting! How current is the PyPI package? https://pypi.org/project/iroh/
-
comment
Comment #48544954
If I were doing a code review, I would probably accept the code either with or without the assertion. The context of curl_getenv() makes it clear that null is not acceptable. If th…
-
comment
Comment #48509076
When I tell my coworkers to stop using AI to dress up their words, it's not because I care about human effort. The problem is that my coworkers often start with incorrect assumptio…
-
comment
Comment #48409025
Sorry to break it to you, but on that timeline, the good things got poisoned. IBM enhanced Lisp with Enterprise Ready features like Spreadsheet Macro Builder, Microsoft took over d…
-
comment
Comment #48240868
Your HN account is too new for me to be sure whether you're being sarcastic or not. Perhaps you know, or perhaps you don't, that all code is machine-translated, even assembly langu…
-
comment
Comment #48191253
[flagged]
-
comment
Comment #48128855
These are also the markers of human journalists who write daily. Journalism is the reason AI acquired these habits. Gemini says this article is probably not generated by AI, partic…
-
comment
Comment #48125261
I actually agree with this. Product designers and product managers are often essential and sometimes they do up to 99% of the work of figuring out how something should work. To acc…
-
comment
Comment #48115735
Isn't that interesting? The job of exploring a theory or model to such an extent that it can be expressed in computer code always seems to fall on the shoulders of a software devel…
-
comment
Comment #48029278
Is that actually true, though? Even though it's not really my job, I find myself debugging certificates and keys at least once a month, and that's after automating as much as possi…
-
comment
Comment #47926851
This is an amazing resource. It was difficult to appreciate what this resource was for until I tried to create my own boards based on an ESP32. It's not really difficult to build a…
-
comment
Comment #47870788
You hinted at an aspect I probably haven't considered enough: The code I'm working on already has many well-established, clean patterns and nearly all of Claude's work builds on th…
-
comment
Comment #47870569
I love the IDE skins analogy. Very true.
-
comment
Comment #47870438
I'm on the $200/month max plan.
-
comment
Comment #47870411
Sorry, no, and they're highly project specific anyway. I just started with the "/init" skill a few weeks ago and gradually improved it from there.
-
comment
Comment #47870179
I'm either in a minority or a silent majority. Claude Code surpasses all my expectations. When it makes a mistake like over-editing, I explain the mistake, it fixes it, and I ask i…
-
comment
Comment #47568272
I wonder what the PGP signing concept does to thwart people who want to profit and don't care about the public good. It seems like anyone who attends a signing party can sell their…
-
comment
Comment #47416766
Yep, we're on the same wavelength.
-
comment
Comment #47416672
Also add a PR reviewer bot. Give it authority to reject the PR, but no authority to merge it. Let the AIs fight until the implementation AI and the reviewer AI come to an agreement…
-
comment
Comment #47317176
I believe the GP post is saying that if we react to the new AI-enabled environment by arbitrarily strengthening IP controls for IP owners, the greatest benefactors will almost cert…
-
comment
Comment #47126892
A lot of code is "useless" only in the sense that no one wants to buy it and it will never find its way into an end user product. On the other hand, that same code might have enorm…
-
comment
Comment #47126610
While Rust is excellent, you must acknowledge that Rust has issues with compilation time. It also has a steep learning curve (especially around lifetimes.) It's much too early to s…
-
comment
Comment #47109585
Several months ago, just for fun, I asked Claude (the web site, not Claude Code) to build a web page with a little animated cannon that shoots at the mouse cursor with a ballistic …