Great news for those who use/follow `bflat`
"C# as you know it but with Go-inspired tooling (small, selfcontained, and native executables) "
https://github.com/bflattened/bflat
author: https://bsky.app/profile/migeel.sk
Getting dotnet-10 support:
https://github.com/bflattened/bflat/pull/220
Started using C# 12's primary constructors for the first time. Feels like I am a little late to the party here.
They feel a little odd/awkward at first, but I think I will grow to like them.
https://learn.microsoft.com/en-us/dotnet/csharp/whats-new/csharp-12#primary-constructors
https://learn.microsoft.com/en-us/dotnet/csharp/whats-new/tutorials/primary-constructors
1.9.2025 08:25Started using C# 12's primary constructors for the first time. Feels like I am a little late to the party here.They feel a little...https://magazine.raspberrypi.com/articles/picocomputer-6502?mc_cid=4906ebf966&mc_eid=14e258fc56
Build your own 6502 from modern cheap components!!
27.8.2025 07:58https://magazine.raspberrypi.com/articles/picocomputer-6502?mc_cid=4906ebf966&mc_eid=14e258fc56@xoofx Build your own 6502 from modern...If you live in the terminal, this GitHub list is for you:
"Awesome TUIs"
https://github.com/rothgar/awesome-tuis/
A curated, maintained list of TUI applications...
Also has an intro video:
https://youtu.be/_fLmA4fjiAE?si=9yvaRLvTm2tKtzrE
"Arch Linux takes a pounding as DDoS attack enters week two"
https://www.theregister.com/2025/08/22/arch_linux_ddos/
Anyone know why #archlinux would be targeted for DOS?
https://stats.uptimerobot.com/vmM5ruWEAB
22.8.2025 09:05Anyone know why #archlinux would be targeted for DOS?https://stats.uptimerobot.com/vmM5ruWEABblog: "How to debug dotnet processes using the terminal (on linux)"
https://www.guylangston.net/Blog/Article/DotnetDebugWithCLI
I live in neovim and the terminal. So it is natural to want to use the terminal to quickly attach, run and debug some C#.
TLDR: It is easier than you would think.
Comments/suggestions most welcome
20.8.2025 10:03blog: "How to debug dotnet processes using the terminal (on linux)"https://www.guylangston.net/Blog/Article/DotnetDebugWithCLII...Discussion of union types at 1h:01m
https://youtu.be/jRJa83DeOd8?si=xzg4F00xcFhIPX0-&t=3773
19.8.2025 09:11Discussion of union types at 1h:01mhttps://youtu.be/jRJa83DeOd8?si=xzg4F00xcFhIPX0-&t=3773Mads: "Everything You Need to Know About the Latest in C#"
https://www.youtube.com/watch?v=jRJa83DeOd8
C# v14
19.8.2025 09:01Mads: "Everything You Need to Know About the Latest in C#"https://www.youtube.com/watch?v=jRJa83DeOd8C# v14#dotnet #csharpFascinating video, content you don't often see. Deep-dive-nerd stuff
Nir Lichtman: "Making Simple BIOS From Scratch (x86)"
https://www.youtube.com/watch?v=YQvsBkz6Yqs
If you are looking to ++ your nerd-aura, check this out!
// also a great project
https://shop.compiler-explorer.com/en-gbp/collections/abi-mugs
18.8.2025 14:02If you are looking to ++ your nerd-aura, check this out!// also a great...If you use vim, nvim or vim bindings -- checkout:
"Useless Vim Tips, Purely for Vibes"
https://youtu.be/vh6rg4BDygM?si=D_LVzLqS1Qs2yVlp
Rider 2025.2 Is Here with Junie, In-IDE OpenTelemetry, Game Dev Upgrades, and More | The .NET Tools Blog https://share.google/ATcCX5XU88LkHFp1o
14.8.2025 20:48Rider 2025.2 Is Here with Junie, In-IDE OpenTelemetry, Game Dev Upgrades, and More | The .NET Tools Blog...Looks like a very simple way is to use `SkiaSharp`
Here is a single c# project that works without fuss:
https://gist.github.com/guylangston/26dac89b2480a1dc07c996bedffd9602
Looks like there are language bindings for SDL3
https://github.com/flibitijibibo/SDL3-CS
Seems to have active development
13.8.2025 10:24Looks like there are language bindings for SDL3https://github.com/flibitijibibo/SDL3-CSSeems to have active developmentQuestion: I want to build a light-weight simple UI for Linux on C#
Ideally, I don't large complex dependencies. What are my options?
1) https://avaloniaui.net/
2) https://platform.uno/
3) MAUI -- does not support Linux!
4) https://github.com/GtkSharp/GtkSharp -- development stopped
5) GObject/GTK wrappers? https://gircore.github.io/
C# is doing a lot of work to explore unions in an OO language. Watch this space, a very hard decision: perhaps more style perhaps than theory.
A very good summary here:
https://github.com/dotnet/csharplang/blob/main/meetings/working-groups/discriminated-unions/union-proposals-overview.md
As inheritance is baked in deep, we don't necessarily need unions -- rather we need closed hierarchies. So one of my favourite low-impact suggestions are `Standard Unions`
https://github.com/dotnet/csharplang/blob/main/meetings/working-groups/discriminated-unions/union-proposals-overview.md#standard-type-unions
#csharp #unions #compsci #dotnet
13.8.2025 09:04C# is doing a lot of work to explore unions in an OO language. Watch this space, a very hard decision: perhaps more style perhaps than...The new zellij (tmux ++) new share in browser feature is totally nuts. So crazy, it makes me feel like Apr-1 prank.
Check it out!
https://zellij.dev/news/web-client-multiple-pane-actions/