HackerTrans
TopNewTrendsCommentsPastAskShowJobs

rowyourboat

768 karmajoined il y a 13 ans

comments

rowyourboat
·hier·discuss
No, it can't. It's going to be an interesting legal challenge.

Also, the European Court of Justice has, to the best of my knowledge, not ruled on this yet, either. The fact fight isn't over.
rowyourboat
·il y a 6 jours·discuss
> there's no way for it to tell the button to cancel the color change

No, but what should happen in cases like that is that the on-click handler disables the button while it is unresponsive. This will communicate the fact that the button is unresponsive visually to the user and also inhibit the button-was-pressed feedback.
rowyourboat
·il y a 13 jours·discuss
You're being sarcastic, but...
rowyourboat
·il y a 28 jours·discuss
I guess that's why I burned out as a manager: I do not get a sense of accomplishment when my team achieves something
rowyourboat
·le mois dernier·discuss
> No fluff, just the document in a shape the target audience expects

I see what you did there
rowyourboat
·il y a 2 mois·discuss
Gaaa. Those short sentences. The style. Has this article been written by AI? I can't stand it any more.
rowyourboat
·il y a 2 mois·discuss
> An AI-driven sensor activates and wall emitters blast infrasound waves toward the source of the fire in an attempt to put it out

What, exactly, is the role of AI in this context?
rowyourboat
·il y a 3 mois·discuss
> always the poor specs

But that is fundamentally what agile is about. It's not about coding faster, it's the recognition that the specs are incomplete or wrong because fundamentally, a lot of customers cannot tell you what the want until they see it. That's why "build something simple and iterate on it" works. Regardless of how good your spec is, once the coding is done the customer is going to realise that that's not what they actually wanted.
rowyourboat
·il y a 3 mois·discuss
This shows, once more, that humans are bad with modes. You have two copies of the repo, one in a transaction and one not in a transaction.

The problem is that the thing you use to build the transaction can also be used to directly manipulate the DB. A better API design would be to separate those two things.
rowyourboat
·il y a 3 mois·discuss
> The people using GenAI reap a major time and cognitive effort savings, but the task of verification is shifted to the maintainer.

The people using GenAI should be the ones doing the verification. The maintainer's job should not meaningfully change (other than the maintainer using AI to review on incoming code, of course).

Why does everyone who hears "AI code" automatically think "vibe-coded"?
rowyourboat
·il y a 3 mois·discuss
1 and 2 are really only an issue if you vibe code. There's no reason to expect properly reviewed AI assisted code to be any worse than human written code. In fact, in my experience, using LLMs to do a code review is a great asset - of used in addition to human review
rowyourboat
·il y a 4 mois·discuss
So, that would make this GNU/Windows
rowyourboat
·il y a 5 mois·discuss
Remember when OpenAI was about not-for-profit AI development for the betterment of humanity?