2 comments

  • tyushk2 hours ago
    Code blocks unreadable if the user&#x27;s system reports dark mode and dark mode is toggled on for the web page.<p>Cool writeup. Have you had to do any other weird shenanigans with getting FFI between Rust and Clojure other than needing to use CStrings?
  • umairnadeem1231 hour ago
    one thing i like about the &#x27;db as library&#x27; framing is it forces you to separate a stable api surface from storage internals. but for native image, do you end up baking schema&#x2F;versioning assumptions into the binary? curious how you handle migrations + backwards compat when the app and &#x27;library db&#x27; get deployed independently.