Tootfinder

Opt-in global Mastodon full text search. Join the index!

@tezoatlipoca@mas.to
2026-06-23 18:23:10

I left my pet #Csharp #dotnet #ActivityPub project running overnight to see how it would handle HEAD requests overnight from UpTimeRobot (it did great).
I check the logs this morning and discover OMG what are all these I…

The last panel from the "Scroll of Truth" meme: a cartoon adventurer opens a treasure chest, exclaiming "I've finally found it.. after 15 years! The scroll of truth!" except he reads what it says, doesn't like it, then chucks it away going NYEHHH.
@khalidabuhakmeh@mastodon.social
2026-05-20 22:08:31

Anyone at an org building cool stuff with #dotnet and genuinely excited about it? I'd love to hear about it. I need something inspiring today.

@0xced@hachyderm.io
2026-06-14 12:00:25

Without looking at the documentation, how do you expect this #dotnet code to behave?
1. Array.Empty<string>().Max()
2. Array.Empty<int>().Max()
Yes, there's a trap!

@khalidabuhakmeh@mastodon.social
2026-06-12 17:27:37

It might not look like much, but #JetBrains Rider just released (EAP6) a debugger update that displays asynchronous Tasks in a way that makes them feel like synchronous code. Thank goodness!
#dotnet #async

JetBrains Rider EAP 6 - clean async stack traces
@khalidabuhakmeh@mastodon.social
2026-07-07 16:25:35

Authenticating users through a #godot game with device flow authentication using #dotnet. Pretty neat that it just works, even with a QR code (the URL must be publicly accessible to work on your phone).

Device Authorization Flow in Godot Game