Ping me if it gets accepted, and I'll jump on the ferry and come visit 🙂
Ping me if it gets accepted, and I'll jump on the ferry and come visit 🙂
Something like this perhaps?
github.com/patriksvenss...
I just completed "Lobby" - Day 3 - Advent of Code 2025 #AdventOfCode adventofcode.com/2025/day/3
Had fun with recursive functions today. #fsharp
github.com/bjorkstromm/...
I just completed "Gift Shop" - Day 2 - Advent of Code 2025 #AdventOfCode adventofcode.com/2025/day/2
Still having fun with #fsharp. It's such a lovely language.
github.com/bjorkstromm/...
I've completed "Secret Entrance" - Day 1 - Advent of Code 2025 #AdventOfCode adventofcode.com/2025/day/1
Haven't touched #fsharp since last year. So I have been looking forward to this for some time now. Anyway, here's my solution. Not so elegant, but it works.
github.com/bjorkstromm/...
I bought my first Black Sabbath album (Between Heaven and Hell - compilation album) 30 years ago. I've listened to Ozzy ever since. Thank you for the music, Ozzy.
🍰 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!
cakebuild.net/blog/2025/07...
#CakeBuild #DotNet
"dotnet cake.cs"
#dotnet #cake #devops #itshappening #staytuned
FFS, we (Cake) have advocating for running C# as scripts for more than 14 years, and before us ScriptCS.
It feels like I've been taking crazy pills, but this is not a new, world-changing thing. They've (finally!) just made it more ergonomic.
At least they could have credited prior art...
Thanks for the explanation! I tend to forget that I'm not the target audience 😅
As a long time csx/fsx/cake user most of "dotnet run file.cs" feels like NIH to me.
You could have had single file support years ago if you'd just integrated csi into dotnet cli.
bsky.app/profile/mart...
Another way to install NuGet packages? Why not use the same directive that's already supported in fsx/csx?
Why csi was never integrated into dotnet cli is beyond my understanding..
We have dotnet fsi, but not dotnet csi...
github.com/dotnet/rosly...
😐
One week of downhill skiing without a bruise.. But yesterday I was a goalie when the girls were playing soccer. The ball hit my thumb, and now I'm the thumb-up emoji for four weeks.
Winter holiday ended well 😬
Using VS for any kind of .NET development feels so weird nowadays after years of using Rider. On customer AVD I need to use it and I'm struggling every time. For example clicking "Find all references" and "Find All" results opens source files in a completely different window than I want...
...I've probably bricked it somehow and have no idea how to resolve the issues I'm having 😅
bare spis pølse
Sweden?
The previous pic was facing north, this is south. The space weather is crazy tonight.
Big dipper and northern lights in my backyard.
The big dipper and red aurora in my backyard tonight.
It's an .NET exe wrapped inside a npm package? TIL...
All I wanted was an az cli extension.
I'd argue that Azure Static Webapp cli as a whole is a bold unexpected choice... 😅
It’s frustrating when running a non-profit event and being asked for favors by for-profit, who in my mind should be able contribute.
Thank you!
Funny thing is that the majority of my code is parsing the input data 😅
Thank you!
I just completed "Bridge Repair" - Day 7 - Advent of Code 2024 #AdventOfCode adventofcode.com/2024/day/7
At first glance I thought part 2 would be difficult, but in the end it was just adding a new operator. My solution in #fsharp can be found here:
github.com/bjorkstromm/...