Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)EP
Posts
27
Comments
2,564
Joined
5 yr. ago

  • You can make external tools available to the LLM and then provide it with instructions for when/how to use them.
    So, for example, you'd describe to it that if someone asks it about math or chess, then it should generate JSON text according to a given schema and generate the command text to parametrize a script with it. The script can then e.g. make an API call to Wolfram Alpha or call into Stockfish or whatever.

    This isn't going to be 100% reliable. For example, there's a decent chance of the LLM fucking up when generating the relatively big JSON you need for describing the entire state of the chessboard, especially with general-purpose LLMs which are configured to introduce some amount of randomness in their output.

    But well, in particular, ChatGPT just won't have the instructions built-in for calling a chess API/program, so for this particular case, it is likely as dumb as auto-complete. It will likely have a math API hooked up, though, so it should be able to calculate a logarithm through such an external tool. Of course, it might still not understand when to use a logarithm, for example.

  • The problem is that corporations are not holistic organizations. In theory¹, a company could not have any juniors and always just hire seniors from the outside. And if your boss has reason to believe that this is more cost-effective, then they have to strive for that, even if they're well aware that it cannot work when all companies strive for that.

    ¹) In practice, I've actually found that juniors are important, too. If you staff a project team with only seniors, you quickly end up in a situation, where they don't talk enough to each other. They know how to solve things technologically, so they don't need to tell each other about their challenges and what solution they chose.
    Similarly, you likely end up in a situation, where only big problems are being tackled, because everyone can tackle big problems and they're just very visible, highly prioritized problems. But when you add up enough small problems, they become just as problematic.

  • The conventional ternary is structured like a normal if-else. In fact, in many languages with functional influence, they're the same thing.

    For example, you can write this in Rust:

     rs
        
    let vegetable = if 3 > 4 { "Potato" } else { "Tomato" };
    
      
  • "Dad Jokes" are a specific kind of joke, which typically make people groan, because they're so terrible. See !dadjokes@lemmy.world, for example.

    But his sentence could also mean that he tells jokes to his dad. She notices that and asks about it, therefore making a Dad Joke herself.
    He doesn't get the Dad Joke, which exposes him as perhaps not being very good at the whole Dad Joke thing.

  • Well, I happen to separately only eat foods that don't cast a shadow do the vegan thing and my genes don't like the taste of onion either, so uhh... 😅

    But still good info. I haven't yet tried cooking whole-grain buckwheat myself, so knowing a combination that works, I can figure out substitutes or other combinations which are likely to work.

  • choas

    Jump
  • According to the screenshot I took, it was a gargoyle berserker with an axe. I had some ridiculous luck with armor drops, so basically every resistance was either maxxed or close to it. I only really got into trouble down in Zot:5...

    And hmm, I should do more with Lugonu. I never really have a reason to pick him, but that means I also don't experiment with him, so I won't really learn what reasons there are to pick the guy...

  • I recently figured out that wheat/gluten FUBARs my health, so even just the concept of cereal grains has recently exploded in complexity in my head.

    Before, I was eating:

    • wheat (incl. durum, spelt, rye, and rarely barley, emmer)
    • oats
    • rice

    Now I newly eat:

    • buckwheat
    • millet
    • quinoa (in like three different colors)
    • amaranth
    • whole-grain rice is apparently pretty cool
    • maize/corn (in the form of polenta and tortilla)
  • That one happens for me, too. I like to imagine a non-techie trying to use that web version and every time it starts doing the login-logout loop, they have to contact tech support.

    For me it happens about once a week. Surely, there's organizations where this keeps tech support busy all day...

  • I think, it's possible to find alternative materials which behave similar to plastic in certain use-cases.

    But yeah, I can't see a one-for-one replacement happening. It's part of the appeal of plastic, that it does not degrade.