

A drop of dish soap and warm water then blow the water off with compressed air.
A drop of dish soap and warm water then blow the water off with compressed air.
One thing that holds people back sometimes is that bash scripts that set environment variables don’t work by default. https://github.com/edc/bass is an easy solution
I want him to say nothing.
There have been plenty of cases of windows messing up boot configuration if dual boot over the years, though it’s pretty rare more recently. The last one was only a few months ago and affected systems using secure boot https://www.zdnet.com/article/windows-update-breaks-linux-dual-boot-but-there-is-a-fix-for-some-users/
If you want to get cancer in your own house go ahead.
I agree with the sentiment of both you and the person I originally applied to. Smoking is a blight and I wish it would go away. I simply don’t think prohibition is the way to do it.
Mainly the health service but also they create insane amounts of litter
Vaping also creates an insane amount of litter. I wish vaping would go away just as much as I do cigarettes.
More like prohibition doesn’t work
DRM is orthagonal to ownership
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
The letters separately is how I’ve always said it/ heard
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
They’re useful for templates because the trailing version is resolved later