Ted Turner also created the Turner Tomorrow Fellowship Award, which was a half a million dollars literary prize for coming up with a book that offered “creative solutions to humanity's urgent problems".
The winner was Daniel Quinn’s “Ismael”. Quite a remarkable book that probably never would have been published without this.
Sure, nobody is claiming that hunter gatherers were saints. Just because they lived in egalitarian clans, it doesn’t mean that they didn’t occasionally do bad things.
But one key differentiator is that they didn’t have the logistics to have soldiers. With no surplus to pay anyone, there was no way build up an army, and with no-one having the ability to tell others to go to war or force them to do so, the scale of conflicts and skirmishes were a lot more limited.
So while there might have been a constant state of minor skirmishes, like we see in any population of territorial animals, all-out totalitarian war was a rare occurrence.
> society is reverting back to factory settings of human history, which has always been a feudalist type society of a small elite owning all the wealth
The word “always” is carrying a lot of weight here. This has really only been true for the last 10,000 years or so, since the introduction of agriculture. We lived as egalitarian bands of hunter gatherers for hundreds of thousands of years before that. Given the magnitude of difference in timespan, I think it is safe to say that that is the “default setting”.
It seems like a problem that will self-correct. If too expensive housing is keeping couples from having children, then population will decline, which will free up a lot of housing stock making prices drop, and then people can afford having children again. Maybe it is just cyclical?
SQLGlot is amazing. In many ways it helps erase the differences and bridge between dialects. It is so useful for moving complex queries between platforms.
The original idea idea behind SQL was to create a language that looked like English and allowed regular users to express their queries in something that resembled natur
Al language. Naturally it has evolved into something far more complex, but maybe today with LLMs it can get back to its origin,
LLMs are getting pretty good at writing SQL. There is so much training material out there, and it is not that hard to validate the results. The real interesting question will be if they will be better at leveraging all the database specific dialects than tool like PowerBI. High-performance databases like Exasol often has a lot of specific features in their SQL dialects that generic tools and ORMs are not able to use, it will be interesting to see if LLMs can make that more accessible.
Bullying is such a hard problem. The only school system I have seen dealing with it effectively is the Sudbury Valley schools.
There they have a Judicial Committee, composed of both students and staff, and deal with issues through a process similar to courts in democratic society.
Interesting enough, both students and staff can be brought up for bad behavior, which is probably what makes the process respected enough to work.
I usually start with PostGIS for single-node workloads and then switch to Exasol when I get to truly massive datasets (Exasol has a more limited set of spatial operators, but scales effortlessly across multiple nodes).
It will be great with some more options in this space, especially if it makes a smooth transition from single-node/local interactions to multi-node scale-out.
Exasol costs us a fraction of what we used to pay for Databricks, and that is even with us serving far more users than we used to do (from a data size perspective we are not at the petabytes scale yet, but getting there).
> they were working 90% of their waking hours. their work was their lives.
This is not true at all. A quick google for “hunter gatherer work hours” would tell you that they worked far less than we do today. 2-5 hours of what we would define as work a day, with the rest being mainly leisure.
I agree that using a semantic layer is the best way to get better precision. It is almost like a cheatsheet for the AI.
But I would never use one that forced me to express my queries in JSON. The best implementations integrate right into the database so they become an integral part of regular your SQL queries, and as such also available to all your tools.
In my experience, from using the Exasol Semantic Layer, it can be a totally seamless experience.
We tested those, but none of them could reach the performance we needed, especially under high concurrent load (we have a large number of concurrent workloads). Exasol is just crazy fast.
Do you support Exasol? In the current climate we don’t want to be too dependent on US cloud services, so we are moving our performance sensitive dwh workloads off Snowflake to Exasol.
> Which she does because donations offset the taxes she owes.
How would that work? You can only write off the amount you actually donate. Paying 100% to save 40% (or whatever your tax rate is) seems very counterproductive if the goal is to actually save money.
Yes. We saved ridiculous amounts of money (and made it a lot faster) by moving our analytics workloads from Snowflake to a few bare-metal nodes running Exasol. But it took months to convince management even though we had clear numbers showing the sheer magnitude of the cost reduction. They had drunk the cloud kool-aid, and were adamant that it would be cheaper, numbers be damned.