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/)JX
Posts
15
Comments
195
Joined
2 yr. ago

  • I'm used to the dot from all programming languages. And also the comma interferes with the CSV (comma separated values) file format. For the thousands separator, my favourite is the apostrophe.

  • An office chair. A piece was wrong making the thing unassemblable. Got the money back and bought a more expensive one from a much better shop. Happy about that because the expesive chair is much better than what the cheap one would have been.

  • My best guess is that in some configurations it raises SIGSEGV and then dumps core. Then, you use a debugger to analyse the core dump. But then again you could also set a breakpoint, or if you absolutely want a core dump, use abort() and configure SIGABRT to produce a core dump.