-
Drop #515 (2024-08-12): Starting The Week In Style[s]
Today’s Drop gets back to basics and introduces 3 CSS resources: new.css, Almond.CSS, and Effective CSS One-Liners. Each is great for simple and efficient HTML styling.
-
Bonus Drop #57 (2024-08-03): Vector Similarly Search And RAG-Lite
The weekend Bonus Drop concludes a miniseries on vector search operations with VSS in R. But wait! There’s more! We also work with Ollama and three models to build a “lite” retrieval augmented generation application over the CISA KEV corpus. #RStats
-
Bonus Drop #56 (2024-08-03): Knowledge Drop
In today’s Knowledge Drop, we take a look at Vitale: a new TypeScript/JavaScript notebook system focusing on moldable development, enabling rapid feedback and supporting interactive React component development, data wrangling, and more.
-
Drop #510 (2024-08-02): SQLite Vector Search
Today’s Drop covers the introduction of two SQLite extensions, sqlite-vec and sqlite-rembed, designed to facilitate vector search operations. These extensions provide fast and efficient vector search functionality, sponsored by the Mozilla Builders project, and enable easy integration of text embeddings from “remote” APIs (which included ollama/llamafile). With further development potential, these extensions aim to democratize…
-
Drop #508 (2024-07-31): Wild, Wild, Wednesday
The Drop is caught up to Wed! Trail of Bits conducted a security audit of Homebrew, uncovering some concerns including executable code vulnerabilities and CI/CD issues. We look at the highlights in the Drop and shunt readers to the completel report for more details. I expanded my Mastodon-thread of the initial features of Apple Intelligence…
-
Drop #506 (2024-07-29): Content-Type: text/html/markdown
The super-tardy Monday Drop introduces the “url-knife” JavaScript library for manipulating plaintext and XML/HTML contents, as well as a “Gather CLI” tool for converting web URLs to Markdown documents, particularly useful for note-taking and RAG
-
Bonus Drop #55 (2024-07-07): Untangling The Web 🕸️
The weekend Bonus Drop features SigmaOS, an alternative browser with similar goals Arc has, but using WebKit. Additionally, a new query language “get” for web data extraction is introduced, and a CORS proxy “corsproxy.io” is mentioned, with some example usage.
-
Drop #505 (2024-07-25): Toss Up Thursday
Today’s Drop discusses Zed remote development/editing, now available for all users, a Go module and CLI tool for Open Graph tags, and Itsy Gitsy, a Rust-tool that generates static websites from Git repositories with customizable templates for various output formats.
-
Drop #504 (2024-07-24): Sometimes You Feel Like A 🥜
There was not going to be a Drop today, but something I found was just too bonkers cool to not talk about today.
-
Drop #434 (2024-03-28): The One With The JavaScript Resources
WinterJS is a new serverside Javascript option developed by Winter Community Group (WinterCG). It’s written in Rust, uses Mozilla’s SpiderMonkey engine, and can handle over 150,000 requests-per-second. It supports various JavaScript runtimes and can be compiled down to WebAssembly. Echochamber.js is a script for creating a comment form that saves comments to users’ LocalStorage. Codeacademy…