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/)TA
Posts
1
Comments
2,384
Joined
2 yr. ago

  • One of the main contributors is probably that the last time they tried banned an extremist party on the right (the NPD) it didn't work because they didn't present enough evidence according to the courts, that made everyone involved hesitant this time (or at least that is the excuse they used). Or rather, it failed twice, once because they had agents within the party and the other time for lack of evidence. Obviously obtaining that evidence without running into the first problem again is tricky.

  • I think that problem is closely related to the issue that people think it can not get much worse for them when in reality there is a long, long way down from even the poorest and least represented people in our German society to the poorest people in the worst societies that actually existed in history or even the worst society imaginable with modern technology combined with the rulers from those worst socities in history.

  • It means that a stopgap is needed before voters do something that they will only regret in hindsight.

    Addressing issues is definitely important too, though part of the reason for extremist and populist parties like that becoming popular is that they have hijacked the public political discourse with fake issues (e.g. immigration, stirring up hate towards minorities,...) which essentially serve as a scapegoat for the voter's actual frustrations with the current system (e.g. wealth distribution, lack of affordable housing, lack of jobs for young people, fears that changes in the world will reduce their standard of living or anger that they already did,...)

  • One other comment pointed me at one issue that might be a major difference. Is the code you generate in one of those ultra-verbose languages like Java where we had basically IDEs generating code from much shorter descriptions already 20 years ago? I could see LLMs doing well with those.

    I tend to try to generate code mostly in Rust or sometimes shell or config files or DSL for various programs and 99% of the time the code does not even come close to what I wanted it to do, mainly because it just hallucinates itself some library interfaces that do not exist.

  • Honestly, I think it would already an improvement if the distinction was a bit clearer between wish fulfillment fantasy and supposedly realistic portrayal of relationships.

    I don't mind so much if men and women want fiction with their respective wish fulfillment but don't pretend that it is realistic.

  • That is a good point but they should also just include more awkwardness and in general more of the effort required to keep relationships (of all kinds) working, even the successful ones. That whole "find your soulmate and then coast" nonsense has done a lot of damage to relationships to take just one example.

  • And it doesn't even stop at the financial stuff where someone has an incentive to screw with society's expectations. All kinds of other aspects like friendships, relationships, parenting,... are strange in movies too.

  • Honestly not so sure about that. Seems like people who reach the highest positions of power in any organization in the world are extremely over represented in the "take what they want without worrying about the consequences for others" category of people. Makes you wonder how we choose leaders in general, not just the how the Church does it.

  • Yeah, but "some cases" is extremely vague. If it is indeed cached indefinitely under all circumstances I would expect changed passwords to never work at all.

    If it is just "some cases" it could be anything from the system using a stale cache just when it can not reach the online server (reasonable) over caches still being in some kind of TTL period to some sort of bug.

  • So if I understand that correctly that cache is never updated again after it is initially created? Wouldn't that lead to a lot of issues when the online account has its password changed in terms of the new password not working too? Something seems to be missing from this article.