this post was submitted on 23 Feb 2026
66 points (76.2% liked)

Technology

81759 readers
3758 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
 

Lobsters.

We’ve been searching for a memory-safe programming language to replace C++ in Ladybird for a while now. We previously explored Swift, but the C++ interop never quite got there, and platform support outside the Apple ecosystem was limited. Rust is a different story. The ecosystem is far more mature for systems programming, and many of our contributors already know the language. Going forward, we are rewriting parts of Ladybird in Rust.

you are viewing a single comment's thread
view the rest of the comments
[–] unpossum@sh.itjust.works -3 points 16 hours ago (4 children)

Good grief, the irrational ai kneejerk hate in this community is insane. This seems like a perfect use case - a code base with good test coverage and well defined output expectations, where a human has guided the translation and checked the results. The human in question has saved a lot of time. And still all the comments are “hurr durr slop amirite”. SMH fucking head.

[–] eager_eagle@lemmy.world 5 points 14 hours ago (1 children)

yeah, this part of the community is as insufferable as the overly enthusiastic vibe coders

[–] XLE@piefed.social 2 points 11 hours ago (1 children)

And the people complaining about "insufferable" critics of AI, and assuming all criticism is "knee-jerk", are themselves contributing to the cycle of negativity.

[–] eager_eagle@lemmy.world 0 points 10 hours ago* (last edited 10 hours ago)

no shit, pick any post that mentions AI here and see who are the first ones to comment every single time.

If you don't want a "cycle of negativity", maybe let's not throw rocks at anything for just bringing up the topic?

how's acknowledging this herd behavior contributing to it. Some of us are also tired of reading the same crap in the comments.

[–] Trilogy3452@lemmy.world 2 points 12 hours ago* (last edited 18 minutes ago)

I think it's important to note that human review is not = quality always, it's case by case and a lot of times the nuance and potential problems don't appear until the code has been fiddled with manually in my experience.

Basically saying that it depends on how it was used, but my hunch is using AI for new languages for production use without an expert to help is a bad use case since the new comer has no idea what nuances exist. Unless that's not the case here

[–] Fizz@lemmy.nz 1 points 11 hours ago* (last edited 11 hours ago)

Hes not even using the rust part either. Its still using c++. It's just being developed on the side.