Max Kotliar
@maksim_ka2
Software Engineer @VictoriaMetrics
Vibe-coded some Flowstate UI tweaks. No idea what I’m doing, hope Claude code did)

🚀 With this change, you can now build distributed computing networks on top of Flowstate. The best part? The advertisement logic is powered by Flowstate itself. Nodes commit their state, others subscribe. PR 👉 github.com/makasim/flowst… #golang #distributedcomputing #workflow
Make your Go app execution durable, resilient to panics, crashes, and OOMs. With the Flowstate, execution is guaranteed once the state is committed. Example: github.com/makasim/flowst… #golang #workflowengine #automation
apropos of nothing: this is an appreciation post for @simonw, who tries out literally all the tools, and joyfully shares (for free!) what he learns in the hope that it will be useful to other humans grateful to have someone relentlessly building with the garage door open 💗🙌
Star VictoriaTraces! When its stars pass VictoriaLogs, @valyala loses $10 over the bet!
hey @VictoriaMetrics after you separate repos, can I call it Victoria Stack now?
#VictoriaMetrics Developer's Note: Research on Distributed Tracing, Comparing With Tempo and ClickHouse Will there be a VictoriaTraces? And how competitive could it be? victoriametrics.com/blog/dev-note-…
I've added a meshtastic device to @VictoriaLogs via rsyslog yesterday. This built in UI is just so good.
You can force Git to use specific config settings for all repos under a directory and its sub-directories 🎯 cat ~/.gitconfig | grep -A 2 includeIf [includeIf "gitdir:/foo/bar/"] path = /foo/bar/.gitconfig Handy for maintaining org-wide Git settings!
My fav little-known trick is to test various syscalls fail with strace fault injection, like: $ strace -e trace=clone -e fault=clone:error=EAGAIN news.ycombinator.com/item?id=440963…