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

Attempting to auto-tune RANSAC · Mathias Brandewinder blog

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.

Discussion · bonfire.mavnn.eu

News and community around mavnn.eu projects.

bonfire.mavnn.eu
F# Weekly #14, 2026 – Serde.FS Brings Compile-Time RPC to F#

Welcome to F# Weekly, A roundup of F# content from this past week: News Serde.FS alpha.9 — Compile-time RPC for F# with no reflection, no controllers Florian Verdonck: Fantomas — exploring new appr…

Sergey Tihon's Blog
@vincentbiret one problem I have though: it's easier to integrate in our codebase at work but makes it more difficult to argue for using #fsharp. On the other hand I didn't manage to go forward with #fsharp for years now...

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 – Deedle 4.0 is out!

Welcome to F# Weekly, A roundup of F# content from this past week: News Addendum: Pattern Variations | Safe Clean Architecture Microsoft News Ten Months with Copilot Coding Agent in dotnet/runtime …

Sergey Tihon's Blog

I wrote a follow up to this post on what I think is a better way to represent a deck of cards. #fsharp

https://blog.samirparikh.com/2026/03/deck-of-cards.html

Deck of Cards

In my last post , I used the analogy of creating a deck of cards to illustrate the relationship between discriminated unions and pattern mat...

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

Discriminated Unions and Pattern Matching in F#

I’m starting to kick the tires on discriminated unions and pattern matching as I continue to learn about F#. While not exactly the same thi...

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

Release v1.1000.0 · CaptnCodr/Fli

What's Changed Add stream option by @flsl0 in #80 Update dependencies in #84 New Contributors @flsl0 made their first contribution in #80 Full Changelog: 1.111.11...1.1000.0

GitHub

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

GitHub - fsprojects/FSharp.Data.Npgsql: 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.

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...

GitHub