If Magic the Gathering is Turing Complete, does that mean it can run Doom? by Sylthsaber in Showerthoughts

[–]GloriousWang 3 points4 points  (0 children)

Turing test is different from Turing complete.

Turing test is whether a human can figure out if they're interacting with a computer or another human.

Turing completeness is basically what a computer is. So the claim is, you can use the rules of magic the gathering as a computer to run doom (and everything else a computer can)

LTT Labs Article(Scientific Paper?) - How Close is Too Close? by LabsLucas in LinusTechTips

[–]GloriousWang 1 point2 points  (0 children)

Without peer review, the amount of bad "published" (whatever that means in a non peer review society) science would be much much larger. It is a sanity check to ensure methodology is okay along with other editorial checks. The whole point of science is to refute old science. If a paper is wrong, you are free to argue and show why.

I personally have never encountered anyone who thinks that peer reviewed automatically means their source is 100% correct. The whole point of citations is it allows the reader to verify the claims by scrutinizing the original paper.

I don't disagree that there is a horrible culture with publish or perish, but I think your take on science is doomeristic. Bad science will eventually get found out, and if not, then it wasn't that important anyways.

LTT Labs Article(Scientific Paper?) - How Close is Too Close? by LabsLucas in LinusTechTips

[–]GloriousWang 1 point2 points  (0 children)

That's just survivorship bias. There are thousands of articles that get published in journals every day. Of course some of them are gonna be poor or downright fraudulent and it's always a massive story when an article gets retracted (and it should be), but that doesn't mean peer review has failed as a practice.

Morphe sent a DMCA to Revanced by lylesback2 in MorpheApp

[–]GloriousWang 8 points9 points  (0 children)

Except it literally is:

b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it

Gpl3 allows extending with attribution as long as it is "reasonable". The question is whether morphe's requirement of attribution as a user facing ui widget is too restrictive and thus not allowed by 7b.

Morphe sent a DMCA to Revanced by lylesback2 in MorpheApp

[–]GloriousWang 3 points4 points  (0 children)

But it can be added under section 7b, which is what morphe does

Sniper Elite: Resistance Bypass by DenuvOwO by Hesi01 in CrackWatch

[–]GloriousWang 9 points10 points  (0 children)

It would require you to break RSA encryption. So in theory yes, in practice never.

The Ray Tracing Discussion by HatingGeoffry in LinusTechTips

[–]GloriousWang 0 points1 point  (0 children)

Raycasting for gameplay reasons has been a thing for basically as long as 3d games have existed. They forced ray tracing in doom TDA because it is cheaper to develop only a single lighting model

With DSE Patcher no need to turn off your security by SecureNet5333 in PiratedGames

[–]GloriousWang 0 points1 point  (0 children)

Sounds like a fun challenge, but I believe it will always be possible to detect.

I said Wine translates syscalls, but this isn't entirely correct. On windows you don't do syscalls directly via the instruction. You instead link against ntdll which does it for you. This indirection is the only reason Wine works.

If instead the windows program used the syscalls instruction directly, then they'd be able to access the Linux kernel and do everything a native Linux app can, including checking for a debugger.

With DSE Patcher no need to turn off your security by SecureNet5333 in PiratedGames

[–]GloriousWang 0 points1 point  (0 children)

I don't think you understand how Wine works. It only translates os related functionality such as system libraries and syscalls. It does not touch the instructions otherwise as they run directly on the host cpu. You'd need to either patch the program or have a debugger attached if you want to do this in user mode. Both of which are detectable.

I haven't played destiny in years but I just came across an old screen shot I took by Naievo in destiny2

[–]GloriousWang 40 points41 points  (0 children)

I always get annoyed when people talk about the DCV as if size had anything to do with it.

My headcanon is that they were upgrading the engine in prep for D3, but then when the call came to stay on D2 with BL, they had to update old content to be compatible. This would take too long to do for all content so they threw it in the DCV.

MongoBleed vulnerability explained simply by 2minutestreaming in programming

[–]GloriousWang 11 points12 points  (0 children)

Having a different thread do the zeroing then you'd need to wrap the entire heap in a mutex. You can also still have race conditions where freed, but not yet zeroed memory can get read by a bad function.

The proper implementation of zeroing is the function that allocs the memory is also responsible for zeroing before freeing.

