Auxillery Data types
Fixed-size | Indexed | Ordered | Unique | Keyed Syntax and style vary across programming languages, but some things are consistent: 1. Bits and bytes – A Bit (1 or 0 – on or off, ... (continue reading)
Fortran, Pascal, Python, Java, C, C++, C# and Bourne shell – each one has its own evangelists. But are they really that different?
You could interpret C and you could compile Bash (but we don’t)
From higher-level abstraction to inheritance to object-oriented and polymorphism, the designer of each language had their design goals and followers who adopted their technology
From HTTP to FTP to JDBC; each one serves a purpose. But are they really that different?
Use JDBC and DDL to create database tables. Use JDBC and DML to insert, read, update, and delete delete in those tables. Use FTP to send (put) files to, or receive (get) files from, a file server. Use HTTP to receive (GET) data from, or send (POST) data to a web server.
Do you begin to see more similarities than differences?
Have you heard of the saying that it’s 10x or 100x cheaper to fix a defect during development, than after it goes live?
What if instead of building a bigger more complicated more convoluted software development pipeline, we designed software expecting it to be changed, after go-live, and reduced the risk and impact of change to near-zero?
What better software could we build with 256 billion lines of code?
What if we could reduce coding effort? What if we could re-use code – without having to clone it from git or copy-and-paste it into our workspace? What if we could recycle code – set it free from our workspace but keep it searchable and accessible so we could find it quickly for another project?

Image by Bernd Dittrich (unsplash.com)
Fixed-size | Indexed | Ordered | Unique | Keyed Syntax and style vary across programming languages, but some things are consistent: 1. Bits and bytes – A Bit (1 or 0 – on or off, ... (continue reading)
There are so many different programming languages, which one do you pick to address the 1.8 trillion lines of code (in 20 years) problem? There are so many ways to represent (store, transport, access) data, ... (continue reading)
This is the simplest (most understated) demo of our software – The number of milliseconds past epoch January 1st, 1970 is: (ms) This simple (understated) demo shows how our RIP1 API uses client-side JavaScript in ... (continue reading)