To my knowledge upgrading to the newer release of any of those linux distros was not blocked by having only slightly old and perfectly serviceable hardware.
To my knowledge upgrading to the newer release of any of those linux distros was not blocked by having only slightly old and perfectly serviceable hardware.
go back to being adults with differences
This is actually a fantasy state. The current situation is a natural step along the road that Republicans have been walking since the 70s. The Christian nationalist take over of the party happened long before trump and I don't see any reason why it would recede with his departure.
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.
Meanwhile, llms are less useful at helping me write code than intellij was a decade ago
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.
Nature is healing
Yeah everyone should just let Republican lawmakers do whatever they want, no matter how outrageous, without discussing or complaining. Because that totally doesn't normalize their outrageous behavior.
One thing to note about using forks is that they have no chance of being on corporate software whitelists, while firefox does. For that reason, adding to firefox numbers is potentially important. I've already seen companies wanting to only allow chrome/edge/safari (even while they officially support firefox ..)
Trivial? What information does this whitelist hold that can't be spoofed? It's not like apps have to tell the truth about what they are.
That doesn't make any sense. How does arguing against your position do anything but harm it?
Maybe just give them grief over the myriad negative things they do that don't counter your position?
This is completely besides the point, but I personally view factory farming as different than what happens in nature.
This is also beside the point, but you are making some wild logical leaps here. The fact that I personally don't want to support factory farming because I think it is cruel in no way means that I think other people "enjoy animal suffering" and assuming that is arbitrarily assigning thoughts I have never had to me.
None of the above is really relevant because I should be allowed to go about my day without justifying my dietary choices just as people that eat meat should.
DRM is orthagonal to ownership
The way that rust attempts to prevent this class of error is not by making an implementation of free that is safe to call twice, but by making the compiler refuse to compile programs where free could be called twice on a pointer.
Anyway, use after free doesn't depend on a double free. It just means that the program frees memory but keeps the pointer (which now points at memory that could contain unrelated data at some future point in time) and if someone trying to exploit the program finds a way to induce the program to read or write to that memory they may be able to access data they are not expected to, or write data to be used by a different part of the program that they shouldn't be able to
MMA has rules that don't exist in real fights that almost certainly affect the dominance of styles
Hollow Knight is pretty different than metroid games and I'm not sure I'd directly compare them. I'm the only person I know that doesn't like Hollow Knight and it seems like the departures it makes from the classic metroidvania formula that put me off it are part of the reason other people like it
Some rust proponents having this attitude is probably part of the problem.
Studios can make whatever they want. People aren't putting in orders.
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
You're absolutely right and it's insane I keep coming across these wild takes from people that clearly don't understand technology
Libredirect extension will redirect to public proxitok instances so you could watch them without going to tiktoks site directly
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.
I loath it and the only thing I would think if someone called me it is that they have an uncomfortable fixation on my height. I think at the very best it is obnoxious.
It's straight up just because people will pay the price they're asking...
Tampermonkey is one of the few that have already been available
In my experience it's usually more like: Them: here have some of this meat thing Me: No thanks Them: why not it's really good try some Me: i don't eat meat Them: but why? Me: to reduce animal cruelty and environmental harm Them: wow how dare you be so judgy
I'm not really sure how I'm supposed to not offend this type of person in this situation and frankly I don't think it's my fault or my problem they're offended. My theory is that that agree with my reasons but rather than change or live with the cognitive dissonance they just lash out at anyone that reminds them they could be living more ethically even if they basically MAKE them say it.
Blaming vegans for that is bullshit, frankly
AESTHETIC
No (only because as you mentioned it's not going to fly at the current time. They absolutely would if they could). That does not mean I think ignoring it is less harmful than calling it out.
I've read this a few times. If ethanol is mandated how are there stations with ethanol free? Do they just have a pay an extra tax or something?
Need a click
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.
You might be having the problem specifically because the controller was paired with windows on the same machine. See the "dual boot pairing" section. https://wiki.archlinux.org/title/Bluetooth
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
Is there a reason you think Forgejo is only for smaller projects?
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....
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.
Repeating something does not make it more correct
You can do PGO with GCC, though it takes extra steps of course