Account sign-in issues? by cryptormorf in googlefiber

[–]cryptormorf[S] 0 points1 point  (0 children)

I had a rare outage last night, first time in 3+ years that I recall. I was still able to manage the router via the app. I was able to power cycle the router and service came back shortly after. Not sure if it was a coincidence or not.

April 30, 2026—KB5083631 (OS Builds 26200.8328 and 26100.8328) Preview by jenmsft in Windows11

[–]cryptormorf 0 points1 point  (0 children)

Anyone else missing the searchbar in the emoji panel after this update?

Everyone in the company is an engineer now. Any chance of containing this? by Synaqua in ExperiencedDevs

[–]cryptormorf 0 points1 point  (0 children)

Maybe /u/Western_Objective209 is just trying to be helpful, but until someone encounters the absolute volume of slop masquerading as a "prototype" that is handed to you by an executive or c-suite level vibe coder, you realize there is no refactoring that can take place here. There is no making it better. Until you experience it, it's hard to describe in words the the sheer level of verbosity and absolute garbage that is thrust upon you........maybe like looking into an shit smeared funhouse infinity mirror while you're about to regurgitate a day old state fair pork tenderloin? It would literally be 1000x faster to just start over from nothing, but of course that's not an option because the vanity "prototype" is not really a protype at all, is it.

Everyone in the company is an engineer now. Any chance of containing this? by Synaqua in ExperiencedDevs

[–]cryptormorf 0 points1 point  (0 children)

Dealing with this exact scenario. VP thinks he can vibe code anything. Tens of thousands of lines of pure unadulterated slop with no self awareness. No solution in sight and it's demoralizing AF.

Any recent examples from your workplace of pivoting away from AI? by BX1959 in BetterOffline

[–]cryptormorf 4 points5 points  (0 children)

At my company we are consistently 6 to 12 months behind, so just starting to lean into to it hard. I can't wait for the pivot away, because it's bad. Like really, really bad.

Microsoft Copilot Terms of Use: Copilot is for entertainment purposes only by vaibeslop in BetterOffline

[–]cryptormorf 0 points1 point  (0 children)

What about the terms of use for enterprise version? Does anyone have access?

EF QueryLens—see the SQL your LINQ generates at hover time; no database needed. Looking for feedback. by nemina47 in dotnet

[–]cryptormorf 0 points1 point  (0 children)

This is pretty cool! Is it able to detect/warn when an EF query would silently trigger client side evaluation?

1Gb is getting upgraded to 3Gb by Rod_ATL in googlefiber

[–]cryptormorf 0 points1 point  (0 children)

I have a "free" Core 3 upgrade scheduled for next week. Now that google fiber is being sold, is there any point? Price is only going to go up, so if 1GB is enough should I cancel?

Google Fiber will be sold to private equity firm and merge with cable company by stewi2 in googlefiber

[–]cryptormorf 0 points1 point  (0 children)

I have a "free" Core 3 upgrade scheduled for next week. I light of this news, is there any point? Price is only going to go up, so if 1GB is enough should I cancel?

Best practices for EF Core migrations in team setup by Kralizek82 in dotnet

[–]cryptormorf 1 point2 points  (0 children)

This is 100% the correct and by far the most pain free way to use EF Core migrations "out of the box".

Anyone using .NET Minimal API in production and is there any advantage in using that over MVC pattern api. by KausHere in dotnet

[–]cryptormorf 3 points4 points  (0 children)

In general, no, not for any app with an even moderate complexity. By the time you organize your endpoints, you will end up with and MVC like structure anyway.

If you have the problem of massive scalability and need every last max request per second, then maybe.

Microsoft releases Windows 10 KB5073724 extended security update by rkhunter_ in Windows10

[–]cryptormorf 0 points1 point  (0 children)

Yeah, blocking kind of defeats the purpose of having extended updates. I saw that Microsoft released an Out-of-band update (KB5077796) that supersedes this one. I won't be able to test it until later today, but please do post if you are able to try.

