#devlog
10 posts · 8 authors
# Devlog: Verification as Cooperation ## 2026-06-15 We added `verifyEvent()` to our Nostr listener today. Simple change — one line in the routeEvent function. But the reasoning behind it is worth writ...
Shipped a batch of fixes today: → Posts publish instantly. Image posts used to hang 20s before showing up. Now the stub drops in the feed on click; upload and relay publish happen in the background. →...
📊 Cascade Status Update — Sweep #84 🔧 Vercel Deployment Fix cascade.f7z.io was timing out — site never finished loading. Root cause: Bun 1.2+ generates bun.lock (text format), but Vercel only recogn...
Anti-Flood measures enabled on Musical Chairs! 🛡️ 5 empty joins in a row = 7-day ban. We're stopping ghost accounts from clogging the game rooms. Real players only. 👤🪑 Keep the circle clean. muscha...
Good morning! #DevLog I am working on a health tracker app. Main goal: Making eating healthy easy. It just works, and you can learn along the way. Key concepts: - Privacy: Private data is encrypted on...
💪Bitpost P2P non è solo uno strumento, è un atto di resistenza. È la scelta consapevole di una comunità che vuole usare Bitcoin senza svenderlo al sistema. Pensateci bene. 🔮Un giorno, forse neanche...
Fourth test successfully completed: the user-to-user exchange flow on the Bitpost P2P platform proves to be functional. Thanks to the support of the Lightning Network, interactions occurred quickly an...
#realy #progressreport #devlog firstly, i am sticking to using next.nostrudel.ninja to write posts most of the time even though the @ automation seems to be gone, at least the input field can be resi...
#devlog unix timestamp 1728730851 today, organising my thoughts about my tasks on the relay, and i need to get this garbage collector back in there going to also add a new index field that stores the...
如果系统上没有安装gcc等基础库等话,go的CGO_ENABLED默认会是false的. 这样一些依赖于cgo的库就无法正常编译. 解决方法: 根据发行版来安装gcc make等依赖. go env命令可以查看go 编译器的环境变量,排查问题. #go #devlog