macf00bar
banner
nerei.net
macf00bar
@nerei.net
❤️#dotnet, I code professionally in #csharp and #SQL, interested in #fsharp, having a hatefull relationship with #yaml and love #sailing (#ClipperRoundTheWorld2012, #TeamSingapore)
yes, that's what the Insider Installer does first, updating the visual studio installer ;-)
November 13, 2025 at 1:54 PM
The problem is that the installer doesn't know yet of the new install. Go to ms, download the web installer of the RTM and it will first update the installer and the install the RTM.
November 12, 2025 at 1:03 PM
Yeah, normally I use recursion too, but I did run into stack overflows in the past so I did have to refactor to loops instead and that's when I used a stack. But yes, it's not something I used anywhere else 😉
October 22, 2025 at 7:19 AM
how about a non-recursive DFS traversing, idk, a folder hirarchy or any tree like structure (decision tree)
October 22, 2025 at 5:02 AM
Whenever you need LIFO behavior, nested scopes, or state rollback, a stack is often the cleanest solution.
October 21, 2025 at 8:33 AM
Imagine 🤔, if M$ actually used that feature on WinForms and made it properly cross-platform. But I guess that would hurt the whole “move to the cloud and buy Azure” narrative 😉
October 11, 2025 at 4:52 PM
such a time saver - thank you!
October 3, 2025 at 9:25 PM
nice...looking forward to it 😎
October 3, 2025 at 5:21 AM
Not that I don't appreciate the speed ups from just upgrading though! Dotnet fucking rocks!
October 2, 2025 at 7:30 PM
Please tell me it's not just an upgrade to net10 😉
October 2, 2025 at 7:28 PM
And while you're at it, get rid of that f... dot vs folder. If I had got a cent every time a newly opened solution didn't build and the removal of the .vs fixed it, Elmo would way behind my wealth!
October 2, 2025 at 5:13 PM
Monads for the win! Lot's of C# folks don't even know they work daily with them without knowing 😉.
Here's an old video interview of Dr. Brian Beckman where he tries to explain monads.
youtu.be/ZhuHCtR3xq8
Brian Beckman: Don't fear the Monad
YouTube video by jasonofthel33t
youtu.be
September 19, 2025 at 7:38 AM
nice one - just today as I read about Robert Redfords death (RIP), I was thinking about Sneakers and especially "no more secrets". have to re-watch it again!
September 16, 2025 at 4:20 PM