Patrik Svensson
@patriksvensson.se
1.2K followers 380 following 1.5K posts
Father. Husband. Programmer. Microsoft MVP. GitHub Star alumni. Likes OSS, compilers, programming. Cake, Spectre.Console. Ally ✊🏾🏳️‍🌈🏳️‍⚧️♀️(He/Him) @[email protected] Stockholm archipelago, Sweden
Posts Media Videos Starter Packs
patriksvensson.se
"Connection lost. Please reconnect"

Why the fuck do I need a internet connection to play a single player game?
Reposted by Patrik Svensson
jonsagara.com
This is truly excellent. Nice work 😎
Build output of Cake Build using .NET 10's 'dotnet app.cs' support.
patriksvensson.se
It's @devlead.se who should get the praise for this. Supporting 'dotnet run` and all that it entails has been his baby for a while 😃
patriksvensson.se
Campaign is far from BF3 which IMO was a masterpiece in many ways. Have only played for an hour so far, but feels like your average/generic Call of Duty game, which is not a compliment.
patriksvensson.se
Joke's on them, I don't play multiplayer
patriksvensson.se
I wonder if the next game is going to have US soldiers as protagonists or antagonists 🤔
Reposted by Patrik Svensson
Reposted by Patrik Svensson
slurmsmackenzie.bsky.social
GenAI truly was the worst technology to come along at this moment.

An energy and water guzzler when we most urgently need to take climate action.

A disinformation machine as our journalism fails.

A bias machine as fascism takes root.

A job killer in a cost of living crisis.
thevoidencore.bsky.social
The "cognitive decline and brain damage from repeat COVID infections" and "easy to use robot that makes slop and melts your critical thinking skills" is a hell of a combo in a post-fact media ecosystem
Reposted by Patrik Svensson
jcsalterego.bsky.social
(forgetting the word for antibiotics) do i need cancel culture
Reposted by Patrik Svensson
dominictarason.com
Once again, make a hit game loved by many... and you still get hit by a truck.

The industry is pretty sick right now.
Reposted by Patrik Svensson
neilgilbert.bsky.social
I couldn’t find a decent syntax highlighting library for .NET — so I built one while working on my AI coding assistant CodePunk.
Say hello to CodePunk.Highlight
🔗 github.com/neil-gilbert...
patriksvensson.se
If you hold out until .NET 10 drops (or you're ok with RC1) there are some BIG improvements to regular Cake (it's now run as a `dotnet run` script): cakebuild.net/blog/2025/07...
Cake - dotnet cake.cs - preview
cakebuild.net
patriksvensson.se
I've taken a LOT of inspiration from System.CommandLine, and removed all the stuff I don't need. Some things that have been removed from S.CL, such as middleware, are available in Jinn: github.com/patriksvenss...

This is not as battle-tested and proven as S.CL, so you should probably not use it.
GitHub - patriksvensson/jinn: An experiment to build a minimal, performant, AOT compliant, command line parser to later be used as the base for Spectre.Console.Cli.
An experiment to build a minimal, performant, AOT compliant, command line parser to later be used as the base for Spectre.Console.Cli. - patriksvensson/jinn
github.com
patriksvensson.se
I've released version 0.1 of Jinn, my "We have System.CommandLine at home" library. This is what we're going to use in Spectre.Console.Cli vNext (or Spectre.Cli, which it most probably will be called)
Reposted by Patrik Svensson
lenazun.bsky.social
it can’t be good for our fragile brains to be asking “is this real?” at everything we see
patriksvensson.se
It's better to keep up-to-date than to do all the work once you need it.
patriksvensson.se
Not zero though. Some new cool stuff in 10 as stack alloc if variable can be proven to be local to a function etc
patriksvensson.se
Performance: About 19% perf improvement and 4% less memory
patriksvensson.se
Hmmm, will check. Hold on
patriksvensson.se
Seeing a 21% performance improvement and 5% less allocated memory by just retargeting my library from .NET 9 to .NET 10 (RC1). Pretty cool if you ask me.