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/)RE
Posts
9
Comments
162
Joined
2 yr. ago

  • They don't need a brand new closed source browser, chrome is already closed source. Sure, a lot of the heavy lifting is done inside the open source chromium's code , but all the things that turns a profit for Google is the closed source additions (a million kinds of telemetry) .

  • One could make the case that we can transform an k size array to a k-vertex-connected graph

    Because traversing from one element to any other element is an O(1) operation using index arithmetics.

    Same for n dimensional matrices.