Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
queil
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
queil
2y ago
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.
▲
by
queil
3y ago
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.
▲
by
queil
3y ago
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've been doing lots of devops work. WSL2 is annoyi
4.
▲
by
queil
3y ago
Silverblue is meant for desktop whereas flatcar is for running production workloads (like a server for containers).
5.
▲
by
queil
5y ago
@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 hosting app defines.
6.
▲
by
queil
5y ago
> 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 unequivocal way of specifying of what type is
7.
▲
by
queil
5y ago
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: https://github.com/queil/fsc-host/