Acronyms, backronyms, portmanteaus, and puns
(they/he/she)
Acronyms, backronyms, portmanteaus, and puns
90% hyena, 10% raccoon
Of course. I’m just talking about folklore as it relates to story elements. Moana isn’t an adapted fairy tale like Aladdin or Snow White.
As far as I can tell, only Maui and the Kakamora (not as cute, little coconut people but as tricky spirits) are specifically elements of Pacific Island folklore.
How did you type that backwards ‘d’?
One serving of peanut butter
Every day in standup
If you want to improve your problem solving skills, I’d suggest solving actual problems. Data structures and algorithms can be very satisfying in their own right, but the real value is in taking a real-world problem and translating it into code.
It also depends what you want to do with your knowledge. There are domains that are deeply technical and require a lot of the things you’ve mentioned, but they also tend to be pretty hard to break into. A lot of software is not so deep. Any software project will have need for good domain modeling, architecture, and maintainability. Again, these are things best learned through practice.
I need a ttrpg with a pogs battle mechanic
I agree. Not only is this blaming homosexuality as the cause for oppression of gay people, but it implicitly gives homophobes a completely made-up excuse (“they can’t help it because they’re so ashamed of who they are deep down”). Don’t give your oppressors the benefit of the doubt.
I’m picturing the two unicycle method illustrated in the style of Dr Seuss
Well it wasn’t a website, for what it’s worth.
Tangentially related, I remember at one of my jobs being tasked (several years in a row) with updating the copyright year in all our source files’ headers.
And lawyers are pretty likely not staff at all.
What do you do with the other 3/4 of an apple?
There’s plenty of heavy jazz. Maybe try some late Coltrane or Peter Brötzmann. Tigran Hamasyan brings the djent influence, as well.
I suspect there are a lot of “Rust devs” that are little more than kool-aid drinkers. Common refrains are that Rust is the fastest language, most type-safe language, and most powerful language. Rust certainly seems to move the state of the art forward in some ways, but you can still write garbage code in it.
I’ve worked with lots of different people in lots of different languages, and I think I’d rather good people in a bad language than the other way around by a mile.
Sounds like they might be drying out, maybe while they’re waiting to be cooked. You can keep them under a moist towel while waiting if that’s the issue. They might also be cooking too long. I don’t have a great sense of what doneness looks like for tortillas, but I imagine knowledge mostly comes from experience.
Post pictures when you get a good batch!
I feel the same way except I’m already here.
Modal editing for just raw text input would actually be slower, because you also enter and leave Insert Mode. I find it’s very fast and powerful for navigating around the text, which you probably do a lot more than actually editing it. And when it does come to editing, there are a lot of higher-level tools (at least in Vim) for accomplishing things more quickly, like the ‘s’ command and ‘q’ macros.
I think getting into a mental “flow” state is really valuable, and muscle memory is important for being able to stay there. If your muscle memory is to navigate around using the mouse, that’s great, but Vim feels faster to me.