Tag: sqlite

  • Simon Willison’s Weblog: Everything I built with Claude Artifacts this week

    Source URL: https://simonwillison.net/2024/Oct/21/claude-artifacts/#atom-everything Source: Simon Willison’s Weblog Title: Everything I built with Claude Artifacts this week Feedly Summary: I’m a huge fan of Claude’s Artifacts feature, which lets you prompt Claude to create an interactive Single Page App (using HTML, CSS and JavaScript) and then view the result directly in the Claude interface, iterating on…

  • Docker: Using Docker AI Tools for Devs to Provide Context for Better Code Fixes

    Source URL: https://www.docker.com/blog/using-docker-ai-tools-for-devs-to-provide-context-for-better-code-fixes/ Source: Docker Title: Using Docker AI Tools for Devs to Provide Context for Better Code Fixes Feedly Summary: Learn how to map your codebase in order to provide context for creating better AI-generated code fixes. AI Summary and Description: Yes **Summary:** The text discusses Docker’s exploration of integrating AI developer tools into…

  • Hacker News: Simonw’s notes on Cloudflare’s new SQLite-backed "Durable Objects" system

    Source URL: https://simonwillison.net/2024/Oct/13/zero-latency-sqlite-storage-in-every-durable-object/ Source: Hacker News Title: Simonw’s notes on Cloudflare’s new SQLite-backed "Durable Objects" system Feedly Summary: Comments AI Summary and Description: Yes Summary: The text discusses the enhancements to Cloudflare’s Durable Object platform, where the system evolves to leverage zero-latency SQLite storage. This architectural design integrates application logic directly with data, which offers…

  • Simon Willison’s Weblog: Zero-latency SQLite storage in every Durable Object

    Source URL: https://simonwillison.net/2024/Oct/13/zero-latency-sqlite-storage-in-every-durable-object/#atom-everything Source: Simon Willison’s Weblog Title: Zero-latency SQLite storage in every Durable Object Feedly Summary: Zero-latency SQLite storage in every Durable Object Kenton Varda introduces the next iteration of Cloudflare’s Durable Object platform, which recently upgraded from a key/value store to a full relational system based on SQLite. This is a fascinating piece…

  • Simon Willison’s Weblog: Hybrid full-text search and vector search with SQLite

    Source URL: https://simonwillison.net/2024/Oct/4/hybrid-full-text-search-and-vector-search-with-sqlite/ Source: Simon Willison’s Weblog Title: Hybrid full-text search and vector search with SQLite Feedly Summary: Hybrid full-text search and vector search with SQLite As part of Alex’s work on his sqlite-vec SQLite extension – adding fast vector lookups to SQLite – he’s been investigating hybrid search, where search results from both vector…

  • Simon Willison’s Weblog: System prompt for val.town/townie

    Source URL: https://simonwillison.net/2024/Aug/28/system-prompt-for-townie/#atom-everything Source: Simon Willison’s Weblog Title: System prompt for val.town/townie Feedly Summary: System prompt for val.town/townie Val Town (previously) provides hosting and a web-based coding environment for Vals – snippets of JavaScript/TypeScript that can run server-side as scripts, on a schedule or hosting a web service. Townie is Val’s new AI bot, providing…