Viewing profile — queil
queil
HN member- Joined
- Mon, Nov 15, 2021, 11:33 PM UTC
- HN karma
- 11
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About queil
No profile information was provided.
Recent public activity
-
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
-
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.
-
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…
-
comment
Comment #35509689
Silverblue is meant for desktop whereas flatcar is for running production workloads (like a server for containers).
-
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 …
- comment
-
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…
-
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:…