Live data from Hacker News

Viewing profile — queil

queil

HN member
Joined
Mon, Nov 15, 2021, 11:33 PM UTC
HN karma
11
Public activity
8 items

About queil

No profile information was provided.

Recent public activity

  1. comment
    Comment #40925889

    I wrote myself a small tool for dev workspaces in containers: https://github.com/queil/rooz - still WIP but I've been using it for quite a while

  2. comment
    Comment #39667104

    It's a bit click-bait-ish. You don't need computers, here is my tic-tac-toe on a piece of paper + pen. Just use the right tool for the job.

  3. comment
    Comment #35753538

    I have gone the other way. Used to be a hardcore C#/.NET Framework dev on Windows and I still occasionally use Windows 11. However, since the advent of containers and dotnet core I…

  4. comment
    Comment #35509689

    Silverblue is meant for desktop whereas flatcar is for running production workloads (like a server for containers).

  5. comment
    Comment #29234747

    @dharmaturtle My aim here was different. I wanted to enable extending compiled F# apps with F# scripts. Think of scripts being plugins implementing a specific public interface the …

  6. comment
  7. comment
    Comment #29234662

    > the generic type parameters can be avoided by adding a parameter that looks like what you want to pull It's possible but what's wrong with the generic type parameter? It's an une…

  8. comment
    Comment #29234423

    I have never expected my blog post to be in Hacker News. The aim of all of it is to be able to have F#-script-powered plugins in otherwise compiled code. Check out my example here:…