• 5 Posts
  • 95 Comments
Joined 7 months ago
cake
Cake day: June 11th, 2024

help-circle


















  • Jeena@piefed.jeena.nettoTechnology@lemmy.world*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    16
    arrow-down
    1
    ·
    27 days ago

    I have some comic strips in my feed reader and they only provide a very small almost unreadable version of the picture in the feed. All of them have a easy recognizable url for the original version so I wrote a plugin for TinyTinyRSS, which I use as my backend, which replaces the URL of the picture with the one for the full picture. It has been running perfectly for many years.



  • Jeena@piefed.jeena.nettoTechnology@lemmy.worldThe GPT Era Is Already Ending
    link
    fedilink
    English
    arrow-up
    9
    arrow-down
    7
    ·
    1 month ago

    I think you (or I) misunderstand something. You have a test for a small well defined unit like a C function. und let the AI generate code until the test passes. The unit test is binary, either it passes or not. The unit test only looks at the result after running the unit with different inputs, it does not “go through millions of lines of code”.

    And you keep doing that for every unit.

    The writing of the code is a fairly mechanical thing at this point because the design has been done in detail before by the human.