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/)H
Posts
6
Comments
1369
Joined
2 yr. ago

  • Well, when the full release comes out we’ll have to play it all over again. Save files don’t transfer.

  • Oh cool, then I have eight dependents to claim.

  • I mean, actually the most terrifying thing we could find on Mars would be a congratulations screen saying we’ve finished the demo content.

  • Do not set up multiple APs. Use a real mesh network designed to be used together.

    Multiple APs with the same SSID will not only interfere with each other, they will hold on to clients for way longer than they should, meaning as you walk around the house, you’ll have super weak connections, even if you’re close to the next AP.

    Mesh networks talk to each other over a lower band to coordinate both interference and clients, so they work way better.

    If you must have a specific router, just use it as a router, and set up the mesh router and satellites in AP mode.

  • That one is good, but it doesn’t have strict licensing restrictions like the SciActive one. Basically you have to follow the policy with the SciActive one, or you lose the license to use the seal.

    Also, the SciActive one is specifically for software projects and covers the full software project explicitly.

    Not that the Brain Made one is bad, it just fits a different use case (art, poetry, etc).

  • If you see this seal:

    You know the project is golden. It uses a no-ai policy specifically.

    https://sciactive.com/human-contribution-policy/

    We should be pushing projects to adopt this policy (or similar) to have a very clear indicator when something is not slop.

  • Were you 100% certain this problem was going to last as long as it has? Yeah, neither was anyone else.

  • The entire cooling system is designed around those processors. Changing them would delay the Steam Machine by multiple years. Also, those processors may be old (or more accurately, based on an older architecture), but they’re certainly not shitty.

  • Lol, is this still a thing? I figured that guy would have fallen in love with his AI girlfriend and given up by now.

  • Hmm. I might be interested in switching to Vivaldi.

  • I honestly wasn’t trying to attack you. I think we should be careful when we talk about LLMs, because it’s important for people to know that it’s just a bunch of math in a computer program. A lot of people have a tendency to anthropomorphize it.

  • You said “that’s not how they work”. But that is how they work. Same prompt = same output. Throw some random data in there to jumble things around and you get a little variance. That’s the seed, and we only need to do that because LLMs are inherently deterministic.

    Same reason Minecraft has a random seed for world generation, and block cipher algorithms use an initialization vector and/or feedback loop. We don’t want the same thing every time.

    I did say that you’re right, because the tooling we use around the LLM itself does exactly what you’re talking about. So, in practice, you’re right.

  • People confuse LLMs for being non-deterministic all the time. The comment implied that. I want people to understand that LLMs are deterministic, because I don’t want people confusing them with actual intelligence or some sort of “black magic”. But sure man, whatever excuse you need to be an asshole to a stranger.

  • Please read the last sentence of my comment. I am not saying that the interpretation is wrong, I’m saying the statement that that’s not how LLMs work is wrong. That is how LLMs work. They are deterministic. The only reason they don’t do that in practice is because we purposefully seed them with random data to make them not do that.

  • Fair enough. Still, why would you misrepresent my view so radically unless you were being uncharitable on purpose?

  • It’s called pedantry, and I have never failed to own it. At this point, I feel like you’re trying to be overly abrasive.

    Was it not your interpretation that the messages seem to not be from LLMs, because they’re identical? Because that’s literally what you said.

  • How did you possibly get that from what I said? Are you purposefully being as uncharitable as possible?

    No, I clearly was not talking about this situation. I was clarifying how your interpretation was correct, but you were factually incorrect.

  • LLMs won't spit out the same word-for-word response for the same prompt

    You can give an LLM the same seed and it will spit out the same word-for-word response. That’s how they work. It’s just a bunch of math.

  • You are right, but you are also wrong. If they’re given the same seed, they certainly will. They are 100% deterministic. But in reality, the seed is randomly generated, so yeah, it won’t be exactly the same every time.