Somehow, work in a mechanism where there is a tactical reason to shoot yourself, like in a limb or something.
I can't think of any logical connection or what the purpose might be, but there's some puzzle, or something to gain from putting one into your own arm. Rating systems really hate self-harm, it'll be awesome.
Actually if you're going for AO, add a non-lethal option but let the player execute the incapacitated target while it's prone. I believe that's an instant AO rating.
Loosely approaching the target! Fixing those lies by omission would be good, although I'd really like to see the direct lying in the Fascism article addressed.
In the opening paragraph alone, it calls fascism far-right twice. This is pure bunkum; it was authoritarian nationalist socialism. They call it far-right because they want to attack it for not being their globalist socialism, but it's a lie and it's fomenting a more deadly mentality than anyone actually conservative ever did.
Probably - and that being the case, the needed outcome is leaks of the niggery-diggery and flopping before release.
This is because they hated the customer enough to do it in the first place, and they don't stop hating the customer just because they can't get away with it now.
After reviewing how code is tested, think carefully what isn't being tested. Instead of telling anyone, put code which causes those untested failure modes straight into production.
2. Leak memory gradually
Overt and explicit allocation will be found out. Instead, choose one of the platform's container-like data structures (even just a string) and hide an instance of it somewhere. Append items to it occasionally.
3. Introduce statefulness
Functions with side-effects are perfect for passing tests but failing eventually in production, eventually returning different results or aiding a gradual memory leak. Cite logging/profiling as the unassailable justification for keeping static variables.
4. Embrace UB
Keep a personal catalog of statements and function inputs which are undefined/invalid and don't cause compile/runtime warnings. Some C++ statement examples are "i = ++i + i++" (same-variable assign, pre-increment and post-increment), and recasting pointer types to structures which may not be the same size. Bonus for combining those.
Functions/APIs are a more fertile UB source; look for non-throwing calls which produce unpredictable results when provided numbers out of range, empty lists and other inputs not listed/considered.
Incomplete assessment - nationalism also precedes other, non-socialist systems which are way better.
Ironically that is the ACTUAL original slippery slope fallacy being committed, not the modern version of it (which is itself fallacious). To paraphrase, "nationalism starts the slippery slope to nazi" is the wrong logic because there exist other nationalist outcomes as well.
The logically correct time to play the slippery slope card is when a cause may (or not) have an unwanted effect, but definitely won't have any desired effects, therefore preventing the potential descent is logical.
Each round of new anti-user embuggerances via unsolicited updates being let into users' personal computers by the misbehaving windows OS guest pushes more people away indeed.
Not to say a lot of Linux distros haven't cucked themselves in various ways, but there are choices and forks which are kept pure, which is around the best one can expect.
Users making the switch need to know that the faggotry won't stop trying though. Even if most desktop users need not care why systemd is faggy, a real desktop concern is Ubuntu replacing the GNU coreutils with something non-GPL. The fact it's written in rust is a misdirection they use to steer conversion away from its MIT license, which is permissive to the extent of allowing closed-source modifications, including hiding unwanted ones. The GPL has kept GNU Linux accountable to users.
I think one of the only things gravity really proves is that there are 3 spatial dimensions. Observing its inverse square effect, that comes from the flux behaving like an expanding sphere surface, which requires 3 dimensions to occur.
In any case, such a theory lacks a lot by not addressing why the Pauli exclusion principle exists, because that gives outward pressure which HALTS gravity collapsing a star, holds it steady in a balance for billions of years, then explodes it OUTWARD after it expends too much mass for gravity to continue.
Sure, there are a couple of higher mass thresholds where gravity wins and different results occur, including black holes where individual atoms no longer need simulating (just the total mass at a singular point), but those are a fraction of a % of the mass. Around them, we have stars going nova and throwing mass everywhere!
In general, there will always be more what-ifs short of a complete account!
It's a difficult goal, maintaining proof that a large amount of gold is all still intact - I thought of live-streaming it and suspending it from springs which prove it has the mass of gold, but stopped there after deciding that brainstorm has no end.
The stupid fucks in those comments... they associate Wikipedia with facts exclusively, and use that as the basis to call the Don anti-fact.
Of course the problem is the first part, their ire is misplaced. Classic example, the [Wiki article about Fascism](https://en.m.wikipedia.org/wiki/Fascism) calls it far-right *twice* in the opening paragraph alone, which is both a direct lie in actually being *left* authoritarian socialism, and also a known commie tactic in applying an enemy label to socialisms with opposing social groups to the one they want (they cannot abide nationalism).
Reminds me, I was going to call out Wikipedia for the Blue Origin coverage scrubbing both the article and the talk page of any mention of the capsule door debacle.
DOGE needs to axe whatever process results in a "schedule audit" each year.
Good points in article about a proper full audit probably needing over a year, bit of holocaust math there. The spot-check approach of auditing ~5% regularly could be helpful, same as the theory behind zero-knowledge evidence (the "it can't keep passing the test if it's false" idea).
Should be a serious lesson - shut off China, found out what things break in response. Those things need review for robustness and sovereignty.
Of course everyone will blame the orange jew, for lack of stopping to ask what happens when their communist supplier fails on its own. This is a test run!
Yeah, 3D at the expense of content is a poor trade - and that also seems like an interesting admission that Final Fantasy 7 is more shallow. If there has to be a limitation, its place would be titles focused on action, Descent being a great example in actually using all dimensions more than just visually.
Another great example is not merely 3D but all the way into VR - Beat Saber! The most retarded of its reviewers called it out for not making use of all the VR controls, forgetting that the actual VR controls are total ass. Beat Saber doesn't mess around with buttons or shitty movement implementations, it's just hitting stuff and leaning occasionally, and it's come out ahead.
Expanding a bit on a reason why ray-tracing is gay and stupid, its proponents will sell the "reflections for free" line but usually leave out how it takes time for a light to build up all its rays.
The effect of that can be seen when lights move around, and it looks as if light-speed has been reduced to something sub-sonic and perceptible. Productions using ray-tracing will design around it, but ultimately if one gives players a way to shine lights around by themselves, there'll be ways to expose it.
Other people's time and effort into collecting and purifying water isn't a human right at least!
There's room to talk about a fair price for it, but if some people have to work to supply all people, that's either direct slavery or they're being paid with wealth taken from someone else as an indirect slave.
Of course, not a single mention of solar panels and what that goal would mean for all that useless investment into covering fields with them!
At first I searched it for "panel", "photo" (-voltaic) and "PV" under the assumption that "solar" probably would appear a few other times. Worryingly, "solar" does not appear either, in any context, in an article *about the sun*.
Not via their official IDE at least, it is absolute dogshit. I haven't checked, but the first thing I'd want to establish is how the underlying toolchain works, get my own processes working for compile and flash. Learn how its memory addressing is mapped.
I'm more familiar with the Pico micro from Raspberry Pi (RP2040), where they provide CMake integration for compiling a compatible binary, and it's otherwise just a C program using a simple library for GPIO access. Interesting virtual filesystem interface for flashing a program easily, although personally I build and use their open source utility because that can also write static data into spare memory locations.
Even just putting new laws to trial for constitutionality before enacting them would be a good start, rather than everyone having to assume they're legit until someone challenges them at great personal stake. These days a generative AI can help by considering the full constitution and all previous rulings ever, then highlighting flaws for manual review.
Indeed laws should be signed by their architects and have a record of people endorsing them, including voting for them, with stiff penalties should it be found illegitimate later.
Linus was aggressive in caring about ONE fucking thing, being whether code is good, after which it doesn't matter whether the programmer is a hammer-and-sickle-waving socialist. They can't live with that though, because they are ideologically opposed to merit.
In any case, the whole point of open source software such as Linux is that they're free to fuck off and fork it.
Wait, who considered interning, you or your roommate? That sounds like your roommate applied or whatever, and in response they wanted to review you as well.
Kinda funny and a deserved response for disturbing you though.
Setting aside the impotence of the order, this part is always ill-conceived and one-sided:
> deporting any noncitizen ... without first allowing them to raise concerns about their safety.
What about the safety concerns of millions of citizens if aliens get the message that they basically can't be removed? To use the phrase of the mortally empathetic left, isn't there someone you forgot to ask, *judge*?
*Any* basic premise applied to an individual alien and used to argue for retaining it can be reapplied to millions of citizens and used to make an amplified argument for deporting it. Makes me question how judges maintain reputability after vomiting fallacies all over the normie news.
SithEmpire 0 points 1 month ago
Somehow, work in a mechanism where there is a tactical reason to shoot yourself, like in a limb or something.
I can't think of any logical connection or what the purpose might be, but there's some puzzle, or something to gain from putting one into your own arm. Rating systems really hate self-harm, it'll be awesome.
Actually if you're going for AO, add a non-lethal option but let the player execute the incapacitated target while it's prone. I believe that's an instant AO rating.
/v/gaming viewpost?postid=6815d7361b525
SithEmpire 5 points 1 month ago
That I didn't know, and that's great - discrediting the other side for pedo rape is perfect!
/v/whatever viewpost?postid=6815d1a6cc080
SithEmpire 0 points 1 month ago
Loosely approaching the target! Fixing those lies by omission would be good, although I'd really like to see the direct lying in the Fascism article addressed.
In the opening paragraph alone, it calls fascism far-right twice. This is pure bunkum; it was authoritarian nationalist socialism. They call it far-right because they want to attack it for not being their globalist socialism, but it's a lie and it's fomenting a more deadly mentality than anyone actually conservative ever did.
/v/whatever viewpost?postid=68156e3d24b18
SithEmpire 1 point 1 month ago
Probably - and that being the case, the needed outcome is leaks of the niggery-diggery and flopping before release.
This is because they hated the customer enough to do it in the first place, and they don't stop hating the customer just because they can't get away with it now.
/v/gaming viewpost?postid=6814e692a29a1
SithEmpire 2 points 1 month ago
1. Thwart test cases
After reviewing how code is tested, think carefully what isn't being tested. Instead of telling anyone, put code which causes those untested failure modes straight into production.
2. Leak memory gradually
Overt and explicit allocation will be found out. Instead, choose one of the platform's container-like data structures (even just a string) and hide an instance of it somewhere. Append items to it occasionally.
3. Introduce statefulness
Functions with side-effects are perfect for passing tests but failing eventually in production, eventually returning different results or aiding a gradual memory leak. Cite logging/profiling as the unassailable justification for keeping static variables.
4. Embrace UB
Keep a personal catalog of statements and function inputs which are undefined/invalid and don't cause compile/runtime warnings. Some C++ statement examples are "i = ++i + i++" (same-variable assign, pre-increment and post-increment), and recasting pointer types to structures which may not be the same size. Bonus for combining those.
Functions/APIs are a more fertile UB source; look for non-throwing calls which produce unpredictable results when provided numbers out of range, empty lists and other inputs not listed/considered.
/v/programming viewpost?postid=6813adeeb5e12
SithEmpire 0 points 1 month ago
Incomplete assessment - nationalism also precedes other, non-socialist systems which are way better.
Ironically that is the ACTUAL original slippery slope fallacy being committed, not the modern version of it (which is itself fallacious). To paraphrase, "nationalism starts the slippery slope to nazi" is the wrong logic because there exist other nationalist outcomes as well.
The logically correct time to play the slippery slope card is when a cause may (or not) have an unwanted effect, but definitely won't have any desired effects, therefore preventing the potential descent is logical.
/v/ClownWorld viewpost?postid=68133bc754436
SithEmpire 1 point 1 month ago
Each round of new anti-user embuggerances via unsolicited updates being let into users' personal computers by the misbehaving windows OS guest pushes more people away indeed.
Not to say a lot of Linux distros haven't cucked themselves in various ways, but there are choices and forks which are kept pure, which is around the best one can expect.
Users making the switch need to know that the faggotry won't stop trying though. Even if most desktop users need not care why systemd is faggy, a real desktop concern is Ubuntu replacing the GNU coreutils with something non-GPL. The fact it's written in rust is a misdirection they use to steer conversion away from its MIT license, which is permissive to the extent of allowing closed-source modifications, including hiding unwanted ones. The GPL has kept GNU Linux accountable to users.
/v/Linux viewpost?postid=68112ffc50f80
SithEmpire 0 points 1 month ago
I think one of the only things gravity really proves is that there are 3 spatial dimensions. Observing its inverse square effect, that comes from the flux behaving like an expanding sphere surface, which requires 3 dimensions to occur.
In any case, such a theory lacks a lot by not addressing why the Pauli exclusion principle exists, because that gives outward pressure which HALTS gravity collapsing a star, holds it steady in a balance for billions of years, then explodes it OUTWARD after it expends too much mass for gravity to continue.
Sure, there are a couple of higher mass thresholds where gravity wins and different results occur, including black holes where individual atoms no longer need simulating (just the total mass at a singular point), but those are a fraction of a % of the mass. Around them, we have stars going nova and throwing mass everywhere!
/v/science viewpost?postid=68104f5802436
SithEmpire 0 points 1 month ago
Yeah it's fine that a capsule opens from inside, it just means the whole crowbar thing was fake and gay.
I have that explorer's dream of humans settling other planets, but all we get for now is a fake crowbar to a deluxe cunt cage.
/v/whatever viewpost?postid=680e0057790fa
SithEmpire 1 point 1 month ago
In general, there will always be more what-ifs short of a complete account!
It's a difficult goal, maintaining proof that a large amount of gold is all still intact - I thought of live-streaming it and suspending it from springs which prove it has the mass of gold, but stopped there after deciding that brainstorm has no end.
/v/whatever viewpost?postid=680d94d9cd034
SithEmpire 4 points 1 month ago
The stupid fucks in those comments... they associate Wikipedia with facts exclusively, and use that as the basis to call the Don anti-fact.
Of course the problem is the first part, their ire is misplaced. Classic example, the [Wiki article about Fascism](https://en.m.wikipedia.org/wiki/Fascism) calls it far-right *twice* in the opening paragraph alone, which is both a direct lie in actually being *left* authoritarian socialism, and also a known commie tactic in applying an enemy label to socialisms with opposing social groups to the one they want (they cannot abide nationalism).
Reminds me, I was going to call out Wikipedia for the Blue Origin coverage scrubbing both the article and the talk page of any mention of the capsule door debacle.
/v/SocialMedia viewpost?postid=680db32597ca5
SithEmpire 3 points 1 month ago
DOGE needs to axe whatever process results in a "schedule audit" each year.
Good points in article about a proper full audit probably needing over a year, bit of holocaust math there. The spot-check approach of auditing ~5% regularly could be helpful, same as the theory behind zero-knowledge evidence (the "it can't keep passing the test if it's false" idea).
/v/whatever viewpost?postid=680d94d9cd034
SithEmpire 3 points 1 month ago
Should be a serious lesson - shut off China, found out what things break in response. Those things need review for robustness and sovereignty.
Of course everyone will blame the orange jew, for lack of stopping to ask what happens when their communist supplier fails on its own. This is a test run!
/v/whatever viewpost?postid=680d0bd8c6c08
SithEmpire 1 point 1 month ago
Yeah, 3D at the expense of content is a poor trade - and that also seems like an interesting admission that Final Fantasy 7 is more shallow. If there has to be a limitation, its place would be titles focused on action, Descent being a great example in actually using all dimensions more than just visually.
Another great example is not merely 3D but all the way into VR - Beat Saber! The most retarded of its reviewers called it out for not making use of all the VR controls, forgetting that the actual VR controls are total ass. Beat Saber doesn't mess around with buttons or shitty movement implementations, it's just hitting stuff and leaning occasionally, and it's come out ahead.
/v/TellUpgoat viewpost?postid=680c499241ad3
SithEmpire 0 points 1 month ago
Expanding a bit on a reason why ray-tracing is gay and stupid, its proponents will sell the "reflections for free" line but usually leave out how it takes time for a light to build up all its rays.
The effect of that can be seen when lights move around, and it looks as if light-speed has been reduced to something sub-sonic and perceptible. Productions using ray-tracing will design around it, but ultimately if one gives players a way to shine lights around by themselves, there'll be ways to expose it.
/v/TellUpgoat viewpost?postid=680c499241ad3
SithEmpire 0 points 1 month ago
Other people's time and effort into collecting and purifying water isn't a human right at least!
There's room to talk about a fair price for it, but if some people have to work to supply all people, that's either direct slavery or they're being paid with wealth taken from someone else as an indirect slave.
/v/WorldNews viewpost?postid=6809ea61cc7c3
SithEmpire 6 points 1 month ago
Of course, not a single mention of solar panels and what that goal would mean for all that useless investment into covering fields with them!
At first I searched it for "panel", "photo" (-voltaic) and "PV" under the assumption that "solar" probably would appear a few other times. Worryingly, "solar" does not appear either, in any context, in an article *about the sun*.
/v/WorldNews viewpost?postid=6809ec2a97df2
SithEmpire 1 point 1 month ago
The needlessly-long electoral process was time enough to self-deport.
/v/WTF viewpost?postid=6807ec7e3c016
SithEmpire 3 points 1 month ago
Not via their official IDE at least, it is absolute dogshit. I haven't checked, but the first thing I'd want to establish is how the underlying toolchain works, get my own processes working for compile and flash. Learn how its memory addressing is mapped.
I'm more familiar with the Pico micro from Raspberry Pi (RP2040), where they provide CMake integration for compiling a compatible binary, and it's otherwise just a C program using a simple library for GPIO access. Interesting virtual filesystem interface for flashing a program easily, although personally I build and use their open source utility because that can also write static data into spare memory locations.
/v/technology viewpost?postid=6807806804567
SithEmpire 1 point 1 month ago
Even just putting new laws to trial for constitutionality before enacting them would be a good start, rather than everyone having to assume they're legit until someone challenges them at great personal stake. These days a generative AI can help by considering the full constitution and all previous rulings ever, then highlighting flaws for manual review.
Indeed laws should be signed by their architects and have a record of people endorsing them, including voting for them, with stiff penalties should it be found illegitimate later.
/v/TellUpgoat viewpost?postid=6805b9a8d2f1d
SithEmpire 2 points 1 month ago
Linus was aggressive in caring about ONE fucking thing, being whether code is good, after which it doesn't matter whether the programmer is a hammer-and-sickle-waving socialist. They can't live with that though, because they are ideologically opposed to merit.
In any case, the whole point of open source software such as Linux is that they're free to fuck off and fork it.
/v/Linux viewpost?postid=6805a42d19a10
SithEmpire 0 points 1 month ago
Wait, who considered interning, you or your roommate? That sounds like your roommate applied or whatever, and in response they wanted to review you as well.
Kinda funny and a deserved response for disturbing you though.
/v/whatever viewpost?postid=6804fd0381a46
SithEmpire 0 points 2 months ago
You missed the non-citizen part, to whom it doesn't apply.
/v/news viewpost?postid=6802c9185fc3b
SithEmpire 0 points 2 months ago
Setting aside the impotence of the order, this part is always ill-conceived and one-sided:
> deporting any noncitizen ... without first allowing them to raise concerns about their safety.
What about the safety concerns of millions of citizens if aliens get the message that they basically can't be removed? To use the phrase of the mortally empathetic left, isn't there someone you forgot to ask, *judge*?
*Any* basic premise applied to an individual alien and used to argue for retaining it can be reapplied to millions of citizens and used to make an amplified argument for deporting it. Makes me question how judges maintain reputability after vomiting fallacies all over the normie news.
/v/news viewpost?postid=6802c9185fc3b
SithEmpire 3 points 2 months ago
Can't fault the enthusiasm at least -
> $JPROOF presents itself entirely immune from the typical jewish jeetery that the trenches have grown far too familiar with in recent years.
> Send a message to the financial parasites of the world. The JEW WORLD ORDER IS OVER.
/v/Jews viewpost?postid=6802fdc9d82e6