Skip Navigation

Posts
0
Comments
32
Joined
2 yr. ago

  • I've seen a few people mention this and I have it, too. I think it's related to sorting.

    This seems to be it

  • That's what I'm expecting too.

    I've been using chatGPT instead of reading the documentation of the programming language I am working in (ABAP). It's way faster to get an answer from chatGPT than finding the relevant spots in the docs or through google, although it doesn't always work.

    If you take an LLM and feed it documentation and relevant internet data of specific topics, it can be a quite helpful tool. I don't think LLMs will get much farther than that, but we'll see.

  • If you cancel when it says pending, you can immediately press install and it'll install right away. (I could not wait lol)

  • I'd say this is an excellent use of work time.

  • Is this an elongated german shephard?

  • What do you mean by "gitea turned into a for profit"?

    I really like gitea, set it up at my last job and it was easy to work with and used very little resources.

  • I feel like SQL is already simple enough

  • Cowa Cola

  • It's easy to understand, when you turn the brackets into readable characters.
    o for opening bracket (
    c for closing bracket )

    So ()() would be ococ, which is coco backwards and clearly not a palindrome.

    ())( would be occo, which is a palindrome.