This is like Dalinar and the fighting master from Stormlight Archive.
This is like Dalinar and the fighting master from Stormlight Archive.
Yeah. Commits going right to prod makes my skin crawl.
Took me a while to track it down, but I think this is the book to which you were referring.
https://angryflower.com/348.html
I make no cleans about the stances of this artist; I just saw this strip years ago.
Time for testing then 😊
Is there an option for being Evil Overlord List compliant?
Also uses ableist language.
Here’s one: Trading cards are something you own. Skins are limited to a game you’re licensing.
Here’s another: trading cards are portable; they can be put in a collection for display, put in a safety deposit box, etc. When CS goes, all the skins go with it.
Another minor one: baseball cards are informational, the skins are cosmetic only.
Mind you, I think both are forms of unregulated gambling and trading cards as well as loot boxes should have better societal scrutiny, but they aren’t identical.
Edited for typo
I experienced this and still get PTSD flashbacks 😢
This screams Dresden Files.
As an exmo, it is specifically a ban on coffee and tea (not herbal tea, caffeinated tea). Some are strict and extrapolate this to mean “caffeine” and some are literalists that chug Mountain Dew. It’s very weird. As an aside: one of the names of ephedra is “Mormon tea”.
Honestly, I count using the four fingers for 1-4, close the fingers and extend thumb for five, then extend each finger again for 6-9.
The right hand counts tens and works the same way. Can count to 100, and it’s pretty intuitive. It’s like if positional notation was discovered way earlier.
Thanks for this resource!
Yes it was. I think you’re getting down voted because people are considering private property with personal property.
Your stuff that’s there so you can live your life? Personal property.
Stuff that’s held from the common but isn’t for the purpose of someone living their life? That’s private property.
I mean, I’d put that sign up if I had to sit with my back to a door.
You can set up a global exception handler in some frameworks. By having multiple (not a crazy amount) of exceptions, you can set up logic for how to handle that kind of error. Then you can just throw the exception instead of writing individual catch blocks.
This is especially helpful in things like a REST API where user input can cause all kinds of fun, let alone network issues, problems with your data source, etc.