TLDR: There are two versions of the Parquet file format, but adoption of Version 2 is slow due to limited compatibility in major engines and tools. While Version 2 offers improvements (smaller file sizes, faster write/read times), these gains are modest, and ecosystem support remains fragmented. If full control over the data pipeline is possible, using Version 2 can be worthwhile; otherwise, compatibility concerns with third-party integrations may outweigh the benefits. Parquet remains dominant, and its utility far surpasses these challenges
Literally every color grading example shows log footage as the "before". Of course this lacks contrast and vibrancy because it's not meant to be watched "as is". Please show me regular footage as a baseline so it's a fair comparison.
I just watched the demo with the Apollo 11 transcript. (sidenote: maybe Gemini is named after the space program?).
Wouldn't the transcript or at least a timeline of Apollo 11 be part of the training corpus?
So even without the 400 pages in the context window just given the drawing I would assume a prompt like "In the context of Apoll 11, what moment does the drawing refer to?" would yield the same result.
You probably should not use UUIDs to start with in your database at least not as an ID. UUIDv7 aims solve some of the issues of UUIDv4 that are even less suitable in for databases. 99% of times using BigInt for an ID is better.
I have a PhD in material science and worked with superconductors, here are two things that is often misunderstood:
1) it takes a undergrad to make and measure a superconductor but a Nobel laureate to explain it.
2) in theory if you understand the mechanism of something you can improve it. In material science however almost always all you need is a trial and error approach to end up with a good result.
Conclusion: the effect is probably true, the explanation not
There is also a JSON analog which if found quite handy sometimes to extract some values deeply nested in an API response. Its also natively supported by some databases that have JSON datatypes like mysql.