Herd immunity is a real effect. If vaccines help you not catch the disease, then an unvaccinated person is less likely to catch the disease in a population with a high vaccination rate. Because the disease doesn’t spread as much.
If you can lower the infection rate so that on average, each sick person results in less than one other sick person, infections die out instead of growing. That is “herd immunity.”
I don’t think the “Singularity” is bullshit, we’ll get there if we make AI in a completely different way such that it’s capable of actually reasoning… Just these LLMs are garbage
I’ve used they/them occasionally for basically every person I’ve ever met in my life, and don’t think really any of those people or myself considered it misgendering? I understand it can be weaponized though, as a way of not recognizing someone’s chosen gender, but… People have been using singular they/them for a long time and it’s a good conversational tool
We make their practice of forcing game companies to charge the same on Steam as other platforms illegal. If they could charge less on other platforms (due to the lower cuts of the other platforms) they would, and it would loosen Steam's artificial hold on being the de-facto place to buy games.
It is also the voters yes but they are being deceived by the propaganda machine, idk at a certain point maybe the guys and gals actively stripping human rights from people and grabbing power can take a little blame
Good job on the Republican Party for being complicit in our current president continuing to absolutely wreck the global image of the U.S. on top of everything else.
I’ve heard there’s ways states can resist it with their own legislatures but yeah, it’s pretty bad. This really is the one thing we need overturned though
Citizens United isn't a law, it's a Supreme Court ruling which has its (flawed) logic based on the Constitution. A law won't cut it, because Citizens United would be used as precedent to strike it down as unconstitutional. We likely need a new Supreme Court ruling or constitutional amendment.
I moved to Linux Mint last year, and while I expected it to be easier for me because I had prior exposure to linux in general, it's been smoother than I expected! I feel like I'm in charge of my machine again.
One frustration I had was with one or two programs which I wanted to run which have been just incompatible with any version of wine/proton I could try it with, I'll have to get a windows VM or something for these rare cases, but hope I won't have to use it in the future
I've only spent a little bit of time on godot-rust myself, but from what I hear you have to use some sort of third-party library to help out. I've heard gd-rehearse might be what you're looking for, but never got it working myself (though I didn't try very hard).
I've resorted to mostly using gdscript, and in rust just making my structures normal rust structs which I can unit test, just adding thin wrappers which use Gd<T> which call into my standard tested rust code. As long as what you're testing doesn't touch Gd<T> it seems to be testable in the normal way without crashing, using #[test]... but I admit it's not ideal
Edit: there's a godot-rust discord linked from their main docs page which is much more active than this place could be, you might get a better answer there
Herd immunity is a real effect. If vaccines help you not catch the disease, then an unvaccinated person is less likely to catch the disease in a population with a high vaccination rate. Because the disease doesn’t spread as much.
If you can lower the infection rate so that on average, each sick person results in less than one other sick person, infections die out instead of growing. That is “herd immunity.”
I don’t think the “Singularity” is bullshit, we’ll get there if we make AI in a completely different way such that it’s capable of actually reasoning… Just these LLMs are garbage
I’ve used they/them occasionally for basically every person I’ve ever met in my life, and don’t think really any of those people or myself considered it misgendering? I understand it can be weaponized though, as a way of not recognizing someone’s chosen gender, but… People have been using singular they/them for a long time and it’s a good conversational tool
Because conservatives would never wish anything bad to happen to lefties or anyone. Those lot are just full of love for the whole human race.
That’s 12 liters, or about 3 gallons.
You were
We make their practice of forcing game companies to charge the same on Steam as other platforms illegal. If they could charge less on other platforms (due to the lower cuts of the other platforms) they would, and it would loosen Steam's artificial hold on being the de-facto place to buy games.
It is also the voters yes but they are being deceived by the propaganda machine, idk at a certain point maybe the guys and gals actively stripping human rights from people and grabbing power can take a little blame
Good job on the Republican Party for being complicit in our current president continuing to absolutely wreck the global image of the U.S. on top of everything else.
Just four months of humiliation?
I’ve heard there’s ways states can resist it with their own legislatures but yeah, it’s pretty bad. This really is the one thing we need overturned though
Citizens United isn't a law, it's a Supreme Court ruling which has its (flawed) logic based on the Constitution. A law won't cut it, because Citizens United would be used as precedent to strike it down as unconstitutional. We likely need a new Supreme Court ruling or constitutional amendment.
I moved to Linux Mint last year, and while I expected it to be easier for me because I had prior exposure to linux in general, it's been smoother than I expected! I feel like I'm in charge of my machine again.
One frustration I had was with one or two programs which I wanted to run which have been just incompatible with any version of wine/proton I could try it with, I'll have to get a windows VM or something for these rare cases, but hope I won't have to use it in the future
So what
Choose your adventure:
Horrifying. Sending it to my friends who didn’t learn rust because it was too hard, it should help them
It's Zelensky that says it, rumor has it Ukraine won't give up land in exchange for peace
Only so many TLAs you can invent haha
He looks clean, well fed, and friendly. I don’t believe he’s a stray, please please don’t steal someone’s cat
I've only spent a little bit of time on godot-rust myself, but from what I hear you have to use some sort of third-party library to help out. I've heard gd-rehearse might be what you're looking for, but never got it working myself (though I didn't try very hard).
I've resorted to mostly using gdscript, and in rust just making my structures normal rust structs which I can unit test, just adding thin wrappers which use
Gd<T>which call into my standard tested rust code. As long as what you're testing doesn't touchGd<T>it seems to be testable in the normal way without crashing, using#[test]... but I admit it's not idealEdit: there's a godot-rust discord linked from their main docs page which is much more active than this place could be, you might get a better answer there