Viewing profile — stevedonovan
stevedonovan
HN member- Joined
- Fri, Jun 05, 2015, 8:16 AM UTC
- HN karma
- 306
- Public activity
- 151 items
- HN profile
- View on Hacker News ↗
About stevedonovan
Recent public activity
-
comment
Comment #49185517
The default model they are using for Web search is getting capable and is very visible. And now it invites people to keep asking questions. They are quietly trying to become the ch…
-
comment
Comment #47414079
Hypomania is very irritating, and can actually mess up a person's life. It's a neurotic defense mechanism that's opposite to depression
-
comment
Comment #47050703
You could write in the language you are most eloquent in and prompt a bot to do a faithful translation. Post both versions
-
comment
Comment #46932160
Except for the power-to-weight problem. Would need very big wings!
-
comment
Comment #46688669
Codex generates solid Rust in my experience. Just needs a little style guidance
-
comment
Comment #46619222
It was my first taste of Swift, and has destroyed any lingering curiosity I had about it.
-
comment
Comment #46496190
Yep, there's always syntax, whether it's 'friendly' or not. And it still isn't natural language, where you can paraphrase, use synonyms etc. Good job for an LLM
-
comment
Comment #46486529
But are they writing? In that specific sense of high prestige communication? Sounds like stolen aura. Now, code by Gen AI is straightforward in comparison. Coding is not writing po…
-
comment
Comment #46253113
"This post could have been a tweet", and so on. It's a lovely metaphor for the soulful business of doing something really well, even if there is no 'market' for that kind of qualit…
-
comment
Comment #46130954
I've been getting great results from Codex. Can be a bit slow, but gets there. Writes good Rust, powers through integration test generation. So (again) we are just sharing anecdata…
-
comment
Comment #45635170
Heh,I read SF as San Francisco; point remains true. Except the Valley wants to force a future, not describe it
-
comment
Comment #45357017
It's not inconsistent to say there's a financial bubble and also genuinely think it's a new era for software development. There aren't enough programmers to justify the valuations …
-
comment
Comment #45248110
These are a few well-chosen dependencies for a serious project. Rust projects can really go bananas on dependencies, partly because it's so easy to include them
-
comment
Comment #44632509
So the cognitive reality of being a billionaire is now available to everyone?
-
comment
Comment #44479026
But this is one thing that Gen AI is genuinely good at, constructing computer programs under close human supervision. It's also the most profitable (but not enough to justify valua…
-
comment
Comment #44455361
So much for the old thermonuclear ramjet idea....
-
comment
Comment #44410858
This is how Option works with ? in Rust. But short-circuiting in an expression does make sense
-
comment
Comment #44259296
Is this not more a Cargo thing? Cargo is obsessed with correct builds and eventually the file system fills up with old artifacts. (I know, I have to declare Cargo bankruptcy every …
-
comment
Comment #43992491
Ah, Elon paying attention to hid companies again! Context poisoning is not a uniquely LLM problem
-
comment
Comment #43743853
I agree, it's hopelessly over-cheerful and tries to be cute. The pizza metaphor fell flat for me as well
-
comment
Comment #40381221
Ah, Edge/Bing went through this phase recently. A split personality, where sensible stuff appeared on the left, and Copilot laboriously typing on the right. I disabled it, really d…
-
comment
Comment #38802732
Yes, same feeling I had, but with dual mode; can be compiled as a 'standalone' service over HTTP/REST (or whatever) and _also_ compiled as a classic module with a strictly defined …
-
comment
Comment #35292899
Yes, and at least StackOverflow will often give you some minority opinion, not just a snippet to be pasted into your code. Especially if something a little tricky like cryptography…
-
comment
Comment #34370710
Exactly. We learn to speak our mother tongue without instruction, but need to learn to write. And what is actually happening is training in putting thoughts out in a linear fashion…
-
comment
Comment #34196303
I suppose async web servers is the poster child of async, and drove a lot of the development. However, then _everything_ went async, adding the cognitive overhead of dealing with R…