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/)S
Posts
1
Comments
105
Joined
3 yr. ago

  • You have reinvented the typewriter. Ever since I got one, I've been amassing a horde of surrealist writing.

  • Stop

    Jump
  • Recursion makes it cheaper to run in the dev's mind, but more expensive to run on the computer. Subroutines are always slower than a simple jump.

  • Hand written assembly is much more powerful than a turing-complete high level language because it lets you fuck up everything. Rust and python are way too wimpy to allow a user to destroy their computer.

  • What do you mean by offensive?

  • So you made a meme about how your opponent is completely irrational and you are a paragon of logic and reason, and then proceeded to declare yourself the winner?

  • The set of real numbers between 0 & 1 is larger than any countable infinity.

  • This happens to everyone. It happens because your brain registers the other person saying something before it actually understands what is being said. And when most people don't know what someone said, they ask, "what?" without even thinking. Source: my intro to psych textbook.

  • This always cracks me up, because it's a perfect example of a snake eating it's own tail. "Based" was originally just a shortened way of saying "based in reality" or "based in fact", but new people didn't get the original context, so it just became it's own word. Then, the uninitiated started making the "Based? Based on what?" joke, completely oblivious of the original meaning.

  • I don't know what GNV/HYDRA is, but I like the sound of it. What's the repo called?

  • Everything can be done in constant time, at least during runtime, with a sufficiently large look-up table. It's easy! If you want to simulate the universe exactly, you just need a table with nxm entries, where n is the number of plank volumes in the universe, and m is the number of quantum fields. Then, you just need to compute all of them at compile time, and you have O(1) time complexity during runtime.

  • Removed

    Who asked fallacy

    Jump
  • There are bindings in java and c++, but python is the industry standard for AI. The libraries for machine learning are actually written in c++, but use python language bindings. Python doesn't tend to slow things down since machine learning is gpu-bound anyway. There are also library specific programming languages which urges the user to make pythonic code that can be compiled into c++.

  • I completely agree that it's a stupid way of doing things, but it is how openai reduced the vocab size of gpt-2 & gpt-3. As far as I know–I have only read the comments in the source code– the conversion is done as a preprocessing step. Here's the code to gpt-2: https://github.com/openai/gpt-2/blob/master/src/encoder.py I did apparently make a mistake, as the vocab reduction is done through a lut instead of a simple mod.

  • This might be happening because of the 'elegant' (incredibly hacky) way openai encodes multiple languages into their models. Instead of using all character sets, they use a modulo operator on each character, to make all Unicode characters represented by a small range of values. On the back end, it somehow detects which language is being spoken, and uses that character set for the response. Seeing as the last line seems to be the same mathematical expression as what you asked, my guess is that your equation just happened to perfectly match some sentence that would make sense in the weird language.

  • If course it's written in lisp. Though I'd expect it to be more like EURISKO or Cyc, instead of a more conversational ai.

  • Yeah, mine. EYYYYOOOOO! (I may or may not have ED)

  • Oh, so the goal is to get the certain doom?