home / staticevolution

Menu
  • Log in

blog_quotation

6 rows

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: slug, source, source_url, created (date)

id ▼ created slug card_image series_id quotation source source_url context
2 2026-08-02 01:47:38.957036+00:00 slack-emoji-maker     I wanted to create a new Slack emoji, and their tool recommends a square that's 128x128 and has a transparent background... so I had Fable build me this simple image editor against those requirements. Slack Emoji Maker - Simon Willison https://simonwillison.net/2026/Jul/31/slack-emoji-maker/#atom-everything test
3 2026-08-03 21:21:14.175416+00:00 manton-reece-3af7dd82     Developers using Fable seem to often get downgraded because of false positives on cybersecurity or biology questions, but I’ve never seen that on GPT-5.6 Sol until today. Trying to find vulnerabilities in my own code. Fascinating and annoying. Manton Reece https://www.manton.org/2026/07/29/developers-using-fable-seem-to.html  
4 2026-08-04 01:04:52.671940+00:00 don-t-be-a-meat-proxy-simon-willison-8b2037cc     Don't be a meat proxy Niklas Gruhn coins an excellent new term - meat proxy - for people who blindly copy and paste the output of AI systems to their peers. By all means, prompt AI. But don't just relay the output. Read it, understand it, validate it, and then write a response in your own words (a decent certificate that you've done the prior steps). Making that effort is value you can add. Via Lobste.rs Don't be a meat proxy - Simon Willison https://simonwillison.net/2026/Aug/3/dont-be-a-meat-proxy/#atom-everything This is perfect!
5 2026-08-09 01:46:53.430703+00:00 hacker-newsletter-804     qm – Multiplayer agent harness for work//github comments→ Isopolis – Isometric pixel map of SF//sf.isopolis comments→ Hacker Public Radio //hackerpublicradio comments→ Bonsai: Janestreet's UI Library //github comments→ Harness engineering for self-improvement //lilianweng.github comments→ Oxide Computer raises $445M (SEC Form D) //sec comments→ Herdr is joining Y Combinator. The runtime stays open //herdr comments→ Hacker Newsletter #804 - HN Newsletter https://buttondown.com/hacker-newsletter/archive/804/ Lots of good reading this issue. Also, Herdr is an amazing tool - been using it for quite a while, so it is good to see great things coming to Can.
6 2026-08-09 14:39:50.065661+00:00 hacker-newsletter-804     [qm – Multiplayer agent harness for work](https://github.com/yc-software/qm?utm_source=hackernewsletter&utm_medium=email&utm_term=fav) //github [comments→](http://news.ycombinator.com/item?id=49126604&utm_term=comment) [Isopolis – Isometric pixel map of SF](https://sf.isopolis.city/?utm_source=hackernewsletter&utm_medium=email&utm_term=fav) //sf.isopolis [comments→](http://news.ycombinator.com/item?id=49149966&utm_term=comment) [Hacker Public Radio](https://hackerpublicradio.org/?utm_source=hackernewsletter&utm_medium=email&utm_term=show_hn) //hackerpublicradio [comments→](http://news.ycombinator.com/item?id=49110547&utm_term=comment) [Bonsai: Janestreet's UI Library](https://github.com/janestreet/bonsai?utm_source=hackernewsletter&utm_medium=email&utm_term=code) //github [comments→](http://news.ycombinator.com/item?id=49152842&utm_term=comment) [Harness engineering for self-improvement](https://lilianweng.github.io/posts/2026-07-04-harness/?utm_source=hackernewsletter&utm_medium=email&utm_term=data) //lilianweng.github [comments→](http://news.ycombinator.com/item?id=49164896&utm_term=comment) [Oxide Computer raises $445M (SEC Form D)](https://www.sec.gov/Archives/edgar/data/1795071/000179507126000002/xslFormDX01/primary_doc.xml?utm_source=hackernewsletter&utm_medium=email&utm_term=startup_news) //sec [comments→](http://news.ycombinator.com/item?id=49174407&utm_term=comment) [Herdr is joining Y Combinator. The runtime stays open](https://herdr.dev/blog/herdr-is-joining-y-combinator/?utm_source=hackernewsletter&utm_medium=email&utm_term=startup_news) //herdr [comments→](http://news.ycombinator.com/item?id=49201003&utm_term=comment) Hacker Newsletter #804 - HN Newsletter https://buttondown.com/hacker-newsletter/archive/804/ This time, with links.
7 2026-08-11 02:02:32.095104+00:00 introducing-muse-glimmer     Introducing Muse Glimmer Meta are back in the open weights game! Muse Glimmer is a brand new 30B model under a clean Apache 2.0 license (a step up from the janky Llama licenses of old). They claim to have optimized it for exactly the kind of things I'm looking for in a local model: End-to-end Agentic Task Completion. Muse Glimmer achieves strong success rates on full-task benchmarks including DeepSearch QA, MCP-Atlas, 𝛕-Bench and SWE-Bench, which measure its ability to work within scaffolds, write and debug code, and resolve multi-turn requests from start to finish. Reliable Tool Use. The model handles a wide range of function calls, invoking tools with precise schemas throughout extended workflows. Multi-Step Reasoning. Muse Glimmer chains reasoning over long horizons, sustaining coherent plans across complex, extended workflows. [...] Introducing Muse Glimmer - Simon Willison https://simonwillison.net/2026/Aug/10/introducing-muse-glimmer/#atom-everything Need to try this one.

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [blog_quotation] (
   [id] INTEGER PRIMARY KEY,
   [created] TEXT,
   [slug] TEXT,
   [card_image] TEXT,
   [series_id] TEXT,
   [quotation] TEXT,
   [source] TEXT,
   [source_url] TEXT,
   [context] TEXT
);
Powered by Datasette · Queries took 5.049ms