• 0 Posts
  • 14 Comments
Joined 9 months ago
cake
Cake day: January 1st, 2024

help-circle


  • I don’t like the term “clever” in code, because sometimes it means “I’m too dumb to understand it”. Simply don’t touch clever code, unless you really understand it.

    Best example is the fast inverse square root function in Quake. Yeah… it’s clever, but replace it by simple maths and let Quake have performance problems.

    On the other hand, using AI for more than assisted coding is never clever. Some day some fuck will use it in medicine and will actually kill people. AI is not at fault here! It’s the programmer who killed a patient in this case by being irresponsible and lazy.











  • This part of Germany has supported open source software for a long time now. So this didn’t come unexpected or without a decade long preparation.

    The most important part is not the product here. Unfortunately, the people who work with the software decide. It’s also a huge effort to educate all the people to use LibreOffice.

    The nice thing is that MS Office moves entirely to the cloud and SaaS. Schleswig Holstein are the only one who will be prepared for the worst soon.


  • Suzune@ani.socialtoMildly Infuriating@lemmy.worldMFA
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    1
    ·
    6 months ago

    Passkeys are an open standard. You need to install a Webauthn-compliant supplicant that talks to the browser. The supplicant can be anything, as long as it does the required protocol. The browser doesn’t care.

    At the moment the browsers are the main problem. They need to open their APIs properly.