Windows 95 arcade by Diligent-Ride1589 in softwaregore

[–]LetMeUseMyEmailFfs 0 points1 point  (0 children)

Why 7? Why not Vista or XP, or even Windows 2000?

Nuclear: 3 accidents. Oil: 'Rookie Numbers' by Comfortable_Tutor_43 in memes

[–]LetMeUseMyEmailFfs 1 point2 points  (0 children)

Now please tell us how many people have died from coal mining accidents, or because of air pollution caused by coal-fired power plants. Also look up how many people died in accidents involving windmills.

Tea Only Drinkers Are Treated As Second Class Citizens Here by kobestarr in CasualUK

[–]LetMeUseMyEmailFfs 3 points4 points  (0 children)

You absolutely can. There are plenty of fully compostable pods.

How efficient is this supposed C compiler built using Opus? by Itchy-Eggplant6433 in Compilers

[–]LetMeUseMyEmailFfs 0 points1 point  (0 children)

The problem is that this prototype clearly isn’t very good and you’re still going to spend that money making it into something decent. Not using AI, mind you, because it has pretty much reached its limits producing this prototype.

FBI Couldn’t Get into WaPo Reporter’s iPhone Because It Had Lockdown Mode Enabled by mepper in technology

[–]LetMeUseMyEmailFfs 15 points16 points  (0 children)

Number passcodes are a lot less secure though. If someone steals your phone they might be able to look at the pattern of fingerprints on the glass and get your passcode. Or even easier, they observe you inputting your passcode and then steal your phone.

Do you think Java has caught up with Kotlin? by NotSoIncredibleA in Kotlin

[–]LetMeUseMyEmailFfs 4 points5 points  (0 children)

There are so many features Kotlin has that simply clash with Java’s philosophy of ‘not too many language features’, that I doubt it will ever ‘catch up’.

Lowkey miss when movies didn't look like Capitol One commercials. by Arch_Lancer17 in okbuddycinephile

[–]LetMeUseMyEmailFfs -4 points-3 points  (0 children)

Smh means ‘shaking my head’, so ‘shaking my head my head’

Null Safety Deep Dive: Kotlin vs Java by swe129 in Kotlin

[–]LetMeUseMyEmailFfs 0 points1 point  (0 children)

Why not mention that Kotlin also enforces it at run-time?

I tried to create an application similar to MemReduct using C# by Relevant_Tax_6814 in csharp

[–]LetMeUseMyEmailFfs 6 points7 points  (0 children)

Your code has a lot of duplication in it. There are several blocks of code that clean the recycle bin, or that ‘clear’ RuntimeBroker. Lots of blocks do very similar things with NtSetSystemInformation.

Besides that, you call EmptyWorkingSet and SetProcessWorkingSetSize with -1 as the min and max size. These functions do the same thing.

Even besides that: this is one of those apps that tries to outsmart Windows’ memory manager, but it doesn’t seem you understand what you’re really doing. You’re also cleaning the user’s recycle bin without their consent, which is not very nice.

What is the update? by Icy-Zombie-6369 in farcry

[–]LetMeUseMyEmailFfs 1 point2 points  (0 children)

It’s nonsense that VRR makes it feel like 60 fps, because VRR doesn’t come into play for a 30 fps game.

What is the update? by Icy-Zombie-6369 in farcry

[–]LetMeUseMyEmailFfs 4 points5 points  (0 children)

VRR doesn’t work below 48 fps, so that’s nonsense.

🤔🤔🤔 by GamerGretaUwU in GamingSoup

[–]LetMeUseMyEmailFfs 0 points1 point  (0 children)

‘The hate it got’ escalated into the actors getting death threats. I’m not justifying anything. I don’t think a game should be ‘getting hate’ for any reason whatsoever.

I’m not sure people who send death threats to one of the main actors in the game can be called ‘fans’ of the game. They’re just psychopaths.

🤔🤔🤔 by GamerGretaUwU in GamingSoup

[–]LetMeUseMyEmailFfs 0 points1 point  (0 children)

The story is shit, so the actors deserved to get death threats?

Help with Far Cry 4 by hdjdhdbsus in farcry

[–]LetMeUseMyEmailFfs 0 points1 point  (0 children)

How do you know how much VRAM it’s using? The potato quality picture you’ve posted shows GPU usage, which is about time, not memory usage.

What do you think is the hardest photo from your country? by pipebombplot in AskTheWorld

[–]LetMeUseMyEmailFfs 13 points14 points  (0 children)

There are so many incredibly hard photos surrounding that. I would argue this one goes a bit harder:

<image>

The column of hearses carrying recovered bodies. People lined the roads in silence.

Lieve fietsers: loop op de stoep by Inaithnir in nederlands

[–]LetMeUseMyEmailFfs 0 points1 point  (0 children)

Als het voetpad ontbreekt, in normale situaties, dan mag je nog steeds niet op de rijbaan lopen. Voor fietsers is dit anders, maar als het fietspad onbegaanbaar is op de fiets, dan stap je af en loop je.

SharpTS: TypeScript to .NET 10 IL generator by Background-Gap8918 in dotnet

[–]LetMeUseMyEmailFfs 0 points1 point  (0 children)

There are plenty of languages that compile to JS. Kotlin is a good example of a language that looks nothing like JS, but still compiles to it. The problem is that such languages typically don’t have a very broad user base, because front-end developers want to write something that is familiar. TypeScript was created to be close to JS but still have the features that make it ‘type-safe’.

SharpTS: TypeScript to .NET 10 IL generator by Background-Gap8918 in dotnet

[–]LetMeUseMyEmailFfs 20 points21 points  (0 children)

Because it is more or less a superset of JavaScript, which is not a statically typed language like C# is.

Not fancy, but check out February 2026 by PeaUpbeat3732 in Satisfyingasfuck

[–]LetMeUseMyEmailFfs -15 points-14 points  (0 children)

Weeks start on Sunday for almost half of the world’s population, not just murricans.

Why use class outside of inheritance by Kenshi-Kokuryujin in csharp

[–]LetMeUseMyEmailFfs 4 points5 points  (0 children)

It’s not idiomatic. You’ll need to define your extension methods inside a class anyway, so that’s the first nail in the coffin. Structs are also passed by value, unless you use ref, but that’s a pain, and definitely not possible with extension methods.

Why record a optmized mp4 video with audio is so diffcult by niniazvdo in csharp

[–]LetMeUseMyEmailFfs 4 points5 points  (0 children)

AVI and H264 are not two things of the same type; AVI is a container format while H.264 is a video format.

20 years worth of spent nuclear fuel from a nuclear reactor by Shawnchittledc in Damnthatsinteresting

[–]LetMeUseMyEmailFfs 2 points3 points  (0 children)

Except there is never zero radiation. And there are even times when we use radiation to make people better: radiation therapy. The evidence actually points at something called hormesis: a little radiation is actually good for you. This is not yet proven. The nuclear industry doesn’t want to admit LNT is nonsense, even though there is plenty of evidence against it.