Tags: pinboard defaultfeed
2025-09-16
Practical guide to mastering Claude Code’s main agent and Sub‑agents A complete, practical guide to mastering Claude Code’s main agent and Sub‑agents — including why they matter, how to set …
2025-09-14
org-embed An Emacs package for embedding various content in Org-mode.
My notetaking workflow heavily based on drawings. So I needed a practical whiteboarding method in org-mode. This setup has been workin great for me especially after I realised inline images support .svg files. I'm sharing in case anyone find it useful. (I don't know anything about lisp, chatgpt generated the code but it's pretty straightforward I guess.. )
2025-09-12
uv.el An interface for the uv python package manager for emacs
Explore, Experience, and Evaluate the Future of On-Device Generative AI with Google AI Edge. The Google AI Edge Gallery is an experimental app that puts the power of cutting-edge Generative AI models directly into your hands, running entirely on your Android (available now) and iOS (coming soon) devices. Dive into a world of creative and practical AI use cases, all running locally, without needing an internet connection once the model is loaded. Experiment with different models, cha...
2025-09-11
AI Business-in-a-Box™ doola is for Do’ers. LLC Formation, Bookkeeping, Business Taxes, and E-Commerce Analytics—one platform, one point of contact, zero stress.
How it works Get your own free U.S. address, shop online from any retailer, and pick up in Canada.
2025-09-08
Org capture from everywhere in macOS 2022-06-04 emacs org , org-capture , emacs , macos Intro Capture lets you quickly store notes with little interruption of your work flow. Org’s method for capturing new items is heavily inspired by John Wiegley’s excellent Remember package.
This minor mode allows Emacs users to create plots directly from elisp files, without the need for external programs such as R or gnuplot. It is a simple (and limited in scope) wrapper around Plotly. The main workhorse is the eplotly function, which translates a lisp list into a javascript element, then embeds it into an HTML file and opens it in a browser: users already familiar with Plotly might prefer to use this function.
Org-Book Makefile This project uses make and Pandoc to build a single book from multiple .org files inside the contentdirectory into different output formats: PDF HTML EPUB DOCX By default, running make will build all formats into the build/ directory, while make pdf, make html, make epub, or make docx will generate a single format, and make clean will remove all outputs.
Mastra npm version CodeQl GitHub Repo stars Discord Twitter Follow NPM Downloads Static Badge Mastra is the Typescript framework for building AI agents and assistants. It’s used by some of the largest companies in the world to build internal AI automation tooling and customer-facing agents. You can run Mastra on your local machine, bundle it into a Node.js server with Hono, or deploy to a serverless cloud.
2025-01-11
2024-09-09
Evidence below of WSL attempting to expose a port that is only open within a Docker container Docker service is installed inside WSL OS (tested with Ubuntu and Debian) Note no port exposed to WSL OS in docker command Steps to reproduce: ...
2024-09-04
2024-08-28
default: - parallel - step: *ExampleProjectBuildStep condition: changesets: includePaths: - "example_path/**" - step: *ExampleProjectBuildStep2 condition: changesets: includePaths: - "example_path_2/**" e