I completely agree that business ghouls doing business ghoul things make studios make worse games… doesn’t really affect my point though… studios are not making games based on a “bar” set by the consumers as described in the original post…
I completely agree that business ghouls doing business ghoul things make studios make worse games… doesn’t really affect my point though… studios are not making games based on a “bar” set by the consumers as described in the original post…
They are part of the studios… point was “the bar” is “fun/interesting”. The vast majority of people that purchase games don’t have a bar as defined by the comment I originally replied to.
Studios can make whatever they want. People aren’t putting in orders.
Targeted ads are obviously way more effective and therefore generate more money. But it’s not the only way.
I’m not so sure this has turned out to be all that true
I never used npp as my code editor but as a secondary program that i kept notes in and would paste text in to manipulate then move back into code editor. It had a rich plugin ecosystem way before that was common. I use Kate for those purposes instead now
Sort of alarming how many upvotes this has without anybody providing any reference at all. We have enough privacy problems to worry about without people posting unsubstantiated claims :/
I can’t find anything about it. Claim seems sus tbh
Where is the info about this?
Some rust proponents having this attitude is probably part of the problem.
I think rust has good ideas and may even become the default systems language in the mid-term. I find it irritating that there is a very vocal subset of rust proponents that tend to insist that every project in every language needs to be rewritten in rust immediately. I suspect that is also why other people are down on rust.
MMA has rules that don’t exist in real fights that almost certainly affect the dominance of styles
Kitty is the terminal emulator, the program that provides an interface. The shell you are using if you haven’t changed anything is probably bash. So you would use duneshell instead of bash, but still in kitty
It’s better today than it was a year ago, and WAY better than it was 3 years ago, and is still improving. There are a few categories of games where you are likely to have problems though.
I would say whether linux is ready for (windows) gaming depends on is different per person predicated on:
For me, I tend to play some older games, and there are a few that don’t work well. I don’t want to boot windows, so I just decide I can wait for it to get there for them.
For some people, “ready” means will run every windows program as if running on windows. We’re still a ways off from that, if we ever get there (it’s a moving target, as windows is still being developed…)
The letters separately is how I’ve always said it/ heard
There is a video
The stuff in jenis sets up a lot of stuff way later in the series
That is a very rudimentary understanding of the system that doesn’t always pan out in a particular time frame or due to external factors.
It’s straight up just because people will pay the price they’re asking…
Usually it doesn’t matter what abstractions you choose when you try to factor them to support hypothetical future work, because chances are you incorrectly anticipate future needs.
In other words, generic code that only supports one use case will almost certainly have to be deconstructed to allow a good generic implementation for 2 use cases, so it is better to just write simple code and factor code out when you can see the real commonalities.
In other, other words, KISS, YAGNI
You can do PGO with GCC, though it takes extra steps of course