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/)MP
magic_lobster_party @ magic_lobster_party @fedia.io
Posts
0
Comments
395
Joined
11 mo. ago

  • They also seem to be clueless about the roles they’re hiring for. I’ve been contacted by many recruiters who can’t even answer the simple question what role they’re trying to fill or in which company.

  • I remember Crazy Rich Asians was a great offender of this. The main character is a teacher in game theory, which naturally makes her great at any game (which also becomes an important plot point later in the movie).

  • It’s an annoying subset of people in tech.

    They’re usually quick on the latest fads and buzzwords. They pose themselves as technical innovators, when they’re not really innovating anything. They’re just chasing trends and hope they can make some quick money while the hype is still strong. Technical skill is optional.

    You often find these in LinkedIn.

  • I think the big problem is when companies apply for patents but never utilize them. In my ideal world, patents should quickly expire and opened to the public if they aren’t being used. Like, what’s the point of protecting your idea if you have no intention to use it anytime soon?

    That could deal with the patent troll problem as well.

  • Maybe.

    When using a random pivot, the worst case becomes exponentially more unlikely the larger the n. The O notation only cares about the complexity when n approaches infinity. So when n approaches infinity, the likelihood of O(n^2) performance approaches 0 (and the likelihood of O(n log n) approaches 1).

    I think it’s fine to call it O(n log n).

  • The quadratic equation is the basis for most other math and physics. It’s used all the time.

    The good thing about quicksort is that it’s a good demonstration of an O(n log n) algorithm, and that’s about it.

  • That one was more complex. Lehman brothers didn’t publicly tell everybody that they were going to do a bad thing, then proceed to do the bad thing despite everyone telling them it’s a very bad idea, and then everything turns into shit just like everyone had predicted.