Roman Liutikov
banner
romanliutikov.com
Roman Liutikov
@romanliutikov.com
software engineer @ margelo, ex @whimsical, ex @pitch
https://romanliutikov.com/blog/
drones drones multiple days in a row, funny how you get used to shots and explosions
June 17, 2025 at 11:18 AM
got React Context working across server and client components in my Clojure implementation of RSC

while context is not supported in js implementations, in Clojure it aligns quite nicely with `binding` macro, so it would be a shame to not have this working across the boundary
June 5, 2025 at 1:26 PM
Worked on a fun little project to make a coding sandbox out of Modal's serverless platform and VS Code Server. Modal is great: scales fast, has access to GPUs, usage based billing
sandbox.learn-modern-clojurescript.com
April 20, 2025 at 7:44 AM
Spent half of the day working in Cursor Composer on a small simulation to test Goal Oriented Action Planning for game AI. Maybe I'm using it wrong, but the further I went, the slower it made progress.
demo goap.roman01la.workers.dev
code github.com/roman01la/mi...
February 6, 2025 at 8:09 PM
Merry Christmas 🎄
December 25, 2024 at 4:20 PM
look at this, got my first communication working between two LoRa modules
platformio.org is super helpful for setting up dev env, basically zero work required
December 13, 2024 at 11:15 AM
Wonder if there’s a correlation 🤣
November 27, 2024 at 6:52 AM
The best part is that I don't have to repeat React's pattern of throwing a promise in suspense boundary, instead I'm just running suspended UI in a separate thread. Which means that I can literally Thread/sleep in UI components, lmao
November 18, 2024 at 10:46 AM
Well I didn't think I'd be so excited about this, but I just finished Clojure implementation of React's streaming SSR with Suspense for UIx, and it's beautiful.
UI is instantly interactive and every incoming chunk of HTML gets picked up by React immediately, feel magical.
November 18, 2024 at 10:46 AM
Finally tried Claude 3.5 Sonnet for actual coding. Never done any Swift before, VS Code experience is great. I was able to put together a prototype of a screen sharing app with annotations in about an hour 🤯
November 13, 2024 at 4:30 PM