Postgres rewritten in Rust, now passing 100% of the Postgres regression tests
1–10 of 756 posts
Re: Postgres rewritten in Rust, now passing 100% of the Postgres regression tests
#2Re: Postgres rewritten in Rust, now passing 100% of the Postgres regression tests
#3Re: Postgres rewritten in Rust, now passing 100% of the Postgres regression tests
#4I feel like we need to heavily differentiate between a rewrite and an AI rewrite.
Re: Postgres rewritten in Rust, now passing 100% of the Postgres regression tests
#5Re: Postgres rewritten in Rust, now passing 100% of the Postgres regression tests
#6I feel like we need to heavily differentiate between a rewrite and an AI rewrite.
Such crude takes only cause unnecessary friction. If you have a black box that spits out code, and you are unable to distinguish the quality between a top tier dev and an AI inside the black box, then the distinction is unnecessary. Most of the code on the internet is already a black box to you. What percentage of code running on your machines have you vetted by who wrote it and code quality?
AI coding isn't going anywhere and will likely end up generating most code going forward so instead of rejecting it outright or arbitrarily categorizing it we need to focus on solid quantitative and qualitative measures of code and functionality regardless of who wrote it.
Re: Postgres rewritten in Rust, now passing 100% of the Postgres regression tests
#7I start to see a lot of these re-writes that depend on tests to state that its working. But the things that make software like Postgres and SQLite reliable are not mostly the test, but the real world production scars. That's where the reliability comes from, years and years of running in production.
Re: Postgres rewritten in Rust, now passing 100% of the Postgres regression tests
#8Re: Postgres rewritten in Rust, now passing 100% of the Postgres regression tests
#9I feel like we need to heavily differentiate between a rewrite and an AI rewrite.
So how much AI usage does it make it an “AI rewrite”?
Re: Postgres rewritten in Rust, now passing 100% of the Postgres regression tests
#10I start to see a lot of these re-writes that depend on tests to state that its working. But the things that make software like Postgres and SQLite reliable are not mostly the test, but the real world production scars. That's where the reliability comes from, years and years of running in production.