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 :/
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.
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.
What is wrong with you? People being dissatisfied with politics is the very first step required to actually change anything. Yes, the current administration has done some good things, but none of it is nearly enough, and we should still be plenty mad about all of it.
Specific side note: you say reduce income inequality, but regular people are way worse off financially than their parents were and that’s not going away without some real change and we haven’t actually seen anything moving in that direction
Just FYI downvotes are because blue no matter who is already a well known phrase
I like kate in general but I can’t seem to get it to use semantic highlighting with gopls
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
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.
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