Tag: implementation note
-
Hacker News: Tea Extensions [pdf] (2006)
Source URL: https://tayloredge.com/reference/Mathematics/TEA-XTEA.pdf Source: Hacker News Title: Tea Extensions [pdf] (2006) Feedly Summary: Comments AI Summary and Description: Yes Summary: The provided text discusses the Tiny Encryption Algorithm (TEA), describing its characteristics, efficiency, and practical implementations in various programming languages. As a lightweight and open-source encryption technique, TEA is notable for its simplicity and speed,…
-
Simon Willison’s Weblog: Ask questions of SQLite databases and CSV/JSON files in your terminal
Source URL: https://simonwillison.net/2024/Nov/25/ask-questions-of-sqlite/#atom-everything Source: Simon Willison’s Weblog Title: Ask questions of SQLite databases and CSV/JSON files in your terminal Feedly Summary: I built a new plugin for my sqlite-utils CLI tool that lets you ask human-language questions directly of SQLite databases and CSV/JSON files on your computer. It’s called sqlite-utils-ask. Here’s how you install it:…