
Hello HN!
My co-founder, Vijay and I are excited to open up Oodle for everyone.
We used to be observability geeks at Rubrik. Our metrics bills grew like 20x over 4 years. We tried to control spend by getting better visibility, blocking high cardinality labels like pod_id, cluster_id, and customer_id. But that made debugging issues complicated. App engineers hated blocking metrics, and blocking others' code reviews was not fun for platform engineers either! Migrations (and lock-ins) were

Article URL: https://newatlas.com/cancer/cancer-immunotherapy-t-cells-extra-batteries-supercharges/
Comments URL: https://news.ycombinator.com/item?id=41635962
Points: 51
# Comments: 14
https://newatlas.com/cancer/cancer-immunotherapy-t-cells-extra-batteries-supercharges/
Article URL: https://www.undeadly.org/cgi?action=article;sid=20240924105732
Comments URL: https://news.ycombinator.com/item?id=41636070
Points: 61
# Comments: 46
https://www.undeadly.org/cgi?action=article;sid=20240924105732


Article URL: https://wedistribute.org/2024/09/social-web-foundation-launch/
Comments URL: https://news.ycombinator.com/item?id=41636491
Points: 31
# Comments: 4
https://wedistribute.org/2024/09/social-web-foundation-launch/

Article URL: https://github.com/WinampDesktop/winamp
Comments URL: https://news.ycombinator.com/item?id=41636804
Points: 96
# Comments: 33

Article URL: https://kristoff.it/blog/python-training-wheels/
Comments URL: https://news.ycombinator.com/item?id=41629698
Points: 59
# Comments: 30

Article URL: https://twitter.com/lauriewired/status/1838256923428438345
Comments URL: https://news.ycombinator.com/item?id=41634119
Points: 23
# Comments: 15

This C library is part of a main project aimed at providing a reactive key-value (KV) database. The data is typed (numbers, strings, dates, or booleans) and can include formulas with references to other entries. Clients connected to this database receive a real-time data stream with updates to the subscribed keys, allowing them to react to changes and their dependencies. Essentially, it’s like building a distributed Excel, where data and formulas dynamically update across the system.
I cou