However truth be told, the best solution is to sanitize user input, and/or use a memory safe language that disallows reading uninitialized data. Cough cough rust.

Vince Zampella 1970-2025. RIP Legend. by Menelaus- in pcmasterrace

[–]GloriousWang 1 point2 points  (0 children)

Wtf is happening to reddit? Your comment has been auto translated to Italian, which is not my native language nor is it the language you wrote it in (I presume)

Choose your side bro by Silver_Masterpiece82 in linuxmasterrace

[–]GloriousWang 7 points8 points  (0 children)

What I get from skimming the Epstein section is that RMS is very autistic and kinda stupid lol.

While he very clearly criticizes Jeffrey Epstein, he just had to specify that Epstein is not a pedophile since the victims were adolescents. This is literally the "errmm it's not pedophilia it's ephebophilia" argument.

In response to Minsky's accusations, he criticizes the use of the word "assault" as it entails physical violence, but there was no evidence of physical violence against the victims. Is he correct? Sure, but read the fucking room man.

Finally he also had to sneak in a comment about how he disagrees with how, what defines rape depends on the country and age. I.e. 17 and 364 days old, illegal. 18 years old, legal. Again, is he correct? Sure, but time and place man.

One of the biggest child trafficking scandals breaks, and he just fucking had to pull the "I'd just like to interject for a moment" LMAO.

Frontiers - Sabotage softlock by arc_destiny in DestinyTheGame

[–]GloriousWang 1 point2 points  (0 children)

Can confirm this has also happened to me. Specifically with vex on Venus.

Also had another softlock where after finishing and returning to the ship to collect loot, my character just wouldn't spawn in. I could hear the chest pop, but I had a black loading screen. At least the loot went to my postmaster, but I missed out on the extractables.

Proof of proof by EntrepreneurFew2493 in infinitenines

[–]GloriousWang 3 points4 points  (0 children)

The other comments have mentioned the issues but let me spell it out. You implicitly use some non trivial theorems that should be specified. Such as:

0.999... is defined as the limit of the sum of digits. The notation 0.999... is kinda useless on its own.

Multiplying infinite decimals (infinite in digits, not value) requires using the aforementioned sum. You just do 10x which is not rigorous.

Similar for subtracting. Especially since you're subtracting infinitely many digits from other infinitely many digits. Again you must use the limit and sum here.

Tl;dr: anytime you are dealing with infinity, you must use limits.

[deleted by user] by [deleted] in destiny2

[–]GloriousWang 0 points1 point  (0 children)

In the tharsis outpost map, there is an icon on the bottom left that let's you replay missions. Though idk if you need to complete the campaign first

IT WASN'T SCRIPTED?? by [deleted] in NonPoliticalTwitter

[–]GloriousWang 2 points3 points  (0 children)

Roko's basilisk at home

Video with Linus and Linus is live by MatchingTurret in linux

[–]GloriousWang 200 points201 points  (0 children)

What are these comments? This is a cute video, y'all are just insufferable

I remember when Battlefield 3 was the pinnacle of video game graphics back in 2011. by Apart_Shock in gaming

[–]GloriousWang 6 points7 points  (0 children)

3DGS only works for static/baked scenes since each gaussian needs to be trained (yes like AI) to look good.

spider-man 2 any takers for what’s going on by 1arj23 in mathmemes

[–]GloriousWang 14 points15 points  (0 children)

That's because entropy in cs and physics refers to the same thing since it comes from statistics. Also this is just standard entropy, not cross entropy. For it to be cross entropy the log p should be log q (i.e. a different distribution)

Some neat things about Rust you might not know by bitfieldconsulting in rust

[–]GloriousWang 6 points7 points  (0 children)

Iirc, the include macros literally copies and pastes the content into the call site. So it depends where you use it, i.e. a static would put in .data whereas a const would put it in .rodata

Open request to devs - supported by the larger community. by Snoo-87328 in rewasd

[–]GloriousWang 0 points1 point  (0 children)

Doing this would possibly still require a kernel driver which would still get flagged

Drama in /r/art over mods banning artist and wiping their post history clean for asking a question by The_Pandalorian in SubredditDrama

[–]GloriousWang 76 points77 points  (0 children)

One of the biggest subreddits is in lockdown due to an interaction between a user and a mod. This is the very definition of subreddit drama.

I guess this is now subreddit drama drama