POSSE - "Publish (on your) Own Site, Share Everywhere" - is a self-explanatory content sharing approach. 1 minute video introduction. Alternatives are:
PESETAS: Publish elsewhere, syndicate everything to a silo (one of the "elsewhere"s).
Cory Doctorow's essay on how Google will use AI against shoppers is a great lesson on several lessons in behavioral economics. Fighting it is hard, but here is generally good advice: ChatGPT
Never buy when rushed.
Set a max price.
Compare 2+ options (TOTAL price) early.
Shop logged-out for big purchases.
Vortex is supported by DuckDB. It's a better format than parquet for analysis and querying remotely. Gemini
Research suggests that insight emerges when we struggle with a problem, get stuck, then DISENGAGE (to inhibit distractions). EEGs can predict insight ~8 seconds before it happens using this pattern. Gemini
Email support for animated AVIF is limited. Though it's perhaps the best compression format, and Apple Mail supports it well, Outlook on Windows does not support it. GMail converts it to GIF. Also, Google Groups does not yet support it. When I sent an animated AVIF in a Google Group email, it was replaced by the content proxy to this nonexistent URL.
git-filter-repo is a surprisingly easy way to rewrite your git history to remove specific files (e.g. large files, sensitive files). It can preserve timestamps, messages, etc. It just filters out specific files as if they were never committed. This can reduce the size of repos dramatically. #github
Portkey Models is a repo of model related data (e.g. price, max tokens, capabilities, etc.) for a large number of models. Somewhat similar to Simon Willison's LLM Prices. #models