Advertisement · 728 × 90

Posts by Daniel Cazzulino

Post image

I'm SOOO done with "plain" JSON config files. Json5 FTW:
* @VisualStudio coloring marketplace.visualstudio.com/items?itemNa...
* @dotnet configuration www.nuget.org/packages/Jso...

4 days ago 0 0 0 0
https://x.com/i/status/2032323507661492301

Scraping the web using CSS selectors and @dotnet XLinq is sooo 2020s!! 🤭

1 month ago 0 0 0 1
Preview
Ensure we preserve EndUser client option across chat/image by kzu · Pull Request #97 · devlooped/xAI We were previously only preserving it depending on which API was called to get the MS.E.AI interface. Now we're 100% consistent whether you do grokClient.GetChatClient().AsIChatClient() or dire...

Neither Opus 4.6 nor GPT-5.4 were remotely close to the surgical change required to fix this issue. Both resulted in bloated implementations that grew the API surface unnecessarily. I guess I still have a job, hehe: Ensure we preserve EndUser client option in chat/image github.com/devlooped/xA...

1 month ago 1 0 0 0
Preview
[API Proposal]: Chat class for streamlined history creation · Issue #7385 · dotnet/extensions Background and motivation Typical pyhon/javascript code for getting a chat response looks like the following: from openai import OpenAI client = OpenAI() response = client.responses.create( model="...

Just a minor thing, but I find it nicer to read than "plain" C#, especially when compared with every sample in every doc that showcases AI APIs using python/javascript. We can do better in @dotnet: github.com/dotnet/exten...

1 month ago 0 0 0 0

Amazing how quickly we went from AI reviewing human PRs to humans reviewing AI PRs...

2 months ago 0 0 0 0
moorish king with Christian slaves

moorish king with Christian slaves

Casa del Rey Moro, in Ronda, Spain. Weird, I thought white folks invented slavery 🙃

2 months ago 0 0 0 0
Preview
GitHub - devlooped/xAI: xAI .NET SDK based on the official gRPC API reference from xAI with integration for Microsoft.Extensions.AI and Microsoft.Agents.AI. xAI .NET SDK based on the official gRPC API reference from xAI with integration for Microsoft.Extensions.AI and Microsoft.Agents.AI. - devlooped/xAI

Seems like a great time to switch to the @xai gRPC-based API for @dotnet github.com/devlooped/xAI/ , which supports all agentic tools, unlike the REST responses API

2 months ago 0 0 0 0
Preview
Bitcent: The 10⁻¹⁰ Dollar Unit for AI Pricing I’ve been playing with the xAI API recently, and noticed something interesting about their pricing model. The API returns usage costs as integers, but the numbers didn’t immediately make sense. For…

Bitcent: The 10⁻¹⁰ Dollar Unit for AI Pricing
xAI APIs use a "curious" unit for pricing. Let's look at why this unit ($10^{-10}$) makes sense for the AI era and why we should call it the "bitcent".

3 months ago 0 0 0 0

git stash save + fetch + rebase + stash pop (with conflict detection) in a one-liner. The way interactive Fetch&Rebase in TortoiseGit spoiled me to expect, now powered by @dotnet #dnx:

> dnx runfile kzu/run@main:rebase.cs --alias rebase

You can now run w/branch even: > dnx runfile rebase main

3 months ago 0 0 0 0
Advertisement
Post image

Wow, what an epic day will Jan 30 be for space enthusiasts!! 3 launches from Cape Canaveral 🤯
🚀One @blueorigin New Glenn
🚀🚀 Two @SpaceX @Starlink

3 months ago 1 0 0 0

"Power lust is a weed that grows only in the vacant lots of an abandoned mind"

3 months ago 0 0 0 0

TIL you can do:
> go run github.com/[OWNER]/[REPO]/[PATH]@[REF] [ARGS].

Would be great to have the same in @dotnet (kinda like what I do with dnx runfile). 🙏 @DamianEdwards @davidfowl

3 months ago 0 0 0 0

You could pipe it to JQ and get the content elements for example:

> dnx runfile windom 29640 | jq '.. | .Content? | select(. != null)'

