back
user profile

eatonphil

24,200karma·4,492submissions·December 27, 2014
about
theconsensus.dev
recent activity (4,492 total)
comment
They are indeed different. In Zig you might get the allocator via a struct field or just via importing the global allocator. const std = @import("std"); fn makeBuffer(n: usize) ![]u8 …
1mo ago·view thread
comment
Supabase customers run it (marked alpha). https://supabase.com/blog/orioledb-launch And they continue to work on it. https://supabase.com/blog/orioledb-paten…
1mo ago·view thread
comment
Snowflake acquired Crunchy Data yes and Craig was at Crunchy Data.
1mo ago·view thread
comment
Pangram says the text is entirely AI generated but I don't know how trustworthy Pangram is. (I would love to hear what others think about it.)
1mo ago·view thread
comment
Thank you! I've made an edit crediting you. This also led me to notice the nonallocating attribute in Clang, which I've now mentioned as well.
1mo ago·view thread
comment
I was also always curious about this and recently wrote a few implementations of an http file server to teach myself the key differences. https://theconsensus.dev/p/2026/05&#…
1mo ago·view thread
comment
It's nice to have some proof to show people.
2mo ago·view thread
comment
Tart was just bought by OpenAI so its future is suspect.
2mo ago·view thread