this post was submitted on 25 Oct 2023
23 points (100.0% liked)

Rust

5749 readers
172 users here now

Welcome to the Rust community! This is a place to discuss about the Rust programming language.

Wormhole

[email protected]

Credits

  • The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)

founded 1 year ago
MODERATORS
 

Really fast post parser, notifications, OpenTelemetry, dedicated job runner, and more!

Now with pre-built binaries for Windows, MacOS, and Linux with install scripts for PowerShell and Bash!

https://corteximplant.com/@0x0/111297237963021572

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 10 months ago

Agnosticism over protocols (maybe ActivityPub won’t be the only protocol we want to support in the future)

If that's simple to do, it's worth waiting for, but if it's trickier then I've learnt the importance of remembering YAGNI and KISS (and that database migration scripts aren't that hard). Of course, third party database queries aren't as simple to update but perhaps your API will be all implementers need.

If we can get under 16 columns, we can disable support for 32 columns in Diesel and save build time

This does seem worthwhile, just to speed up development cycles.