Studios can make whatever they want. People aren’t putting in orders.
Studios can make whatever they want. People aren’t putting in orders.
DRM is orthagonal to ownership
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.
Negative. I am a meat popsicle.
I can definitely eat at more restaurants, but I don’t really want to when all they do is slap a fake meat burger on the menu and call it a day
Their existence actually does inconvenience me. They have taken space at the grocery store that used to be used for things I purchased, and some restaurants that used to have pretty good veggie burgers changed to impossible/beyond which I prefer less and also disagrees with my stomach.
The letters separately is how I’ve always said it/ heard
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
I hate reading code like this. It means that there is a bunch of object or global state that could be getting modified by anything all over the place that I can’t see just by looking at the method. In other words, if you say you understand this method, it is because you are making assumptions about other code that might be wrong.
I’ll take a 30 line pure function over a web of methods changing member state every time.
The person you were replying to originally said they were voting dem because they felt like they had to but that they weren’t excited to. That is a very reasonable stance being that we are living in the fucking gilded age. Maybe the poorest people are slightly better off but the richest people are still hoarding even more money/ control/ influence and the people you’re wanting to worship as saviors haven’t even remotely addressed it.
Where are we talking about addressing the ridiculous health care system that is entirely designed to extract money for rich people instead of prioritize outcomes. Where are we taking about addressing the increasingly expensive education system? (Forgiving student loans is a band aid that while helpful in the here and now does nothing to fix the real problems). I could go on and on. This is a country optimized for rich people and you are expecting people to celebrate crumbs from the table.
You really need to get off your high horse and understand that people really need to be given real reasons to feel optimistic about the future instead of saying “here are some numbers” while people can’t afford their rent and groceries.
Low-income wages went up 32% since 2019, as a result of a stronger NLRB backstopping a bunch of union gains and the results of spending a trillion dollars of increased corporate taxes on domestic manufacturing. Covid inflation ate up most but not all of that boost;
So people are still as poor as ever? Sorry but I’m not going to throw a party for the bare minimum 🙄. I’m going to keep complaining and so should everyone else.
You can do PGO with GCC, though it takes extra steps of course