Pavan_906 (@pavan4820) 's Twitter Profile
Pavan_906

@pavan4820

Backend Developer | GSoC 2023

ID: 1446406683480051712

calendar_today08-10-2021 09:26:56

2 Tweet

13 Followers

172 Following

Glauber Costa (@glcst) 's Twitter Profile Photo

Super excited to announce that Turso is joining the Stripe Projects developer preview giving developers and AI agents a clean, deterministic way to provision real Turso Cloud databases straight from the terminal. No dashboard hopping, no brittle scripts, no manual key

Glauber Costa (@glcst) 's Twitter Profile Photo

What if we could run Postgres as a single file, and take advantage of the best SQLite has to offer? Today I am announcing pg-micro, a crazy experiment I've been undertaking to make this happen. pg-micro is different than other approaches because it is fully local, and expected

What if we could run Postgres as a single file, and take advantage of the best SQLite has to offer?

Today I am announcing pg-micro, a crazy experiment I've been undertaking to make this happen.

pg-micro is different than other approaches because it is fully local, and expected
Vivek Galatage (@vivekgalatage) 's Twitter Profile Photo

Dive into Systems Explore systems programming, code optimizations, and assembly for multiple architectures with this freely available book - all grounded in C! The ASM visualiser is built by these folks. diveintosystems.org/book/

Dive into Systems

Explore systems programming, code optimizations, and assembly for multiple architectures with this freely available book - all grounded in C!

The ASM visualiser is built by these folks.

diveintosystems.org/book/
Preston Thorpe (@pthorpe92) 's Twitter Profile Photo

Open source maintainers check out fossier.io building a global registry of LLM slop/spam PR's. Github action automatically scores likelihood of spam and has built-in slash commands to reject and auto-denouce + report spam to the registry. VOUCH compatible

Open source maintainers check out fossier.io
building a global registry of LLM slop/spam PR's. Github action automatically scores likelihood of spam and has built-in slash commands to reject and auto-denouce + report spam to the registry. VOUCH compatible
José A. Alonso (@jose_a_alonso) 's Twitter Profile Photo

Lean 4 (meta)programming cookbook. ~ Anirudh Gupta et als. leanprover-cookbook.github.io/lean-metaprogr… #LeanProver #ITP #FunctionalProgramming

Phil Eaton (@eatonphil) 's Twitter Profile Photo

If you're an experienced developer or postgrad in systems programming looking for work and ok to publicly say so, DM with something interesting you built or worked on. I'm starting a section on The Consensus on devs for hire. No guarantees to get picked, we'll see how it goes.

Gabriela Moreira (@bugarela) 's Twitter Profile Photo

I'm happy to announce that Quint is becoming its own company with me as its CEO. I have an incredible team joining me in this new journey as we spin out of Informal Systems into Quint Co. Quint remains open source at its core, and I'm confident that the ecosystem we are

I'm happy to announce that <a href="/quint_lang/">Quint</a> is becoming its own company with me as its CEO.

I have an incredible team joining me in this new journey as we spin out of <a href="/informalinc/">Informal Systems</a> into Quint Co. Quint remains open source at its core, and I'm confident that the ecosystem we are
José A. Alonso (@jose_a_alonso) 's Twitter Profile Photo

Understanding tool-augmented agents for Lean formalization: A factorial analysis. ~ Ke Zhang, Patricio Gallardo, Maziar Raissi, Sudhir Murthy. arxiv.org/abs/2604.16538… #LeanProver #ITP #AI4Math

Pavan_906 (@pavan4820) 's Twitter Profile Photo

i'm actually trying quint again today to find bugs in our new multiprocess feat lol - it found some counter examples - i still have to verify but it's awesome.!

Preston Thorpe (@pthorpe92) 's Twitter Profile Photo

Note to potential Turso contributors: if your PR is auto-closed by our github action (github.com/PThorpe92/foss…), we may still re-open your PR if your contribution seems legitimate and your github account/history aligns with the work you submitted.

Note to potential Turso contributors: if your PR is auto-closed by our github action (github.com/PThorpe92/foss…),  we may still re-open your PR if your contribution seems legitimate and your github account/history aligns with the work you submitted.
Glauber Costa (@glcst) 's Twitter Profile Photo

Turso, from day1, has a comprehensive fuzzying and deterministic testing methodology. In fact, the first version of Turso was pretty much DST and simulator infrastructure, and could not even write to the database. And we evolved: Aside from our DST harness, we have: * a

Jessica Joy Kerr (@jessitron) 's Twitter Profile Photo

Software has _always_ been written by unreliable agents. “We care more about measuring correctness now because agents write unreliable code” is a story that doesn’t hold up. We care because testing used to be 50% of the work and now it’s 99%. - Will Wilson Antithesis

Pekka Enberg (@penberg) 's Twitter Profile Photo

After being DST-pilled by TigerBeetle, I've written the same completion-based I/O loop many, many times just to get going on whatever new i was working on. This time I extracted it as a small Rust library so next time I don't have to start from scratch. github.com/penberg/betelg…