Apr 27, 2025 from Latest entries from petermolnar.net About shoes, discipline, comfort zone, and maintenance I bought a surprising amount of shoes in the past 2 years, but this journey of the feet highlighted important observations in maintaining ourselves.
Apr 27, 2025 from Peralta's notes on Luis Peralta Weekly Update #20250427 My attempt to write more frequently by sharing random updates clearly failed (just look at when I published the last one). I had a short and enjoyable vibe coding session today. You can check out t...
Apr 26, 2025 from Saeed Esmaili Never Been Easier to Learn In a discussion about LLMs and their impact on learning, gchamonlive writes on Hackernews: We can finally just take a photo of a textbook problem that has no answer reference and no discussion abou...
Apr 26, 2025 from Boris Tane Contextual Retrieval-Augmented Generation (RAG) on Cloudflare Workers Implementing Contextual Retrieval-Augmented Generation with Using Cloudflare AI, Vectorize and D1 database with Drizzle ORM in a Hono app
Apr 25, 2025 from Michael Lynch My $6k Advance as a Self-Published Technical Author I just received $5,947 in advance sales for my first technical book, even though it’s only 25% complete, and I’m self-publishing it. The book is called Refactoring English, and it’s a guide for sof...
Apr 25, 2025 from Isaac Clayton Seeds of a Digital Garden N.B. I’m publishing some gems from writing I did over the course of two years while living in Brazil. Read the first post for more context. 2022-12-03 · Isaac Clayton · 87 minutes spent One problem...
Apr 24, 2025 from Fatbobman's Blog 【Tips】Fixing SwiftLint Configuration for Monorepos in VSCode & Cursor SwiftLint ignoring your root config in VSCode or Cursor? Learn how to set `configSearchPaths` and structure your Monorepo to share linting rules across multiple packages.
Apr 24, 2025 from Daryl Sun's Journal Special Edition — Renewal Special Edition — Renewal TL;DR:I learned to renew my passion for my interests and hobbies. This blog post has approximately 360 words and may take 2 minutes to read. This post was submitted as par...
Apr 24, 2025 from Heitor's log Git aliases Boosting productivity with Git aliases: what they are, their benefits over shell aliases, setup, and examples.
Apr 23, 2025 from Chuck Carroll's RSS Feed Auto-mounting an Encrypted LUKS Drive at Startup The storage drives connected to my servers are LUKS-encrypted which means every time the server restarts I need to manually decrypt and then mount them. This hasn't been much of an issue since I ha...
Apr 22, 2025 from ℤ→ℤ Connect Four Ply Dataset Connect 4 is a solved game in the m,n,k family. On a 7 column, 6 row board, players alternately drop a token into a column, attempting to establish four tokens of the same color along any row, colu...
Apr 22, 2025 from fasterthanli.me Open sourcing the home CMS I’ve been bragging about my website software for years! For… whew, it’s been 5 years! I didn't want to make a CMS! I did it out of spite! I’ve been teasing folks about the cool things I did from th...
Apr 22, 2025 from Ishan Das Sharma Easy Jigsaw Puzzle Embed for Your Website I wanted to share a small project I’ve been working on - a simple jigsaw puzzle embed that you can add to any website. What It Does It’s a straightforward tool that lets you embed customizable jigs...
Apr 20, 2025 from R74n Newsletter 💧 Sandboxels on STEAM + New Trailer 🔥 Good news: Sandboxels is coming to Steam! We need your help.
Apr 18, 2025 from Ryan Bagley Would China Target Taiwan’s Submarine Internet Cables During Invasion? Map of major international submarine internet cables near Taiwan. Source: TeleGeography. The seemingly ever present threat of China invading Taiwan stands as one of the most critical and closely wa...
Apr 18, 2025 from Isaac Clayton We need an LLVM project for browser engines N.B. I’m publishing some gems from writing I did over the course of two years while living in Brazil. Read the first post for more context. 2023-09-13 · Isaac Clayton You’re reading this in Chrome....
Apr 17, 2025 from Isaac Clayton The Piano-Sleep Effect An old note. I’m publishing a backlog of writing I’ve done. Read the first post for more context. 2024-03-26 · Isaac Clayton I noticed something while playing the piano a while back that I thought ...
Apr 16, 2025 from fasterthanli.me The promise of Rust The part that makes Rust scary is the part that makes it unique. And it’s also what I miss in other programming languages — let me explain! Rust syntax starts simple. This function prints a number:...
Apr 16, 2025 from Saeed Esmaili Released a new tool: llm-url-markdown Recently I started using Simon Willison ’s CLI tool which is conveniently called llm . He introduced a particularly useful fragments feature in a recent version of the tool, that allows the user to...
Apr 16, 2025 from Isaac Clayton Replication > REST I’m publishing a backlog of writing I’ve done. Read the first post for more context. On today’s menu: I have been thinking about CRDTs and synchronization for a few years (e.g. this old post about ...