What about this? Consider a toy system: everyone gets issued a UUID, everyone can see how every UUID voted, but only you know which one is your vote.
This is of course flawed because a person can be coerced to share their ID. In which case you could have a system in which the vote itself is encrypted and the encryption key is private. Any random encryption key works and will yield a valid vote (actual vote = public vote + private key), so under coercion you can always generate a key that will give the output that you want, but only you know the real one.
Shameless plug: https://www.supyagent.com - we basically want to give away the integrations for free. For Claude users you just need to run `supyagent skills generate` and you get all the integrations. Works well with cursor and codex as well, and if you want a UI to go with it that can be tinkered, just run `npx create-supyagent-app`
What a bunch of nonsense. I really urge you to look into more contemporary research on it.
By which measure were they less advanced? Tenochtitlan had a population of north of 200k when the Spanish arrived - bigger than most European cities at that time, bar a couple. When you read the chronicles of the conquistadores you realise how advanced they were in many ways compared with Europeans.
Th Maya were contemporary to and very similar to Greece in many ways - definitely more advanced in some aspects of mathematics and astronomy, and had an extremely complex architecture.
The gap wasn’t so big, and in some cases American cities were even more advanced - probably the complex sanitation system of most mesoamerican cities contributed to the biggest asymmetry of all - European cities were a Petri dish of filth and disease.
"After trillions spent in GPUs and data centers, the AI gold rush was finally over when a developer in Lithuania built the pg_thinking plugin - turns out postgres was all you needed all along."
I'm building https://www.ergodic.ai - and we are using a graphs as the primary objects in which the intelligence operates.
I don't think every graph needs a graph database. For 99% of use-cases a relational database is the preferred solution to store a graph: provided that we have objects and ways to link objects, we're good to go. The advantages of graph dbs are in running more complex graph algorithms whenever that is required (transversal, etc) which is more efficient than "hacking it" with recursive queries in a relational db.
For us, I've yet to find the need for a dedicated graph db with few exceptions, and in those exceptions https://kuzudb.com/ was the perfect solution.
Lol, considering that the entire pricing and risk system of the company runs on a proprietary programming language, I'm pretty sure this is just publicity
Not only that. I have an agent product and I’m currently blocked from using their reasoning models on Azure for having asked for a chain of thought, which apparently is against the ToS.
The customer service itself was surreal enough that it was easier just to migrate to Anthropic
Yes, (ergodic.ai) working on causal inference applied to process mining and event logs. Basically: something happened, why did it happen and how can I avoid it/get more of it?
It's a question of timelines. While I agree with Amazon, we know pretty well the periods in which Rome and London have been inhabited, but the question is more about understanding pre ice-age human settlements, of which we know nothing about because these are more likely submerged now.
When it comes to the Americas, the entropy of the entire field of Archaeology is way too high.
Up until 5 years believing that humans were there more than 12k years ago was heresy. Today 30k is the accepted number, while some people are pushing it past 60k.
The belief that there were "civilisations" in the Amazon was also heresy, but now with LiDAR and deforestationthere's megalopolis being found that probably predate both the Andean and Mesoamerican cultures. There's also a set of anthropological elements connecting Andean and Mesoamerican cultures that seem to have their elements in the Amazon - like they share the same origin stories, a very similar god, etc
Anyway, Hancock is a a bit of a crackpot, but he's probably less wrong than everybody else, because we only have access about 1% of all the stuff that can be found in the Amazon, whatever written records that existed from Mayans and Aztecs was destroyed by the Spanish, and every single piece of new evidence seems to point in the direction that there were large organised cities in the Amazon
Actually upon further reading I realize that the author actually goes deeper into what I thought, so it's not nonsense, it's actually a simplified version of what I tried to write.
But I don't particularly like the whole "mass vs not mass" discussion as it's pointless
It's nonsense. The fact that the particle is massive is a direct cause of the fact that the interactions are short ranged.
The nuance is this: Naturally, in a field theory the word "particle" is ill-defined, thus the only true statement one can make is that: the propagator/green function of the field contains poles at +-m, which sort of hints at what he means by stiffness.
As a result of this pole, any perturbations of the field have an exponential decaying effect. But the pole is the mass, by definition.
The real interesting question is why Z and W bosons are massive, which have to do with the higgs mechanism. I.e., prior to symmetry breaking the fields are massless, but by interacting with the Higgs, the vacuum expectation value of the two point function of the field changes, thus granting it a mass.
In sum, whoever wrote this is a bit confused and just doesn't have a lot of exposure to QFT
As a physicist, the moment when everything just clicked was when I realised that connected Feynman diagrams were basically the cumulants of that distribution.
Then almost everything in physics is about "what is the characteristic/moment/cumulant generating function?" and associated Legendre transforms
This is of course flawed because a person can be coerced to share their ID. In which case you could have a system in which the vote itself is encrypted and the encryption key is private. Any random encryption key works and will yield a valid vote (actual vote = public vote + private key), so under coercion you can always generate a key that will give the output that you want, but only you know the real one.