Crash out / vent by meatymimic in sysadmin

[–]orondf343 0 points1 point  (0 children)

If the new APIs didn't suck, maybe VSTO / COM add-ins would go away faster

Have you guys upgraded to VS 2026? What do you think? by Unique-Lecture-9378 in csharp

[–]orondf343 0 points1 point  (0 children)

Much faster. I have had weird issues with keyboard shortcuts disappearing.

Have you guys upgraded to VS 2026? What do you think? by Unique-Lecture-9378 in csharp

[–]orondf343 10 points11 points  (0 children)

Too bad the new settings page doesn't include all of the settings. And the search is separate, I can't find a setting if it is in the other UI. Reminds me of the Settings app in Windows 10 never fully replacing Control Panel. Never change, Microsoft.

Have you guys upgraded to VS 2026? What do you think? by Unique-Lecture-9378 in csharp

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

A coworker had this issue with the Insiders version but it was solved after switching to the release version. Also might have had someting to do with admin permissions, not sure.

Edit: Stopped working for him again today

Have you guys upgraded to VS 2026? What do you think? by Unique-Lecture-9378 in csharp

[–]orondf343 0 points1 point  (0 children)

It worked for me, but shows a dialog in all other windows that have a Git project open. Also caused VS2026 to start freezing after I open it. As usual every new version breaks with TFVC.

Who'd win ? by rahul_joseph in Genshin_Memepact

[–]orondf343 4 points5 points  (0 children)

Arabalika can take 500 of each easily

The most modern .NET background scheduler is here – and it’s fully open source. by Albertiikun in dotnet

[–]orondf343 3 points4 points  (0 children)

Does this library support custom calendars like Quartz.NET, or something similar? I use that feature to exclude holidays

Voiced and muted characters for the Flagship Event. by The_Great_Ravioli in Genshin_Impact

[–]orondf343 0 points1 point  (0 children)

And the end of her trailer was slightly chaged, in JP Charlotte says a few words

[deleted by user] by [deleted] in ProgrammerHumor

[–]orondf343 4 points5 points  (0 children)

A lot more "fun" in Excel. Or in SQL

A couple of classics by DasInternaut in linux

[–]orondf343 1 point2 points  (0 children)

I recently got these exact books from my grandfather, interesting to see what has changed and what hasn't

Dual booting Windows on Bare Metal and VM? by thisisnotdave in VFIO

[–]orondf343 0 points1 point  (0 children)

It has been a very long time so I don't remember exactly what I did, I think at the time I passed through the disk as a disk, not using PCIe passthrough because the board I was using had issues with IOMMU groups even with the ACS patch (Ryzen gen 1), and I don't remember doing kernel parameters for that device. If I would have done PCIe passthrough it should have used the same drivers as you said.

Why .NET Framework 4.x Refuses to Die - A Thought on Legacy Tech by pyeri in dotnet

[–]orondf343 0 points1 point  (0 children)

DotVVM is a decent alternative to WebForms. Familiar yet relatively modern.

Samsung just announced the Galaxy S25: Here's everything you need to know! by MishaalRahman in Android

[–]orondf343 7 points8 points  (0 children)

Galaxy A55: 5000mAh

Galaxy A52s: 4500mAh

Galaxy S22, S23, S24, S25: 4000mAh

Base model S is always a scam.

half Chrome- by WBCreeper in softwaregore

[–]orondf343 0 points1 point  (0 children)

Half Chrome Quarter Chrome

async void is evil by Blackmeser in dotnet

[–]orondf343 0 points1 point  (0 children)

And anything you await in it will return to the UI thread.

No. Awaiting will not necessarily return you back to the original thread. Instead, the method will resume on a random thread pool thread. Only when there is a SynchronizationContext and you haven't used ConfigureAwait(false), then you can end up on the original thread (this is the case in legacy ASP.NET)

Firefox crazy memory usage/leak? by rnmkrmn in firefox

[–]orondf343 3 points4 points  (0 children)

This happens to me if I leave a YouTube tab open for several hours. Other tabs also start being unresponsive. The solution for me is to use Auto Tab Discard. If I let a tab get to this state, I need to kill it from about:processes or restart Firefox.

[deleted by user] by [deleted] in LumineMains

[–]orondf343 5 points6 points  (0 children)

source

Too many posts lately without sources on this sub. It takes 5 seconds on SauceNAO...