When knee-deep in UI frameworks it doesn't hurt to remember that *event + state = UI*
Posts by zenith391
a sketch I've made for horror music
Even with Obsidian Sync, Notion is more popular than Obsidian and I don't know why #obsidian #notion
I really love local-first software. But it must be acknowledged that among most people, Notion is more popular than Obsidian, one reason being that Notion can be used online.
Even if Obsidian is better (imo) it seems that for most people the small convenience eclipses the interest of local-first ?
I'm learning category theory, hope I don't become one of those x)
day 682 of typing `suzie` instead of `usize` #ziglang ⚡️
i had a VPS with not enough RAM, I upgraded it, and now I have a VPS with too much RAM I don't use 👍
when I wanted to add metrics to my personal server, something like µMon (tomscii.sig7.se/umon/) seemed good: minimal, simple, hackable
it turned out to be harder to install than Grafana and Prometheus with Docker
never underestimate how much simple installation improves UX
The silicon valley model of consent
Minecraft world with very limited render distance running on a NumWorks calculator
I've pushed my spinning cube demo a bit further 😅
I haven't seen your lsp before but what you're doing is incredible
I've already attempted this before, but just displaying a cube was extremely slow (it reached below 10 fps). Now, what's different is that I started using fixed-point numbers (10x faster than floating point on this CPU) and the triangle rasterization routine is now properly optimized
Intéressant! Ne faisant pas de physique, je ne connaissais pas les systèmes frustrés. Mais si je ne me trompe pas, la minimisation de l'énergie équivaut à résoudre MAX-SAT, est-ce qu'il y a des équivalents physique pour MAX-3SAT (et peut-être MAX-kSAT) 🤔 ?