Kruskakli

@kruskakli
2 Followers
10 Following
13 Posts
Erlang plumber since 1991.
How to build a simple App for tracking your Stock Portfolio using Google Sheet, AppScript and AppSheet: https://github.com/etnt/stocks #appscript #appsheet #stocks #portfolio
GitHub - etnt/stocks

Contribute to etnt/stocks development by creating an account on GitHub.

GitHub
wtf! I wanted to look at a man page (foo.3) on my Mac with good'ol `nroff -man foo.3 | less`. Well, I managed...after `brew install groff` also installed sqlite, openjdk, kotlin, and what not....WTF!?
Just a fun little Zig hack: https://github.com/etnt/zed #zig , #editor
GitHub - etnt/zed: Line-based editor written in Zig

Line-based editor written in Zig. Contribute to etnt/zed development by creating an account on GitHub.

GitHub
Zinc - ZIg Netconf Client. It's a start, although the SSH part is not fully working atm (I'm scratching my head...). https://github.com/etnt/zinc #zig #netconf
GitHub - etnt/zinc: A NETCONF client written in Zig

A NETCONF client written in Zig. Contribute to etnt/zinc development by creating an account on GitHub.

GitHub
GitHub - etnt/yaws_appmod_router: Yaws route handling

Yaws route handling. Contribute to etnt/yaws_appmod_router development by creating an account on GitHub.

GitHub
I'm quite happy with this AI-hack of mine; I'm using it daily: https://github.com/etnt/aiask #llm #ai #openai #gemini #sambanova #mistral #claude
GitHub - etnt/aiask

Contribute to etnt/aiask development by creating an account on GitHub.

GitHub
Experimenting with Yacc and Zig. #zig #yacc
https://github.com/etnt/cfg
GitHub - etnt/cfg

Contribute to etnt/cfg development by creating an account on GitHub.

GitHub
Next up, Native Functions. #zig #lox
Got function calls to work...phui.. \o/ #zig #lox
Comparision: while- and for-loop. #zig #lox