115
submitted 11 months ago* (last edited 11 months ago) by SinTan1729@programming.dev to c/selfhosted@lemmy.world

This release adds the ability to edit existing links, show and download QR codes for easy sharing, and various improvements in the frontend. Check out the release note for a list of all changes.

you are viewing a single comment's thread
view the rest of the comments
[-] riskable@programming.dev 4 points 11 months ago

As an information security professional and someone who works on tiny, embedded systems, knowing that a project is written in Rust is a huge enticement. I wish more projects written in Rust advertised this fact!

Benefits of Rust projects—from my perspective:

  • Don't have to worry about the biggest, most common security flaws. Rust projects can still have security flaws (anything can) but it's much less likely for certain categories of flaws.
  • Super easy to build stuff from scratch. Rust's crates ecosystem is fantastic! Especially in the world of embedded where it's a godsend compared to dealing with C/C++ libraries.
  • It's probably super low overhead and really fast (because Rust stuff just tends to be like that due to the nature of the language and that special way the borrow checker bitches at you when you make poor programming choices haha).
  • It's probably cross-platform or trivially made cross-platform.
[-] dan@upvote.au 2 points 11 months ago

Thanks, this is a good insight.

this post was submitted on 31 Aug 2025
115 points (100.0% liked)

Selfhosted

61475 readers
374 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS