just another dev

  • 0 Posts
  • 186 Comments
Joined 10 months ago
cake
Cake day: September 14th, 2023

help-circle




  • Yeah. My guess is that for every meticulously hand crafted ui, there’s 10 that just go with the default. If a user wants an icon pack where🤘means home, they’ll be perfectly fine with navigating your application.

    Developers can always include an option to disable styling if that would severely break the ui. But personally, I’d rather use a application that looks roughly like every other one in the system, than one that’s so specifically designed that it doesn’t.








  • For over 15 years, I oversaw the technical aspect of the biggest weblog in my country. I took great professional pride in making sure that every time we migrated to a new cms, links would keep on working, even when the external pages they linked to were since long dead.

    A couple of years ago I left. Last year they changed cms once more. Now all the links are dead, and can best be found through through archive. The content was ported to the new cms, but the links weren’t. So even though the content is in the database, it’s just inaccessible by its old url.

    Such a shame.







  • I agree it’s being overused, just for the sake of it. On the other hand, I think right now we’re in the discovery phase - we’ll find out out pretty soon what it’s good at, and what it isn’t, and correct for that. The things that it IS good at will all benefit from it.

    Articles like these, cherry picked examples where it gives terribly wrong answers, are great for entertainment, and as a reminder that generated content should not be relied on without critical thinking. But it’s not the whole picture, and should not be used to write off the technology itself.

    (as a side note, I do have issues with how training data is gathered without consent of its creators, but that’s a separate concern from its application)



  • Yeah, I saw. But when I’m stuck on a programming issue, I have a couple of options:

    • ask an LLM that I can explain the issue to, correct my prompt a couple of times when it’s getting things wrong, and then press retry a couple of times to get something useful.
    • ask online and wait. Hoping that some day, somebody will come along that has the knowledge and the time to answer.

    Sure, LLMs may not be perfect, but not having them as an option is worse, and way slower.

    In my experience - even when the code it generates is wrong, it will still send you in the right direction concerning the approach. And if it keeps spewing out nonsense, that’s usually an indication that what you want is not possible.