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/)ST
Posts
0
Comments
26
Joined
6 mo. ago

  • AnySoftKeyboard on Android has dvorak.

    I get around OS support by having the keyboard itself output dvorak. I use an ergodox but any QMK or ZMK keyboard can do this.

    That was a gamechanger from before with multiple language setups that was always a PITA.

  • I've only used java but java hash tables are stupid fast in my experience, like everything else in my crap programs was 1000 times slower than the hash table access or storage.

    Just reading the title, it's talking about searching hash tables, which wasn't something I was specifically doing.