PDF to text conversion

There is once in a while the need to extract pure text from PDF files. This blog shows some attempts to do it with dot, with ruby, and with command line utitilites. ...

December 1, 2022

Using local NuGet source / repository

Had some problems creating a local nuget repository. This is how I succeeded: Create a local nuget repository / source $ cli nuget add source ~/.mynuget This leads to these changes in the configuration file: ...

October 16, 2022

Bolero Hints

This blog contains some experiences working with Bolero. Bolero is a set of free and open-source libraries and tools to write web applications in F#. With it, you can write fully dynamic client-side web applications from the comfort of a strongly-typed functional language, all with great performance. ...

August 21, 2022

Machine Learning with ML.NET

Machine learning with ML.NET is documented in a confusing way, in particular when it comes to F#. Some resources I found are: ...

April 8, 2022

Websharper OSX

Installing WebSharper I’m developing web applications using WebSharper on macOS Monterey. To install the the templates, use: % dotnet new -i WebSharper.Templates The following templates are installed: ...

March 14, 2022