3 months ago 0 0 0 0
Preview
Dumps an app's UIA tree as JSON Dumps an app's UIA tree as JSON. GitHub Gist: instantly share code, notes, and snippets.

Fun segway into dumping a @Windows app's UI as JSON using UIAutomation (aka accessibility). Kinda like a DOM for Windows?

> dnx runfile gist.github.com/kzu/4dcb048c... <process_id> --alias windom

3 months ago 0 0 1 0
Code Wiki

Learning about a source repo using @Google code wiki is pretty incredible. Here's @Microsoft @dotnet agent framework:

4 months ago 1 0 0 0
Post image Post image

How it started | How it's going
🇦🇷🚀

4 months ago 0 0 0 0
private credit booming after Milei destroys fiscal deficit

private credit booming after Milei destroys fiscal deficit

This is exactly what you would expect happens when the government stops sucking every penny of credit from the private sector due to massive deficits.

4 months ago 0 0 0 0
Post image Post image

Doomberg story: Argentina is in a recession.
Reality: not at all.
@JMilei successfully overcame the "kuka risk"

4 months ago 0 0 0 0
Preview
grep 0.9.0 Simple grep by C#

Pretty awesome that you can now run @dotnet powered grep on any platform with a single command: dnx -y grep

www.nuget.org/packages/grep

5 months ago 0 0 0 0
Advertisement
Preview
Make sure we keep Avalonia and GCM in sync by kzu · Pull Request #45 · devlooped/runfile This should prevent future incomplete bumps. When Dependabot bumps GCM without bumping avalonia to the proper dependency version, this will require manual intervention by building locally on the ch...

Using the new @dotnet #runtile feature from #MSBuild is awesome. And editing the C# scripts with full @VisualStudio using #SmallSharp github.com/devlooped/Sm... just completes the whole experience 🔥 github.com/devlooped/ru...

5 months ago 0 0 0 0

That's what someone shared with me on X 😅

5 months ago 0 0 0 0
Preview
az containerapp env dotnet-component

learn.microsoft.com/fr-fr/cli/az...

5 months ago 0 0 1 0
Post image

Having the #aspire dashboard integrated in the @azure portal? YEAH! #dotnetconf

5 months ago 1 0 1 0

MapDevUI in Microsoft Agent Framework is awesome! #dotnetconf #csharp

5 months ago 0 0 0 0
Post image

This is the after (deregulation by @fedesturze and @JMilei) vs before regulations to export Argentinean wine. No wonder Chile exports 3x more until now!

www.worldstopexports.com/wine-exports...

5 months ago 0 0 0 0
Preview
A Unified Experience for all Coding Agents Agents took over VS Code in 2025. We released agent mode for VS Code, integration for the Copilot coding agent, and the new GitHub Copilot CLI. But Copilot is not the only agent game in town. There…

I'd like to see a Grok Heavy-powered coding agent from @xai that integrates seamlessly with this @code Unified Experience for all Coding Agents

5 months ago 0 0 0 0
Post image Post image Post image

So more @grokipedia fun: C# history. It added useful info missing on @wikipedia (Ximian then Xamarin entirely absent, white image), until I hit that "C# 13 is latest" (vs C# 14 original). Then I looked at the edits and my mind was fully blown. It wins hands down on accuracy!

5 months ago 0 0 0 0
corrected description based on iOS/Android support

corrected description based on iOS/Android support

Self-correcting Grokipedia on .NET past and present by Grok is fascinating to watch: grokipedia.com/page/.NET

5 months ago 0 0 0 0
two agents using openai and grok driven from config + tools

two agents using openai and grok driven from config + tools

Driving the new #dotnet agent framework from TOML configuration is soooo satisfying!
All it takes is one line:

var builder = WebApplication.CreateBuilder(args);
// add config sources
builder.AddAIAgents(); // 👈

Give it a try: www.nuget.org/packages/Dev...

5 months ago 0 0 0 0
Advertisement
Preview
microsoft/agent-framework A framework for building, orchestrating and deploying AI agents and multi-agent workflows with support for Python and .NET. - microsoft/agent-framework

I like keeping an eye on what's coming in the #Microsoft #AgentFramework for @dotnet.

Cool stuff that can't ship fast enough, hehe

5 months ago 1 0 0 0