OP wrote he is playing both. I agree if you want to play the story once, Black Mesa is better, but if OP wants to play both, then nothing wrong with that.
OP wrote he is playing both. I agree if you want to play the story once, Black Mesa is better, but if OP wants to play both, then nothing wrong with that.
Programming is just part of making a game, but can easily take all your capacity to learn it. You need to learn planning, estimation, graphics, music, either creating them yourself or working with artists, marketing, writing, dealing with distribution, community management, the list goes on.
You could say “making your own music is a good way to learn” and you’d be right, but if your goal is shipping a game, and learning game development, making your own music and building your own engine is not the way to do it. Unless your goal is learning these disciplines, not making a game.
It’s in Kotlin and some other languages. C# has it but there it’s actually A ?? B
.
It’s a shorthand for writing this:
variable = if (input != null) input else default
This is equivalent:
variable = input ?: default
It’s a shorthand for writing this:
variable = if (input != null) input else default
This is equivalent:
variable = input ?: default
The answers confusing it with the ternary operator are wrong.
Because it’s not one. Ternary operator is A ? B : C, Elvis operator is A ?: B. The same two characters are involved, but both the syntax and effect is different.
Yes, but for some tasks mistakes don’t really matter, like “come up with names for my project that does X”. No wrong answers here really, so an LLM is useful.
Have you tried that fun fact? I know there was a meme claiming it, but I have never found any evidence of it actually being true, nor did I manage to replicate it on Amazon.
Since it’s end to end encrypted, Ente just sees some raw bytes, it has no way to tell if what you uploaded is an image or not. So in practice it supports whatever the client can display, so your browser for the web version.
Probably. Extrinsic vs intrinsic motivation.
I spend hours toiling at work, then I finish work and switch to my hobby project, on the same desk/peripherals (KVM switch), same IDE and same tech stack, and work on it full of energy and finding it fun.
I have no clue why this works for me.
That’s correct. Google Maps imagery is not satellite data, it’s airplane photos.
If it was true. But surely we are not believing this dictator at face value with no proof whatsoever, right? Right?
So don’t install it, use a better app. It’s just some app, not part of the system like iCloud on iOS.
What’s the reason humans need a horn installed in their car? Whatever it is, it’s the same reason for self-driving cars I guess.
Only if you make over 3 purchases per month. That’s what it came out for me when I checked if I should get Prime. That’s when you get the cheaper option by paying for the whole year. I might only have 3 purchases a month once or twice a year, so definitely not worth it for me.
Then it would be good. But they already tried making one.
You could build them along existing tracks (not that it’s a good idea in the first place)
“The outline of a potential story” being out is different from an actual game being out though.