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/)YM
Posts
1
Comments
574
Joined
2 yr. ago

  • They must be using the PAL type:

    Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, but NOT including the right to run, execute or use the Software or any executable binaries built from the source code.

  • I've always preferred vi commands, they make sense and are mostly abbreviations or regex, all the other editors have the strangest commands...

    To write and quit in vi :wq

    To write and quit in nano: ctrl-o, confirmation dialog about tmp files, ctrl-x, confirmation dialog about exiting... weird feeling that I didn't actually save the file... reopen, okay it saved, ctrl-x, confirmation dialog, weird feeling that I accidently edited the file...