he/him
Nerd, programmer, writer. I like making things!
I actually had a bug in a game jam freshman year because of this. It was java, so there was a lot of questionable decisions going on, but adding the semicolon fixed it!
It’s kinda funny that Godot’s custom language GDScript is, at least on a surface level, pythonic (no list comprehensions, context managers, decorators, etc, it’s mostly syntactical similarities). But type hints do make it run faster!
I was blessed to get to skip most of the old pains in python. I only had a handful of scripts that ever needed to be ported from 2 and they didn’t rely on any libraries. The ecosystem is easy to work with and I’m looking forward to working with Python for the foreseeable future
I also highly recommend watching it! The fight scenes are awesome and the animation is soooo fluid. Such a good example of adapting a game’s world to a series
Screenshots of git issues are one of my favorite genres of meme
tfw you dc
and your computer calls you an idiot sandwich
It checks the exit status of your command and prints praise for success or encouragement for an error. Funny idea, customizable too 😂
SHELL_MOMMYS_LITTLE
: Sets the affectionate term that mommy will use to refer to the user. The default value is “girl”.
Now we need a mean one, like sudo insults
Even as someone who doesn’t usually play the genre it’s a fantastic game
I think they’re really useful, there are alternatives that I think have feature parity at this point but the concepts of containerization are the same
Solid reference
The variable is already in the environment, it just doesn’t have a default because it’s required for each container
The env file is the weirdest part, the container itself has a required environment variable and if I don’t pass it in command line (only have it in the test compose file) the base compose fails because it has no port.
Most of the other commands are to merge the compose files so I can keep my base compose file clean!
Spreading the good word 🙌
⭐️
Yes! It reminds me a bit of python’s click library but for bash
Seems unnecessarily pedantic 🤷