Open in app

Sign In

Write

Sign In

jkone27
jkone27

36 Followers

Home

About

3 days ago

Hugging Face and F#

Fun with hugging face 🤗 inference API and F# We will run some inference algorithms against public LLMs that are easily accessible on the hugging face LLM repository. Pick your model, check licensing and documentation, and then after installing dotnet (and F#). Now you are ready to go! brew install dotnet dotnet --version dotnet fsi >#quit;; dotnet fsi ./your-script-name.fsx And here is the result! Clearly, Italy is not the much beloved food country I thought it would be, AI always knows better, lol

Dotnet

1 min read

Hugging Face and F#
Hugging Face and F#
Dotnet

1 min read


May 19

F# is the .NET Rust

🦀 Rust is a very cool language! let’s compare it with F#! Intro I am no Rust developer, I mostly develop web APIs in .NET and C#, but I do love F# and Rust got lots of my attention lately, as it seems very closely related in language syntax and type…

Rust

16 min read

F# is the .NET Rust
F# is the .NET Rust
Rust

16 min read


Apr 14

.NET Script APIs 🌞

with F# and dotnet fsi 🌴 Minimal APIs have gained lots of traction recently in the .NET ecosystem, but what is a Minimal API anyways? Here is a quick definition: … HTTP APIs with minimal dependencies. They are ideal for microservices and apps that want to include…

Fsharp

5 min read

.NET Script APIs 🌞
.NET Script APIs 🌞
Fsharp

5 min read


Apr 11

Writing React.js in F#🌻

F# and React.js via Fable 🐉 Feliz Fable 🐲 is an F# library and dotnet tool that lest you compile F# code to many different languages and framework, most preminently F# can compile to Javascript, Fable stands for F#-(B)abel originally. …

React

4 min read

Writing React.js in F#🌻
Writing React.js in F#🌻
React

4 min read


Feb 20

Draw me a developer DALL-E!

Asking OpenAI DALL-E to draw pictures of software developers with glasses typing at the keyboard (as some famous painter would)! Looks Brilliant!

OpenAI

2 min read

Draw Me Please!
Draw Me Please!
OpenAI

2 min read


Dec 19, 2022

Comparing F# to Java ☕️

OO, streams and reactive computations along the way F# and Java are clearly quite different languages and belong to separate language families, but a comparison could still be fun. I have been working with Java lately, so why not compare C# and Java instead? …

Fsharp

13 min read

Comparing F# to Java ☕️
Comparing F# to Java ☕️
Fsharp

13 min read


Dec 13, 2022

F# Type Inference 🪄

Magic type inference of ML languages How does type inference work in ML languages like standard-ML, OCAML, F#, Elm, Reason and even Haskell or to some extent Rust? Let’s call it Magic. How does this kind of magic work? We are going to take a look at the case of…

ML

6 min read

F# Type Inference 🪄
F# Type Inference 🪄
ML

6 min read


Nov 21, 2022

Let’s make things #clear;; 💙

A small contrib to F# interactive This article is a bit of a post scriptum. Last year I wanted to add to fsharp interactive console (dotnet fsi) this directive #clear;; What it does? Nothing fancy but can still be useful.. System.Console.Clear() Unfortunately I had some troubles running and fixing the…

Fsharp

2 min read

Let’s make things #clear;; 💙
Let’s make things #clear;; 💙
Fsharp

2 min read


Published in

Travix Engineering

·Aug 23, 2022

Time Travelling with Babel ⏰

Turning legacy js into modern ts and back Babel is our Flux Capacitor! This month we were able to achieve some 😻 happy transformation* in our FE services, which are basically aspnetcore apps serving static content in the wwwroot folder, and relying on some obsolete js framework (durandaljs) for view, routing and navigation. We…

Typescript

6 min read

Time Travelling with Babel ⏰
Time Travelling with Babel ⏰
Typescript

6 min read


Published in

Travix Engineering

·May 3, 2022

Dotnet Test CLI Summary

A little trick to only show test summary with PS core (or grep) If you also struggled with extra long verbose logs in dotnet test command, here is a little trick to just show failed or passed tests using a simple powershell command. dotnet tool install --global PowerShell Note: yes, powershell runs multi-platform so e.g. i am running this on a macos (would work also on other nix machines). dotnet test | select-string -Pattern "(Passed|Failed)!"

Dotnet

1 min read

Dotnet Test CLI Summary
Dotnet Test CLI Summary
Dotnet

1 min read

jkone27

jkone27

36 Followers

jkone27.github.io

Following
  • Karen Nimmo

    Karen Nimmo

  • Dmitry Kostyuk

    Dmitry Kostyuk

  • Matt Eland

    Matt Eland

  • Yan Cui

    Yan Cui

  • Ersin Akinci

    Ersin Akinci

See all (29)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams