I believe, the solution to that is more parks.
I believe, the solution to that is more parks.
The problem is that even when a studio publishes a successful game which brings in sales over many months, you can still generally reduce short-term costs by firing those devs. And investors love short-term profits.
I want a programming language that supports German style composite words
Java
Yeah, one time I helped out an HR person with an Excel formula. It took like 5 minutes to write the formula on my laptop. Then I sent it to them and it took another 5 minutes to translate it into the local language…
Had to write some sticky notes at work yesterday and the pad, they have for it, always switches where the sheets are glued together for every single sheet.
I assume, that has some purpose, but it was rather annoying, especially since I actually wanted to write specifically on the sticky part and then cut off the rest…
Oh man, my local shop sells these as “makkaroni” and I was so confused, because I knew those to be a different shape. Now I just checked Wikipedia and it literally has a heading like:
“Makkaroni” in Germany
And it says that apparently we refer to any longer, straight, tube-shaped pasta as “makkaroni”. I guess, it’s alright that we don’t use the Italian spelling after all. 🫠
Lots of mid-sized local stores opened web stores during the pandemic, at least here in Europe. I’ll often shop at those, even if they’re not truly local to where I live.
Apparently, the name is derived from “jetstream”, so it probably is supposed to be pronounced like cheddar. But a German who does not know that would probably pronounce it as Yetta, yes.
The SSN is likely to appear in multiple tables, because they will reference a central table that ties it all together. This central table will likely only contain the SSN, the birth date (from what others have been saying), as well as potentially first and last name. In this table, the entries have to be unique.
But then you might have another table, like a table listing all the physical exams, which has the SSN to be able to link it to the person’s name, but ultimately just adds more information to this one person. It does not duplicate the SSN in a way that would be bad.
Well, any software needs to include a license of some form, if you want it to be usable by others. But if it’s not an open-source or libre license, then it’s a proprietary license. That’s not necessarily a bad thing. At that point, it depends on what’s actually written into the license. But it’s also not a good thing, as you miss out on various open-source benefits due to there being no proven legal compatibility with open-source licenses. Well, and if I remember correctly, FUTO’s license actively prohibits reuse of the code anyways.
Oh, that is actually the part I do agree with. I don’t think everyone will, but I do actually think JSON is easier to read and write (correctly) than YAML. I specifically wrote that JSON cares the least about that, because it was designed to just serialize JavaScript objects into strings and back. As far as its original purpose is concerned, no one would ever need to hand-edit JSON. Which is also why it doesn’t support comments (which is still somewhat of a dealbreaker for a configuration language, although I guess for your proposed workaround, one could potentially use a JSON flavor which supports comments; potentially, you can even write your JSON in the YAML file with comments directly and then not convert it, since YAML is a superset of JSON).
As for documentation, yeah, it is possible to convert, but it makes it more annoying, particularly also if you then can’t easily re-use configs in another project. And if you’re working in a team, having to explain to all your team members, how they can convert the official documentation, is also not really acceptable…
I love this comment. JSON is by far the format that cares the least about being human-readable or -writable, but you’re seriously proposing writing it rather than YAML. And I kind of don’t even really disagree. But a big problem with that strategy is that you won’t find documentation for how to write the configuration in JSON.
What comes sort of close, is that you can define so-called “schemas”, at least for JSON, TOML, YAML and XML. Here’s what that might look like for JSON: https://json-schema.org/learn/getting-started-step-by-step
I don’t know, if you can actually generate a GUI from such a schema, though. They’re intended for validating existing data, so I don’t know, if they give you enough data to work with to actually provide a GUI. For example, you don’t really have a human-readable name in these. The fields are rather called e.g. “productName”.
Yeah, some distros have GUIs for system settings, like openSUSE and Mageia, but advanced users will often even take that as a reason to not use those distros, because they themselves don’t need that on their system. And because not many advanced users use these distros, it’s hard to recommend them for noobs, because it makes it more difficult to find help resources. Kind of a stupid situation…
I’d argue it all started, because Microsoft is Microsoft: https://en.wikipedia.org/wiki/List_of_Microsoft_Windows_versions#Personal_computer_versions
You can turn any webpage into a PDF by triggering the print dialog (Ctrl+P) and then selecting “Save to PDF” as the printer.
Very interesting, thanks. I kind of got stuck on Dungeon Crawl Stone Soup, which used to have a food clock until a few versions ago, now it’s just no respawns. They also scale XP amounts up for higher levels, so when there are more low-level enemies around than needed, they won’t give you a ton of extra XP.
I’ve played around with Angband and ToME a few years ago, and I tried to like Cataclysm: Dark Days Ahead multiple times, but yeah, I feel like that’s probably the reason then why they never clicked for me quite like DCSS. I am absolutely the worst for optimizing the fun out of games, if given the opportunity.
I was thinking that roguelikes are kind of the antithesis to what he proposes, as you’ve got rapid character progression (paired with rapidly rising difficulty) and you certainly don’t want to get attached to your character. Didn’t know there was roguelikes with cannon fodder, though. 🙃
Yeah, fair point. It doesn’t make it impossible for a manager to decide to downsize the studio after a launch, but at the very least, you won’t draw as much attention to that being an option, when you don’t need to pitch a new project while you’re about to run out of things to do.