- 89 Posts
- 466 Comments
e8d79@discuss.tchncs.deto
Programming@programming.dev•Where should a programmer use C++ instead of C#?
5·10 days agoYou can use C# for pretty much anything the question is how convenient it is to do so. There are even some people who try to use .NET with embedded systems. I would use C++ only in cases where performance is the most important aspect of the product and even that niche grows smaller and smaller as time marches on. For example, at my current job we are using C# to implement some pretty intense image processing algorithms. Initially we wanted to use C++ for the performance critical parts, but we are still well within our performance targets using C# alone.
e8d79@discuss.tchncs.deto
Programming@programming.dev•Where should a programmer use C++ instead of C#?
2·10 days agoWhen you don’t want to depend on .NET runtime.
e8d79@discuss.tchncs.deto
Europe@feddit.org•In Germany, critics of the government are losing their bank accounts, and moreEnglish
1·11 days agoFirst of all why are you digging up a 4 month old topic? About your quote, very cool never heard that one before…
Lets take a look at the thousands of dead directly caused by the actions of the Putin and his ilk. Just to make it really simple for the dumbest tankies at the back of the class. Russia invaded an independent nation. They are abducting children from said nation. They kill civilians without mercy. The DKP, instead of standing up to imperialism, makes idiotic statements about NATO expanding aggressively eastwards as if those countries didn’t join voluntarily for a good reason. That parties ideology distills down to “America bad, therefore Russia good” and it never changed. So I stand with what I said.
e8d79@discuss.tchncs.deto
Programming@programming.dev•The West Forgot How to Build. Now It's Forgetting Code
111·20 days agoSo how would I create such an “Open Source” model? They don’t share the data used to create them do they? Let’s not even get started on how much computing power I would need to train one of those things. These selfhosted models solve nothing except some data privacy issues. Sure you no longer send all your code to a shady AI company but you are still 100% dependent on them sharing their models.
e8d79@discuss.tchncs.deto
World News@lemmy.world•Trump 'to review UK's claim to Falklands' in bombshell Iran punishment moveEnglish
8·23 days agoThatcher had to be genuinely talked down from using Nukes
There are only two source I could find for any such claims. One is an interview with Michael Quinlan, former Permanent Secretary of the Ministry of Defence, who claims that after the war ended Thatcher suggested to him that she would have considered using nuclear weapons if the war went badly enough. The other is this book by Mitterrands psychiatrist written ~20 years after the conflict. I only really think the interview is a credible source, and it sure doesn’t sound like they genuinely had to talk her out of using nukes at any point.
If Wikipedia is to be believed these people aren’t following Islamic rules. I’d wager that this is once again an issue that stems from traditions made for people of a different time. I assume slaughtering animals used to be a common skill but today expecting the average untrained city dwelling man to correctly slaughter a goat once a year inevitably leads to a lot of needlessly suffering animals.
e8d79@discuss.tchncs.deto
Games@lemmy.world•Google removes Doki Doki Literature Club! from the Play StoreEnglish
1101·1 month agoEnjoy your curated experience brought to you by Apple, Google, Microsoft, Mastercard, and Visa. Rest assured that nothing will challenge you with uncomfortable topics or viewpoints.
Its the GNOME car! Brought to you by EmmanueleBassi and named accordingly…

e8d79@discuss.tchncs.deto
Technology@lemmy.world•Reddit banned Paul McCartney over phone-free concert photos post in their subredditEnglish
271·2 months agoYes that happens, for some reason that user actively goes to FuckAI and bans people who posted there. I can only assume that they see disdain for AI as a personal slight.
e8d79@discuss.tchncs.deto
Programming@programming.dev•Should I teach students who doesn't know computer science C or JavaScript first?
1·2 months agoI would go for something like Processing for students who are just trying to learn a bit of programming as an extra credit. The JS implementation is called p5.js. I would introduce a little bit of C later in the course once the students are familiar with basic programming concepts. That way you can show them what is happening behind the scenes without overwhelming them from the start.
I consider the ORM hate uninformed and misguided at best. Just like any other technology not all of them are created equally there are better ones and worse ones. I have used Entity Framework Core for years and have almost no complaints but If I only knew ORMs like NHibernate then I might have a different opinion.
e8d79@discuss.tchncs.deMto
Fuck AI@lemmy.world•Microsoft is using AI slop to promote Windows 11 features, and it’s painfully obvious
16·2 months agoI love that even the hardcore Windows enthusiasts are despising Microsoft’s AI slop.
Yes the mere existence of slop machines is totally forcing those developers to shit all over their painstakingly crafted creations and deliberately hiding it. Really hard to argue with that.
If its such a bother to create something without supporting these fascist enabling and thieving cunts that are all AI companies, maybe they should consider not doing anything at all.
Turns out GloriousEggroll who is best known for Nobara and GE-Proton is defending this shit as well.

Aubergines, cucumbers, kiwi, and citrusfruit are botanical berries as well. The correct answer is that berry should be seen as a culinary term just like fruit and vegetable.
e8d79@discuss.tchncs.deto
Android@lemdro.id•Microsoft Authenticator might exclude GrapheneOS in the future due to root detectionEnglish
151·2 months agoThe difference being that Motorola is a well established device manufacturer and not just a community project with minimal funding. Google using play integrity to exclude a competitor could be very easily seen as an abuse of market power and they already have problems with antitrust laws.
e8d79@discuss.tchncs.deto
Technology@lemmy.world•Windows 12 Reportedly Set for Release This Year as a Fully Modular, Subscription-Based, AI-Focused OSEnglish
1·2 months agoNo alternative codecs wont do, the application we are building has a hard dependency on these specific dlls due to another dependency requiring them. It was also just one example of many excuse my hyperbole. Here is another one, try to get winget to work with a local package cache. You have to go to some third party developer for that. Want another one? How about debugging windows binaries in an offline environment. Reasonable requirement? Microsoft says no.
e8d79@discuss.tchncs.deto
Technology@lemmy.world•Windows 12 Reportedly Set for Release This Year as a Fully Modular, Subscription-Based, AI-Focused OSEnglish
2·2 months agoWhy is this arbitrarily “a whole different story” and who said anything about UWP, it’s the media codecs we depend on. Windows 10 N offered an offline installer for that “optional feature” and now Microslop makes my life more difficult for no reason at all.
e8d79@discuss.tchncs.deto
Technology@lemmy.world•Windows 12 Reportedly Set for Release This Year as a Fully Modular, Subscription-Based, AI-Focused OSEnglish
21·2 months agoOk, where can I download the Media Feature Pack for Windows 11 N as an offline installer?




















I think they added AOT with .NET 6 and they are supporting Linux ever since the .Net Framework, .NET Core split.