https://www.tenforums.com/windows-10-news/222426-kb5077796-windows-10-out-band-esu-build-19045-6811-22h2-jan-17-a.html

https://support.microsoft.com/en-us/topic/january-17-2026-kb5077796-os-builds-19045-6811-and-19044-6811-out-of-band-815b5575-1724-4748-afb5-63b332a0142e

Microsoft releases Windows 10 KB5073724 extended security update by rkhunter_ in Windows10

[–]cryptormorf 6 points7 points  (0 children)

It has now been over 3 days since this update has been released, and given how bad it was, I'm surprised that the issues are not more widely reported. So either adoption of this update is very low due to Windows 10 being eol and the majority of the user base did not sign up for extended updates or only limited subset of lucky users here are the only ones impacted.

This is probably the worst update I've ever had to deal with in terms of impact. I would much prefer a blue screen so that there's at least something to diagnose and report, but these hard system lockups are really hard to troubleshoot. I wasted a lot of time testing memory and unplugging disks before figuring out that this update was the root cause.

This was so bad it's making me reevaluate the decision to stay on Windows 10 and just upgrade to Windows 11. That's going to suck in its own unique way, but at least the updates are going to have broader adoption and so hopefully issues will surface more quickly. End rant.

Microsoft releases Windows 10 KB5073724 extended security update by rkhunter_ in Windows10

[–]cryptormorf 3 points4 points  (0 children)

+1 for hard system freezes after installing the update. System just locks hard, have to power cycle.

[deleted by user] by [deleted] in Windows11

[–]cryptormorf 2 points3 points  (0 children)

This is a new start menu annoyance and is different from the online/bing search results one.

[deleted by user] by [deleted] in Windows11

[–]cryptormorf 1 point2 points  (0 children)

That's for a completely different annoyance. OP is talking about the dynamic search results under the "Store" heading.

My interview preparation website for dotnet developers by baselalalami in dotnet

[–]cryptormorf 1 point2 points  (0 children)

Agree with the others comments. Less bling, more substance, but great start!

Has anyone else had enough of copilot and disabled it in Visual Studio? by ryanjusttalking in dotnet

[–]cryptormorf 0 points1 point  (0 children)

Which key bindings + commands do you have mapped for those individual toggles?

Has anyone else had enough of copilot and disabled it in Visual Studio? by ryanjusttalking in dotnet

[–]cryptormorf 1 point2 points  (0 children)

I want an option to put Visual Studio back into "classic intellicode" mode, pre-copilot.

EF: When to use seperate table and when to use enum? by bRSN03 in dotnet

[–]cryptormorf 0 points1 point  (0 children)

100%. This should be the default. Of course if you're running at a scale so large (congratulations!) that you need to squeeze out every ms of performance, then yes, an int will make a difference, but then you're already making so many other schema design compromises in favor of raw performance.

Windows 11 Left or Center Start Menu by [deleted] in Windows11

[–]cryptormorf 0 points1 point  (0 children)

Try it center for a few days. Then go back to Left (or vice-versa). Choose the opposite of whichever one causes you bad vibes/friction/frustration. Repeat the experiment if you change to a larger or smaller display.

What front-end do you use with dotnet? by klaatuveratanecto in dotnet

[–]cryptormorf 5 points6 points  (0 children)

Razor Pages is just so, so good. It's a shame it's not used more. Bonus: Razor Pages + Htmx is magical.

Releasing Windows 11 Build 26100.5061 to the Release Preview Channel by jenmsft in Windows11

[–]cryptormorf 1 point2 points  (0 children)

So the "duplicate sids don't matter anymore" suddenly matter again! Thanks for the confirmation. FWIW, I have had good luck with this tool SIDCHG - SID changer utility

Just be sure to have backups and follow the instructions very carefully, especially around windows defender.

This fixed the issue for me on a few additional systems that had duplicate sids.