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/)NE
Posts
1
Comments
27
Joined
2 yr. ago
  • I have a theory on this. They use a lot of ML for FSD and Ap. That a radical redesign would change the model enough that they would have to retrain from scratch. So they keep the facelifts extremely minor .

    Just a theory.

  • Nice! This is very exciting. I don't like the current landscape of python type checkers.

    Please implement something like pyre-upgrade for being able to enable strict linting and upgrade existing code bases (but without all the other problems pyre brings). https://pyre-check.org/docs/types-in-python/#upgrade

  • There is little. Some guy suggested not using X for announcements . He stated not liking Musk.

    Nsky decided to make fun of him and force him out of the server like a child and dropped this comment after the guy left.

    Nsky is one of the core members at Turing Pi.

  • Single Board Computers @lemux.minnix.dev
    nemith @programming.dev

    If you have a Turing Pi make sure you align politically with the core team or be made fun of.

  • How are you measuring memory storage size? Are you sure you are looking as resident memory size and not just the virtual memory size?

    Actual storage of the structures should be nothing. Interfaces are "fat pointers" but that should really just be an extra word which node would have at least that if not more.

    My guess is that if you are looking at virtual memory that more memory/garbage is produced in PARSING and not storing and that the virtual memory size allocated is high even after garbage collection but RSS should be different.