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/)FH
Fushuan [he/him] @ fushuan @lemm.ee
Posts
2
Comments
1,238
Joined
2 yr. ago

  • It's the premise, to capture them alive so they can undergo a revolutionary treatment aka therapy.

    Each and every one of the cases are cases where people had psychotic breaks that can be understood without all the techno magic.

    In fact, that's more of an indication that all the cybernetics don't really affect the brain more than whatever mental issues people that get implants would have. If mental issues can't be fixed with a chip, it's very cyberpunk-esque to discard the person ASAP.

  • I tried it with protonge 9.something, their current latest, and it worked pretty well. 3080 so woth access tp dlss I had to change it to performance but with it the benchmark finished with excellent too.

    Anyhow, saying that frames were a bit worse with a resolution higher than 1080p and frames higher than 60 makes me want to shot on your elitism a bit but I won't. <3

  • I would glare you back and explain for the 98th time that in my field software being okay doesn't mean that it will run. Data quality and config files that are not out purview can make correct software crash.

    It's not data engineering in this case though so I mostly agree with you.

  • No source but I remember musk saying that the tariff change would require a rough transition that Americans would need to go through to get to good times or whatever.

    I though that that was to prepare their base to the actual shitstorm and to them promise them the good times or whatever.

    Is this PR comment forever gone now that they are in power?

  • That's the problem, I love wuxia, I love stupid power levels and all that, I love my trash comics. It's the story they tell alongside that that irks me to no end.

    Close to zero decent dialogue between people besides shitty villains talking big until the hero flips his eyelash and suddenly everyone is bowing to them. There's no interesting characters, no banter.

    To give some examples of wuxia done right (I like the top batch more but the other ones are alright):

    Return of the mount hua sect Infinite levelling: murim Return of the crazy demon Nano machine Absolute sword sense Star instructor or something

    I reincarnated as the crazed heir Path of the shaman

    Half wuxia: Murim login

    All of these have a mc with personality, there's decent banter between characters, there's an interesting plot, plot changes make sense...

    There's also the "dungeon" theme with portals that grew in popularity since solo levelling (around then) that is basically the same trash plot with another power level vector.

  • It do be like that with manga/manhua tbh. I still prefer Korean webcomics because I like my trash but... It's been ages since I read a decent Chinese webcomic or manhua. They are so fucking trash. I'm sure there are some good ones but... Yeah.

  • Not enough for it to make results diverge. Randomness is added to avoid falling into local maximas in optimization. You should still end in the same global maxima. Models usualy run until their optimization converges.

    As stated, if the randomness is big enough that multiple reruns end up with different weights aka optimized for different maximas, the randomization is trash. Anything worth their salt won't have randomization big enough.

    So, going back to my initial point, we need the training data to validate the weights. There are ways to check the performance of a model (quite literally, the same algorithm that is used to evaluate weights in training is them used to evaluate the trained weights post training) the performance should be identical up to a very small rounding error if a rerun with the same data and parameters is used.