dullbananas (joseph silva)

💻coding ✏️writing ⚛️catholic ✨infp
- asu 2028 (software engineering)
- jp2 2024

https://dullbananas.com/

previous account: @dullbananas@lemmy.ml

  • 89 Posts
  • 134 Comments
Joined 3 years ago
cake
Cake day: June 27th, 2023

help-circle























  • The stack is overall amazing, but not perfect. Waiting for the Rust code to compile is sometimes very annoying, but I wouldn’t want to use a different language. And we had to implement somewhat complicated things that existing Rust libraries did not do. For example, I made the “i_love_jesus” library so Lemmy could have cursor pagination that uses indexes well and allows bringing back the “back” button, we have a few custom QueryFragment impls because of diesel’s limitations, and we have a custom migration runner to do fancy stuff (see crates/db_schema/src/schema_setup.rs).