Martin Björkström
banner
martinbjorkstrom.com
Martin Björkström
@martinbjorkstrom.com
Freelance Software Developer | OSS Contributor | All things .NET | Microsoft MVP | My hovercraft is full of eels
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.
July 22, 2025 at 9:39 PM
Reposted by Martin Björkström
🍰 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
cakebuild.net
July 17, 2025 at 6:43 PM
Reposted by Martin Björkström
July 16, 2025 at 2:39 PM
Reposted by Martin Björkström
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...
May 26, 2025 at 7:26 PM
Reposted by Martin Björkström
May 22, 2025 at 8:47 AM
Winter holiday ended well 😬
March 24, 2025 at 3:02 PM
Sweden?
March 8, 2025 at 9:06 PM
The big dipper and red aurora in my backyard tonight.
January 1, 2025 at 7:15 PM
Reposted by Martin Björkström
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.
December 8, 2024 at 9:24 AM
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/...
Day 7 - Advent of Code 2024
adventofcode.com
December 7, 2024 at 10:15 PM
I just completed "Print Queue" - Day 5 - Advent of Code 2024 #AdventOfCode adventofcode.com/2024/day/5

Today's solution in #fsharp was pretty simple once I found the sort method that takes a comparer.
github.com/bjorkstromm/...
Day 5 - Advent of Code 2024
adventofcode.com
December 5, 2024 at 10:00 PM
If you see this, post a knight
December 5, 2024 at 7:08 PM
As usual, stuff that my kids have been listening to ruins my #SpotifyWrapped. But at least some of the music I listen to is on the list.
December 4, 2024 at 9:12 PM
I just completed "Ceres Search" - Day 4 - Advent of Code 2024 #AdventOfCode adventofcode.com/2024/day/4

Slicing using Array2D today. #fsharp
github.com/bjorkstromm/...
Day 4 - Advent of Code 2024
adventofcode.com
December 4, 2024 at 8:40 PM
I just completed "Mull It Over" - Day 3 - Advent of Code 2024 #AdventOfCode adventofcode.com/2024/day/3

Today really shows where #fsharp shines. Active patterns!Such a nice way to build simple parsers.
github.com/bjorkstromm/...
Day 3 - Advent of Code 2024
adventofcode.com
December 3, 2024 at 7:45 AM
I've completed "Red-Nosed Reports" - Day 2 - Advent of Code 2024 #AdventOfCode adventofcode.com/2024/day/2

Today's solution in #fsharp and found Seq.windowed useful as usual. Solution here:
github.com/bjorkstromm/...

Pt 2 could be more performant if we stop once we find a safe combination.
Day 2 - Advent of Code 2024
adventofcode.com
December 2, 2024 at 8:59 PM
I just completed "Historian Hysteria" - Day 1 - Advent of Code 2024 #AdventOfCode adventofcode.com/2024/day/1

It's that time of the year when I try to write some #fsharp.
You can find my solution here:
github.com/bjorkstromm/...
Day 1 - Advent of Code 2024
adventofcode.com
December 1, 2024 at 9:33 PM
Attended the public defence of my younger brother's doctoral thesis today. Interesting stuff 🙂 www.abo.fi/en/news/doct...
November 29, 2024 at 2:42 PM
The hoops you have to jump through in order to move a domain from one Azure Front Door to another...

Using domain name as a primary key in Azure CDN was a big design mistake. This prevents easy migration of the domain from one profile to another. In our case we'll need to go AFD -> AppGW -> AFD.
November 28, 2024 at 11:18 AM
Durable Task Scheduler is something I'm really looking forward too after spending the last couple of months with Durable Functions. techcommunity.microsoft.com/blog/AppsonA...
Announcing Limited Early Access of the Durable Task Scheduler for Azure Durable Functions | Microsoft Community Hub
Durable Task Scheduler - enhanced performance and improved debugging with the new fully managed backend for Durable Functions.
techcommunity.microsoft.com
November 20, 2024 at 8:58 PM