worry about users not being able to open files after renaming them since you can also edit those extensions via text, and people aren’t taught about file association.
On the internet, nobody knows you’re human.
worry about users not being able to open files after renaming them since you can also edit those extensions via text, and people aren’t taught about file association.


in my opinion, the key here is that asking “why?” is going to be the most important skill you can teach your kids early on. “because yes” or “because not” or “because i told so” is never a good answer, and learning to ask what moving parts there are to anything can and will open up a lot of options for things they will learn later on.


MinecraftSP.exe
that’s it, that’s the whole query back in 2010 all the way to 2014


it’s typically just a kind of pixel art with monospaced fonts¹. any characters you see that’s not typically shown on your keyboard (e.g a filled square) can be found in a character selection program in your OS. anything else related to texts, templating and line breaks you can probably find a program somewhere on places like crates.io or gitlab or write something of your own without much trouble.
¹ a monospaced font is a font where every letter and character has the same spacing from each other, and are the easiest to do ascii art. (ascii is just one character table, but you can also gather unicode chars all you want)


lately i’ve been interested in discussions of “Rewriting everything in Rust”
have at it!
#~/.gitconfig
[includeIf "hasconfig:remote.*.url:https://gitlab.com/**"]
path = /path/to/gitlab.gitconfig
[includeIf "hasconfig:remote.*.url:https://github.com/**"]
path = /path/to/github.gitconfig
#example gitlab gitconfig from the included path
[user]
name = Your Name
email = 0000000-YourName@users.noreply.gitlab.com
signingkey = 0000999988887777
[commit]
gpgsign = true
if all works well, Git should be able to automatically use the selected key depending on the repo’s stated remote server.
yes there is a warning but still no guide, not in the popup, nor in the association setup to tell what things mean