Blogged: https://brandewinder.com/2026/04/08/attempting-to-auto-tune-ransac/
Where I explore a direction to auto-tune RANSAC, and learn a little from my failure.
#fsharp
Blogged: https://brandewinder.com/2026/04/08/attempting-to-auto-tune-ransac/
Where I explore a direction to auto-tune RANSAC, and learn a little from my failure.
#fsharp
bonfire.mavnn.eu/pub/objects...
Excellent! I now have my blog rss feed pushed to Bonfire by a nice little #fsharp program I'll be open sourcing soonish. It also runs a mini-webserver to allow embedding comments into the blog, but that still requires a bit of sysops work that I haven't finished yet.
Still: if you want to follow my blog via #activitypub, now you can.
⚡️ F# Weekly #14, 2026
🏷️ #devdigest #dotnet #net #microsoft #ide #visualstudio #fp #fsharp
Popularity isn’t everything. Some niche functional programming languages offer unique value!
Take a deep dive into Haskell, Scala, and Erlang in this article by Linux Professional Institute (LPI) Editor Andrew Oram: https://lpi.org/jyuw
[Disclaimer: This post contains an image generated using AI]
#FunctionalProgramming #Haskell #Scala #Erlang #OCaml #FSharp #ProgrammingLanguages
⚡️ F# Weekly #13, 2026
🏷️ #devdigest #dotnet #net #microsoft #ide #vscode #visualstudio #fp #fsharp #git #github
I wrote a follow up to this post on what I think is a better way to represent a deck of cards. #fsharp
New blog post on an introduction to discriminated unions and pattern matching in #fsharp
https://blog.samirparikh.com/2026/03/discriminated-unions-and-pattern-matching-in-fsharp.html
Long time no see. Fli has a new release, so we are back again! #fsharp 🦔
See what's changed in Fli v1.1000.0:
https://github.com/CaptnCodr/Fli/releases/tag/1.1000.0
I want to announce that. FSharp.Data.Npgsql is now part of fsprojects, thanks to @dsyme for the nudge. This should make maintenance easier.. It's a #typeprovider wrapper in #fsharp for #postgres that allows you to just point your code at a database and magically get all the types you need for processing your queries.. It's still in production in plenty of places despite the lack of recent updates and still works beautifully..
https://github.com/fsprojects/FSharp.Data.Npgsql
Originally developed by the team at #demetrix

F# type providers to support statically typed access to input parameters and result set of sql statement in idiomatic F# way. Data modifications via statically typed tables. - fsprojects/FSharp.Dat...