This week, I learned:
- POSSE - “Publish (on your) Own Site, Share Everywhere” - is a self-explanatory content sharing approach. 1 minute video introduction. Alternatives are:
- 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
- Books that have suggested this are:
- The Art of Thought (1926)
- The Act of Creation (1964)
- The Inner Game of Tennis (1974)
- Hare Brain, Toroise Mind (1997)
- Taoism’s Wu Wei: “muddy water, let stand, becomes clear”
- Zen Koans: giving students impossible riddles
- Books that have argued (probably incorrectly) that an impasse is a signal to push harder, not step back, are:
- Books that have suggested this are:
- We are starting to talk like LLMs. Empirical evidence of Large Language Model’s influence on human spoken communication
- 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.
- 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.
- 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.