Thursday, September 18, 2025

Oracle "AI Data-base" $455B ?

"big numbers, big money" game...

 ðŸ“Š Oracle's $455 Billion AI Gambit: How the Database Giant Quietly Reinvented Itself for the Cloud Wars @forwardfuture.ai

Oracle's 1QFY26 Earnings: Strategic Vindication - Nikhs



...Seven years later, Oracle just reported $455 billion in contracted future revenue—more than the annual revenue of every technology company except Amazon.



"Carbon" lang: C++ replacement from Google?

C++ is like a sports car: fast, and very challenging.
And based on installed codebase, short of some AI miracle, it is here to stay.
But it needs to be modernized, and this is super hard, to preserve some compatibility.
Google-level, long term, task.

In the meantime, Mojo language and Rust are available as simpler and easier alternatives
whenever integration does not need to be tight.

Carbon and Modernizing C++ with Chandler Carruth - Software Engineering Daily

Carbon is a programming language developed by Google as a successor to C++, and it aims to provide modern safety features while maintaining high performance. It’s designed to offer seamless interoperability with C++ while addressing shortcomings of C++ such as slow compilation times and lack of memory safety. Carbon also introduces features like a more readable syntax, improved generics, and automatic memory management while still allowing low-level control.