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/)M

magic_lobster_party

@ magic_lobster_party @kbin.run

Posts
0
Comments
394
Joined
2 yr. ago

  • There’s pride in all sexualities

  • He’s also probably doing “altruistic acts” to defend himself against criticism.

  • Ow my balls!

  • 65 years: "What is ski bidet toilet?" 65 years: "Yes SKIBIDI TOILET!!!"

    7 years: "Yes SKIBIDI TOILET!!!"

  • I use ash btw

  • I’m more concerned about that poor stack with all those recursions.

    It’s also O(n^2) O(n!). I’m not sure what they’re trying to do, but I’m sure it can be done in O(n) (or at least polynomial).

    Reject.

  • In Java it’s quite difficult to forget semicolon and still have a syntactically correct program.

    I think braces are incredibly important. With Python it can be confusing which indentation is correct when copying code between files. Different indentations can easily be still syntactically correct, but the outcome is vastly different. It’s often I have to double and triple check to verify I copied the code with correct indentation.

  • No

  • No.

    I don’t think I’ve seen anyone wear speedos in a long time.

  • I will have a heart attack if I can feel ur anus in my pocket.

  • True?

    Jump
  • I’m pretty sure Steve Jobs was alive when it was created, so sounds about right.

  • CEOs might be assholes, but they usually have some class when communicating to the public.

  • A few weeks ago

  • It will be used for more AI research probably.

    Most of the GPUs belong to the big tech companies, like OpenAI, Google and Amazon. AI startups are rarely buying their own GPUs (often they’re just using the OpenAI API). I don’t think the big tech will have any problem figuring out what to do with all their GPU compute.

  • No, that’s not necessary. The only thing they need to do is to find an I-Frame (which there are plenty of), make a cut at that frame, show the ad instead, and then resume to the original video after the ad is done. No extra encoding is involved. It’s just like concatenating video files together.

    I’ve done similar stuff like this. It’s not too difficult, at least not in H264. Not sure about YouTube’s own format, but I guess it’s quite similar.

  • Autism intensifies

  • I’m extrapolating from history.

    15 years ago people made fun of AI models because they could mistake some detail in a bush for a dog. Over time the models became more resistant against those kinds of errors. The change was more data and better models.

    It’s the same type of error as hallucination. The model is overly confident about a thing it’s wrong about. I don’t see why these types of errors would be any different.

  • Most improvements in machine learning has been made by increasing the data (and by using models that can generalize larger data better).

    Perfect data isn’t needed as the errors will “even out”. Although now there’s the problem that most new content on the Internet is low quality AI garbage.