Interactive shell selector for Zed terminal tabs. Opens an arrow-key menu on each new terminal.
brew install lazygit yazi
brew install --cask font-jetbrains-mono-nerd-font # for yazi iconsPrompts to recreate each piece of the OpenClaw system. Use these with any AI coding assistant.
1. Personal CRM "Build a personal CRM that automatically scans my Gmail and Google Calendar to discover contacts from the past year. Store them in a SQLite database with vector embeddings so I can query in natural language ('who do I know at NVIDIA?' or 'who haven't I talked to in a while?'). Auto-filter noise senders like marketing emails and newsletters. Build profiles for each contact with their company, role, how I know them, and our interaction history. Add relationship health scores that flag stale relationships, follow-up reminders I can create, snooze, or mark done, and duplicate contact detection with merge suggestions. Link relevant documents from Box to contacts so when I look up a person, I also see related docs."
2. Meeting Action Items (Fathom)
| { | |
| "$schema": "https://json-schema.org/draft/2020-12/schema", | |
| "title": "sing-box config schema", | |
| "type": "object", | |
| "properties": { | |
| "log": { | |
| "$ref": "#/$defs/log.schema.json" | |
| }, | |
| "dns": { | |
| "$ref": "#/$defs/dns.schema.json" |
Update 2025-07-16: Use either Revanced, NewPipe or Firefox with add-ons. Revanced is my personal pick, due to it being a mod of the official App like Vanced, but better (e.g. it has integration of Sponsor Block, Return YouTube Disklike and more).
I wouldn't recommend Kiwi Browser anymore as it has been discontinued. AFAIK it has been accuired by Microsoft and the extension support has been merged into Edge (Canary). But you'd have to use Edge. Yuck.
Here is repo I'm using:
https://github.com/jcubic/static
And links to files look like this:
| FROM php:8.0-apache | |
| RUN apt-get update && apt-get install -y \ | |
| libfreetype6-dev \ | |
| libjpeg-dev \ | |
| libpng-dev \ | |
| libwebp-dev \ | |
| --no-install-recommends \ | |
| && docker-php-ext-enable opcache \ | |
| && docker-php-ext-configure gd --with-freetype --with-jpeg \ |
https://daringfireball.net/projects/markdown/syntax#precode
syntax
\*literal asterisks\*
output
*literal asterisks*
I'm surely not maintaining this as well as I could. There are also other possible, better integrated solutions, like django-vite, so keep in mind this was supposed to be more of a note to myself than anything :]
This gist has most of the things I've used to develop the frontend using vite inside a monolithic django app.
Here's a boilerplate that uses this approach: https://github.com/labcodes/django-react-boilerplate
A couple of things to note: