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/)DR
Posts
0
Comments
27
Joined
2 yr. ago

  • This. Many viewers still dont support it for some reason so despite all technical glory, effectively its often mostly a nuisance. Cmp ogg/vorbis and possibly countless other examples. Adoption is everything for web formats.

  • Except in germany noone would ever dare blame/restrict private cars in any way. See eg the ridiculous "discussion" on a potential highway speed limit. For non-germans: Yes, speed on highways is generally unrestricted and for some reason that seems to be more important to us than safety or protecting the climate.

  • Nice walkthrough of how to extend your python with rust and what to watch out for to actually speed things up, thanks!

    Not sure whether this is just a property of your toy example (and not the original code), but it may be worth pointing out to future readers that the "finding close polygons" part can in practice likely be sped up drastically with some spatial data structure (eg spatial hashing or a k-d-tree).