I built a Tigerbeetle client in Unison by building a Tigerbeetle wrapper client in Zig to the official Tigerbeetle C client. I had no other choice. It was hard and fun. Read more to find out. #zig #unisonlang #tigerbeetle

https://notes.kaushikc.org/3mfrw3naqtk2i

🪲 Building a Tigerbeetle Client in Unison - Ha Ja Ba Ra La

Or learn Zig the hard way

An update to my html-parse library - a new handler to the existing #Unisonlang ability to parses Html text into Markdown. Check the blog post for details. #parser #markdown

https://notes.kaushikc.org/3mf6xazbcj22u

Parse HTML into Markdown in Unison - Ha Ja Ba Ra La

New version of `html-parse` library

First building block towards creating an RSS reader on AT protocol - Unison HTML parser

#html #unisonlang #parser

https://notes.kaushikc.org/3mdxmxpjkg22c

html-parse - HTML parser in Unison - Ha Ja Ba Ra La

Parse HTML text into a structured representation

Datastar Unison SDK

Continuing my experiments with streaming HTTP in @unison , I released a new SDK for Datastar SSE events on top of my recent http-streaming-server library

https://notes.kaushikc.org/3mcmuuinprk2m

#unisonlang #sse #datastar

🚀 Datastar Unison SDK - Ha Ja Ba Ra La

Continuing streaming HTTP excitements in Unison

Until #UnisonLang takes over, #Nix is amazing.

I just converted my non-deterministic build system from ‘cabal build’ and ‘spago build’ to ‘nix build ‘in like three hours. Now, I can deploy this anywhere as a self-contained VM. I’m still brainstorming the ramifications of this.

Thanks to #pursnix and #IOG #IOHK #HaskellNix

#Haskell #Purescript #Deku #Hyrule #FRP #postgres

https://github.com/harryprayiv/cheeblr/commit/2dda5b2939914ea97ca1878b96c1db48a706ba49

it works! purescript and haskell builds using Nix. NICE! · harryprayiv/cheeblr@2dda5b2

Functional Reactive Purescript Deku/Hyrule PoS System for Cannabis Dispensaries - it works! purescript and haskell builds using Nix. NICE! · harryprayiv/cheeblr@2dda5b2

GitHub

HTTP Streaming Server in Unison

New year, a fresh bake: unified streaming for HTTP responses

#sse #unisonlang #http #streaming

https://notes.kaushikc.org/3mci4xfzfic2d

SSE support for @unison/http - Ha Ja Ba Ra La

new micro library http-streaming-server

Advent of Code in Unison, Day 7

https://share.unison-lang.org/@nathanielknight/aoc2025/code/main/latest/terms/day07/README

This was _much_ smoother than day 6 for me. The solid block of characters made for an easy parser and the data structure I used for part 1 transitioned nicely into part 2.

#unisonlang #adventofcode #adventofcodeunison

day07.README · @nathanielknight/aoc2025/main | Unison Share

Attempted solutions to Advent of Code 2025. Also my first ignorant baby steps with Unison. 😅

Advent of Code in Unison, Day 6

I made bad choices (or got unlucky) with my parser for this one and had to re-work it substantially for part 2, which is a shame because the parsing is the hard part on this one.

https://share.unison-lang.org/@nathanielknight/aoc2025/code/main/latest/terms/day06/README

#unisonlang #adventofcode #adventofcodeunison

day06.README · @nathanielknight/aoc2025/main | Unison Share

Attempted solutions to Advent of Code 2025. Also my first ignorant baby steps with Unison. 😅

A hair late, but here's Advent of Code in Unison, Day 5!

https://share.unison-lang.org/@nathanielknight/aoc2025/code/main/latest/namespaces/day05

Range overlap ends up being pretty straightforward in Unison. I ended up implementing most of part 2 as a premature optimization for part 1. Take THAT Donny Knuth. 😛

#adventofcode #adventofcodeunison #unisonlang

Unison Share

Explore, read docs about, and share Unison libraries

Advent of Code in Unison, Day 4!

https://share.unison-lang.org/@nathanielknight/aoc2025/code/main/latest/terms/day04/README

Grid based puzzles are always a good time. My favourite trick for these is to use an associative data structure for the board instead of a nested array (shout out to _Clojure Programming_ for teaching me that trick).

#unisonlang #adventofcode #adventofcodeunison

day04.README · @nathanielknight/aoc2025/main | Unison Share

Attempted solutions to Advent of Code 2025. Also my first ignorant baby steps with Unison. 😅