Ethan Blanton on Nostr: nprofile1q…56m2n (Note that \xFF for backspace is ... not universal. 0x7f and ^H ...
nprofile1qy2hwumn8ghj7un9d3shjtnddaehgu3wwp6kyqpqupkp7fd7rc3lrjg23r8gy0wc723vze7mxlx5984ut6zurjzpf5xsv56m2n (nprofile…6m2n) (Note that \xFF for backspace is ... not universal. 0x7f and ^H are also common, but almost any character _could_ be used on any given terminal. The command `stty -a` will tell you what your tty thinks it's using (as erase) and if your backspace key doesn't work you can usually fix it by typing `stty erase ` (note trailing space) then hitting your backspace key and then enter, or perhaps ^V then your backspace key and then enter.)