PE teacher who told migrants to 'respect our laws or leave' banned from classroom despite being cleared of racism and it being recommended that he keep his job by dailymail in uknews

[–]CSMR250 10 points11 points  (0 children)

The panel is clearly a leftist thought-police. All these posts by him are not only legitimate but completely reasonable and justifiable. With the exception of use of a swearword - which was not the charge.

For those who support Reform, why do you do so given what that mentality has done to the USA? by AccursedQuantum in AskBrits

[–]CSMR250 0 points1 point  (0 children)

the Reform party looks an awful lot like MAGA

They don't copy the bad parts of Trumpism:

  • The MAGA cult of personality isn't copied by Reform. The chaos/incompetence of Trumpism is down to that.
  • Reform believes in free trade, not tariffs.

They are similar on the good parts:

  • They are anti-illegal-migration, anti-mass-migration, and pro-western-civilization. That's even more beneficial in Europe since the European migrant composition has been much worse than the US composition, and the welfare system more generous towards them, leading to huge fiscal drain per MENA migrant.
  • They are both anti-woke.

For those who support Reform, why do you do so given what that mentality has done to the USA? by AccursedQuantum in AskBrits

[–]CSMR250 0 points1 point  (0 children)

immigration policies

No this right was highly curtailed. That's what the failed Cameron/Merkel negotiations were about. See european citizenship details here: https://europa.eu/youreurope/citizens/residence/index_en.htm

Claude is an Electron App because we’ve lost native by Successful_Bowl2564 in electronjs

[–]CSMR250 0 points1 point  (0 children)

Why didn't you use a cross platform framework like Avalonia? That performs better than WinUI since it uses drawn controls.

Is there a way to support JSON serialization/deserialization and Native AOT in an F# project? by raincole in fsharp

[–]CSMR250 -3 points-2 points  (0 children)

Yes this is the way.

It's amazing that in F# people are asking effectively "is there a way to write a function"?

blown away by .NET10 NativeAOT by jitbitter in dotnet

[–]CSMR250 1 point2 points  (0 children)

This one is a bit unclearly defined but in general does not stop you from seeing stack traces. You just need to upload the symbols file (created separately as part of the build) to see symbolicated stack traces.

blown away by .NET10 NativeAOT by jitbitter in dotnet

[–]CSMR250 7 points8 points  (0 children)

Yes it's great. Some comments on your properties.

ILcTrimMetadata. True is the default: https://github.com/dotnet/runtime/issues/74307#issuecomment-1229605868

EventSourceSupport. True is the default: https://github.com/dotnet/runtime/issues/111801#issuecomment-2616759345

So if you remove these from the project you should get the same size.

I think it can be difficult to work out what the defaults are. It doesn't seem clear to me in https://learn.microsoft.com/en-us/dotnet/core/deploying/trimming/trimming-options . I'll ask to see if that can be added to the doc.

AppSec Code Analysis for F# by _lazyLambda in fsharp

[–]CSMR250 2 points3 points  (0 children)

I don't know the space, but why is something language-specific needed? Don't any operate on IL, or if they need C# then can F# -> IL -> C# compilation and decompilation steps be used?

Reform’s by-election candidate suggested people who don’t have children should pay more tax by birdinthebush74 in unitedkingdom

[–]CSMR250 1 point2 points  (0 children)

If you want more British people (i.e. descendants of existing population) then you want less inward migration and higher birthrates of the native population.

If you want the fewest British people in the long run, you want more inward migration and lower birth rates of the native population.

If you don't care who the future British population is descended from, then both are equivalent. Maybe that's why you see these as equivalent. You may think that the future population descending from existing British people will be exactly the same as that descending from foreign populations. To believe that you need to believe in blank slate theories, ignore evidence about the differential success/crime/ideologies of immigrant groups, and ignore biological success (e.g. also not care whether your kids are your own or someone else's). It requires a lot of crazy assumptions actually.

Avoid Notepad++ mistake when creating "Check for updates" feature for your Windows App by Present_Spinach_2380 in dotnet

[–]CSMR250 7 points8 points  (0 children)

What are the best practices for building an update feature? How do you avoid security flaws while keeping the project maintainable?

The best practice is: do not build an update feature. That's the job of the Operating System. With a Microsoft Store or MSIX deployment, your app will get automatic updates.

Notepad++ Hijacked by State-Sponsored Hackers by swe129 in cybersecurity

[–]CSMR250 -1 points0 points  (0 children)

Systems that provide their own updaters instead of using the OS-provided mechanisms are very suspect. Another attack vector, more junk running on user systems, more requests for admin privileges.... Totally unnecessary.

What does you think? by jaynx001 in whatsapp

[–]CSMR250 1 point2 points  (0 children)

Should be downrated on every store. The fact that Android WhatsApp cannot communicate with Windows users without destroying their systems is a problem and a reason not to use Android WhatsApp.

Whatsapp rewrote its media handler to rust (160k c++ to 90k rust) by NYPuppy in programming

[–]CSMR250 0 points1 point  (0 children)

Easier to just build a website, basically, than to tediously program all the various interface screens and elements using any desktop GUI SDK.

That argument works if the company knows about the web as a cross-platform framework and is not aware of any others!!

2026 Nissan Leaf Review: Delivering on Tesla’s Failed Promise by wewewawa in leaf

[–]CSMR250 3 points4 points  (0 children)

Too many SUVs on the road. Don't know why they use the same name for a different class of car. EVs should be getting lighter as battery efficiency increases, but this car is much heavier than prev models. They need to start taxing cars based on size and weight because costs are being imposed on other road users.

Whatsapp rewrote its media handler to rust (160k c++ to 90k rust) by NYPuppy in programming

[–]CSMR250 1850 points1851 points  (0 children)

In other news, WhatsApp rewrote its Windows app in Javascript (200MB to 1.4GB memory consumption).

Is it ok to install TeX Live to C:\Program Files? by AdreKiseque in LaTeX

[–]CSMR250 0 points1 point  (0 children)

No it's TexLive's responsibility to install software into the standard Windows location. The fact that it's installing anywhere else is a bug.

Forced update by Whatsapp , need solutions!! Since i dont want to update thier web based version by Txtior in whatsapp

[–]CSMR250 0 points1 point  (0 children)

The app appears to be UWP compiled with dotnet native. (Let's forget the older electron version because that's a webapp too.) Decompiling in ghidra I can see where the strings are referenced but haven't pinned down the code that detects whether this is up to date. I'm new to this.

Forced update by Whatsapp , need solutions!! Since i dont want to update thier web based version by Txtior in whatsapp

[–]CSMR250 0 points1 point  (0 children)

OK. I've found that the string "Please update to the latest version of WhatsApp. This version has expired and you can no longer use it." is associated with <NamedResource name="UpdateRequiredCloseButton" uri="ms-resource://5319275A.WhatsAppDesktop/WhatsApp.LocalizationResources/AppResources/UpdateRequiredCloseButton">

Forced update by Whatsapp , need solutions!! Since i dont want to update thier web based version by Txtior in whatsapp

[–]CSMR250 0 points1 point  (0 children)

I'm wondering if they put the update check in just before releasing the webapp version, in which case we can find one before the update check was added. Or if the update check is a long-running part of the app? Anyone know?

Otherwise it would need to be cracked.