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
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
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...
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...
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/...
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/...
Today's solution in #fsharp was pretty simple once I found the sort method that takes a comparer.
github.com/bjorkstromm/...
Today's solution in #fsharp was pretty simple once I found the sort method that takes a comparer.
github.com/bjorkstromm/...
Slicing using Array2D today. #fsharp
github.com/bjorkstromm/...
Slicing using Array2D today. #fsharp
github.com/bjorkstromm/...
Today really shows where #fsharp shines. Active patterns!Such a nice way to build simple parsers.
github.com/bjorkstromm/...
Today really shows where #fsharp shines. Active patterns!Such a nice way to build simple parsers.
github.com/bjorkstromm/...
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.
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.
It's that time of the year when I try to write some #fsharp.
You can find my solution here:
github.com/bjorkstromm/...
It's that time of the year when I try to write some #fsharp.
You can find my solution here:
github.com/bjorkstromm/...
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.
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.