Hacker News new | ask | show | jobs
by kaoD 96 days ago
Discussion in Rust's subreddit, with some fair criticism: https://old.reddit.com/r/rust/comments/1ruq7tk/lux_a_rust_re...

Some highlights that made me think:

> It's easy to say you're faster if you don't actually support everything or maybe even made a mistake.

> I don't see any tests so I wouldn't use this.

---

> the repo has 5 commits and the first one is from 3 hours ago. "I've been working on" is probably more accurately "this morning I asked an ai to write this for me".

---

> The single-threaded design of redis was specifically so that operations are ordered sequentially, so that the WAL-like log would be replayable and you'd get the exact same state as when shutting down the server.

> Did you take any measures to ensure a sequential order of executed commands?

1 comments

sounds like it was vibe coded?