Skip Navigation
Neo-Nazis Are All-In on AI
  • We do know we created them. The AI people are currently freaking out about does a single thing, predict text. You can think of LLMs like a hyper advanced auto correct. The main thing that's exciting is these produce text that looks as if a human wrote it. That's all. They don't have any memory, or any persistence whatsoever. That's why we have to feed it a bunch of the previous text (context) in a "conversation" in order for it to work as convincingly as it does. It cannot and does not remember what you say

  • Frequency detection crate
  • Yup, libraries should usually let the consumer chose what to do with an error, not crash the program without a choice in the matter. The only real exception is performance critical low level code such as the core of a graphics or audio driver. Though in those cases crashing also often isn't an option, you just power through and hope things aren't too screwed up.

  • A list of major Java and JVM features since JDK 17 to 22
  • Permits is only required when the compiler can't see the extending classes. IE inner classes can extend without needing to be written out in a permits clause. This isn't really that useful but I've taken advantage of it more than once so who knows

  • Kimetsu no Yaiba: Hashira Geiko-hen • Demon Slayer: Kimetsu no Yaiba Hashira Training Arc - Episode 5 discussion
  • It's always just looked (really) pretty, story's always been meh. Like have you ever thought about how Nezuko is literally just a cute girl he carries around in a box? That's her character. This arc is just boring though. Will have fights again next season.

  • Anime Questions, Recommendations, and Discussion Thread [Week 24]
  • I haven't actually seen the Heavenly Delusion anime (from what I understand it ends after we find Robin) but we do actually see much more aftermath, where the kids go and stuff later on. They could be starting work on a second season right now. Got enough where it'd make sense to me to begin planning it out and whatevers involved.

  • Ditch brightly coloured plastic, anti-waste researchers tell firms
  • It's the same impact. It's the same amount of microplastic it just takes longer. If I give you the choice of 100 beans today or 1 bean each day for 100 days it's still 100 beans. The total impact is identical it just takes longer.

  • An Important Hypothetical - What Android Apps Do You Install??
  • I'd recently joined their Discord before it all went down. Like it happened within a month or so :/

    I kept using YouTube Vanced up till I started getting video ads which took about 2 years iirc. ReVanced was eaiser than I expected to setup, thought it'd be a hassle which is why I put it off for so long.

  • Not really sure whether S-expressions or Python indentation-based scoping get more hate...
  • Semantic whitespace is awful because whitespace (something that you can't actually see) has meaning in how the program runs. Braces { } for scopes gives you the ability to easily tell at a glance where a scope ends. Whitespace doesn't allow for that. Especially, especially when you can accidentally exit a scope (two new lines in a row with Python) and it's not actually an error (Pythons global scope). Yeah formatters and linters make this less of an issue but it sucks... Languages with legible symbols for scoping are significantly easier to reason about, see end symbols in Lua.

  • 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/)TR
    Traister101 @lemmy.today

    Yo whatup

    Posts 2
    Comments 227