New podcast, new format. Three founders join us.
Waste Tokens, Save Time
00:00 Three Frontier Founders
01:27 AI Software Factories
04:15 Waste Tokens, Save Time
05:47 Models Instructing Humans
09:30 Is Pure Software Dead?
12:04 You Don't Get Stuck Anymore
With @rauchg, @maxhodak_, and @bscholl.
@KranenKyle Love this! Can see DynoSim becoming an always-on autopilot for Dynamo that continuously optimizes configs as traffic drifts. Is that the end goal, or is a bigger bet on using it to discover better routing/caching algorithms entirely?
In their #PGConfNYC 2025 talk today (11:30 AM EDT), #opensource contributors @Guanqun_Steve & @beihao_zhou share how they made #PgBouncer multi-threaded, the testing & benchmarking they performed, how to use it, and the roadmap for what's next
https://t.co/eax5kOs0SI
#Postgres
Kvrocks now supports RedisSearch in the unstable branch. The blog post has been released: https://t.co/96hNmp7VrQ
Huge thanks @twicemoemoe for making this happen!
How to build a thriving open source community by writing code like bacteria do 🦠. Bacterial code (genomes) are:
- small (each line of code costs energy)
- modular (organized into groups of swappable operons)
- self-contained (easily "copy paste-able" via horizontal gene transfer)
If chunks of code are small, modular, self-contained and trivial to copy-and-paste, the community can thrive via horizontal gene transfer. For any function (gene) or class (operon) that you write: can you imagine someone going "yoink" without knowing the rest of your code or having to import anything new, to gain a benefit? Could your code be a trending GitHub gist?
This coding style guide has allowed bacteria to colonize every ecological nook from cold to hot to acidic or alkaline in the depths of the Earth and the vacuum of space, along with an insane diversity of carbon anabolism, energy metabolism, etc. It excels at rapid prototyping but... it can't build complex life. By comparison, the eukaryotic genome is a significantly larger, more complex, organized and coupled monorepo. Significantly less inventive but necessary for complex life - for building entire organs and coordinating their activity. With our advantage of intelligent design, it should possible to take advantage of both. Build a eukaryotic monorepo backbone if you have to, but maximize bacterial DNA.
Naval’s stuff hits different when you’re tired of shortcuts. Play long-term games with long-term people—it’s the only real way anything compounds.
#Naval#Wealth#Mindset
PgBouncer has been single-threaded until now.
By redesigning the architecture and using a fair share of multithreading tricks, we doubled the throughput.
@Guanqun_Steve and I are polishing up the code!
We'll share our journey. Stay tuned!
#PostgreSQL#PgBouncer#PGConf
Apache Kvrocks 2.10.0 has been released.
@apache_kvrocks is a distributed key-value NoSQL database that uses RocksDB as a storage engine and is compatible with Redis protocol.
To download: https://t.co/KuRXSDHbZq #opensource