nietras πŸ‘Ύ

@nietras
194 Followers
58 Following
1,038 Posts
Systems and machine learning programmer pushing .NET performance to the limits for real-time 24/7 edge applications.
Websitehttps://nietras.com
Twitterhttps://twitter.com/nietras1
Githubhttps://github.com/nietras
Hey #dotnet - we on the .NET SDK team are all about making the `dotnet` CLI more capable and powerful over time. But how do you usually _get_ the `dotnet` CLI and other tooling? Today that answer is a _bunch_ of different ways. We have a plan to centralize these ways into a new tool, and we'd like to get your feedback on it! Please check out the design spec over at https://github.com/dotnet/designs/pull/339 and let us know what you think! Do you like/dislike the plan? Would this solve your needs? What else would you like an SDK management CLI to be able to do?
Add proposal for `dnup` CLI-based acquisition tool by baronfel Β· Pull Request #339 Β· dotnet/designs

This is the content from https://hackmd.io/oyAjpxTNQKa60ipv-MmYSQ?view, polished up a bit for the format and general layout of this repo. Note that the name dnup is not solid by any means - it'...

GitHub

I spent my whole evening writing a lot of text because I decided to build something by gathering feedback instead of YOLOing it. I could have been watching The Wire instead, so I hope it was worth it.

In other words, I've added new discussions and issues in the #opencli repository. I really want to have a 0.1 draft ready before my vacation ends...

https://github.com/spectreconsole/open-cli

GitHub - spectreconsole/open-cli: The OpenCLI specification (OCS) defines a standard, platform and language agnostic interface to CLI applications which allows both humans and computers to understand how a CLI tool should be invoked without access to source code or documentation.

The OpenCLI specification (OCS) defines a standard, platform and language agnostic interface to CLI applications which allows both humans and computers to understand how a CLI tool should be invoke...

GitHub

I have a side project that’s been on my TODO list for a long time (a C# Source Generator for @nietrasβ€˜s excellent Sep CSV parsing library). I finally got around to creating using some agentic coding tools and wrote up my experience on my blog:

https://www.awise.us/2025/07/27/source-generator.html

It’s a really simple code generator, but it works well enough for my use case that I can migrate of the CsvHelper library.

Creating a C# source generator with AI coding agents

Austin's cool website

Heya! πŸŽ‡ Just released AsmMos6502 - a new .NET library with a fluent assembler API and a full disassembler for the 6502! πŸš€

πŸ‘‰ https://github.com/xoofx/AsmMos6502

Can’t wait to tinker with it and write code for the upcoming modern C64! 😎

Maybe it’s finally time to make my first C64 demo - better late than never! πŸ˜…

#dotnet #c64

GitHub - xoofx/AsmMos6502: AsmMos6502 is a lightweight and efficient .NET library to assemble and disassemble 6502 assembly code.

AsmMos6502 is a lightweight and efficient .NET library to assemble and disassemble 6502 assembly code. - xoofx/AsmMos6502

GitHub

What happens if you let an ignorant board take over a company πŸ‘‡

$INTC server x86 market share goes below 50% (estimated). Bravo $AMD and $TSMC. Hope $INTC gets back to it's engineering roots.

True Agility Requires Event Sourcing

True agility is impossible with legacy architectures. The single data model paradigm has to be overcome. Only then increments can be kept tangible and changeable β€” unlocking real agile development.

Ralf Westphals Newsletter

**NuGet.org Package Deletion – Learnings & Prevention**

https://github.com/NuGet/Home/discussions/14429

NuGet.org Package Deletion – Learnings & Prevention Β· NuGet Home Β· Discussion #14429

Between July 1st and July 10th, an internal error led to the unintended deletion of over 300 package versions from NuGet.org. This was not due to a security breach or external attack, but a result ...

GitHub
So with the Late Show ending next year, will the Colbert Report return? Yes please!
new community extension to Verify that produces the memory structure for types
https://github.com/Yellow-Dog-Man/Verify.Marshaling
#dotnet

🍰 dotnet cake.cs - Cake.Sdk Preview!

New way to get Cake .NET tool scripting in .NET console apps:
βœ… File-based builds (.NET 10)
βœ… Project-based builds (.NET 8/9/10)
βœ… Auto-generated aliases
βœ… Full addin/module support

Early feedback wanted!
https://cakebuild.net/blog/2025/07/dotnet-cake-cs

#CakeBuild #DotNet

Cake - dotnet cake.cs - preview