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/)YO
Posts
0
Comments
35
Joined
2 yr. ago

  • for some reason my first playthrough barely had any bugs outside of visual glitches, then after doing ng+ 10 times and starting my 2nd proper playthrough in ng+10, my outposts were broken, ship kept taking off with only the interior, crashes every time I play, I have 2 pet rocks that now float around my ship forever, my gun doesn't come back up after I stop sprinting, and phase time occasionally breaks, lasts forever, and only lets me shoot once.

    Don't know what changed, but it seems the game slowly gets more buggy the more you play it, and some bugs bug out your save and any later saves, instead of just the session.

    enjoy the bugless experience while it lasts.

    Also, doing the temples 240 times was not fun lol...

  • Was this AI trained on an unbalanced dataset (only black folks?)

    It's probably the opposite. the AI was likely trained on a dataset of mostly white people, and thus more easily able to distinguish between white people.

    It's a problem in ML that has been seen before, especially for companies based in the US where it is just easier to find a large amount of white people as opposed to people of other skin colors.

    It's really not dissimilar to how people work either, humans are generally more able to distinguish between two people who are races that they grew up with. You'll make more mistakes when trying to identify people of races you aren't as familiar with too.

    The problem is when the police use these tools as an authoritative matching algorithm.

  • You could easily avoid this by just changing your DNS server to something hosted outside of Italy like Google or CloudFlare right? Seems trivially easy to circumvent, for someone who's already going out of their way to pirate media.

  • All the suggestions here are good for a complete beginner with no knowledge of coding, but I wanted to just add that once you get some experience and are more confident with your google-fu, I would suggest looking at the problem from the other side, and look for things you want to improve in your life first, and find ways to do that with code, rather than the other way around. It will help you stay more engaged with your project, and you'll retain more knowledge.

    i.e. I hate guessing which parking lots around my school / office / apartment are full every day -> make a web scraper that scrapes parking lot occupancy and compiles it all in one place

    or

    I keep forgetting to water my plants -> hook up a raspberry pi to a solenoid, and code up something to water the plants for you

    I've found that to be a much better approach than going the opposite direction

    i.e.

    I need to learn how to write embedded code -> write an Arduino control loop that keeps dog bowl topped up.

  • While I agree that Pycharm is a much better IDE for python in general, I would argue that vscode is a better learning tool, as it doesn't abstract away things like virtual environments, pip, and packages.