Settings

Theme

Rust and Htmx: Making a Slack/campfire clone

github.com

22 points by sandeep-nambiar 2 years ago · 4 comments

Reader

sondr3 2 years ago

While Rust and HTMX are a cool combo, this feels like random blog spam. The video is just a generic techfluencer talking about buzzword tech without any substance. At the very least tag the post with "Show HN".

0atman 2 years ago

YES! sqlx::query_as in the wild!

Making queries like this checks the sql is valid at compile time by connecting to the real database and running it with demo data inside a rolled-back transaction!

(If you'll forgive the self promo, I explained it better in this video https://youtu.be/pocWrUj68tU)

Rust's macro system allows you to program the compiler with each new program, and sqlx is my favourite example of this.

fajarsiddiq 2 years ago

is there a way to one-click install and try it on the server to setup easily?

darklion 2 years ago

What is TAMASHA?

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection