

7·
9 days ago

u-235 has a half life of 704 million years. only half of it would have decayed.


I had to use unity game engine for one of my assignments for school, but unity wouldn’t generate files needed for the language server unless I set the code editor to vscode. I fixed this by creating a bash script with the path /usr/bin/code that opens neovim in konsole.
#!/usr/bin/env bash
konsole -e "nvim $@"