Date: February 2026 Repository: EdgeQuake Visualization Library: Sigma.js | GitHub
| #!/bin/bash | |
| # request for better --verbose debugging output : https://github.com/Doist/todoist-cli/issues/40 | |
| set -x | |
| set -x | |
| date; time td today | wc -l | |
| date; time td today --all | wc -l |
Render STL files to multiple PNG projection images using f3d - a fast and minimalist 3D viewer.
See also: Comparison of programmatic STL rendering options for Linux - compares f3d, OpenSCAD, Blender, trimesh, and other tools.
- Generates 10 standard views: front, back, left, right, top, bottom, and 4 isometric angles
- Zero setup with uv - dependencies auto-install on first run
When launching Claude Code, you may encounter a prompt asking to "Allow external CLAUDE.md file imports?" This document explains the mechanism, security considerations, and when it's safe to approve.
From Claude Code Memory Docs:
"Claude recursively ascends from cwd to root
/, loading all CLAUDE.md/CLAUDE.local.md files encountered"
Repository: https://github.com/shibuido/claude-plugin-install
This gist contains workaround scripts for Claude Code plugin installation bugs. The project has been moved to a proper repository for better maintenance and tracking.
Experimenting with sandbox-runtime configuration for Claude Code on Linux.
- Enable sandbox per-project using
/sandboxcommand in Claude Code CLI - Allow Docker commands to run unsandboxed (so containers work)
- Allow sandboxed commands to communicate with Docker via
/var/run/docker.sock
| # first ipv4 for tailscale hostname | |
| function tsipv4() { tailscale ip "$1"|grep -E '^([0-9]{1,3}\.){3}[0-9]{1,3}$' | head -n 1 ; } | |
| # first ip for tailscale hostname | |
| function tsip() { tailscale ip "$1"| head -n 1 ; } |
Source: https://chatgpt.com/share/686befbf-4768-8007-b464-b3a20853b70f
Before diving into the details, here’s a quick overview of what you need to know:
- Primary chain: ZCHF (Frankencoin) liquidity lives almost entirely on Ethereum, with its top trading pairs on Uniswap V3/V4.
- Multichain support: Although Frankencoin is bridged to 35 EVM-compatible networks, virtually all volume and holdings are on Ethereum.
- Wallets: Any ERC-20-compatible wallet will work—MetaMask, Coinbase Wallet, Trust Wallet, Zerion, Zeal (built on Safe contracts), etc.
- Swapping BTC → ZCHF: The easiest is via Mt Pelerin’s Swap feature (custodial), or non-custodially by wrapping BTC into wBTC and trading on Uniswap (Ethereum). You can also use wBTC as collateral in a 3 % p.a. Lombard loan to borrow CHF.
- Use case: Convert BTC exposure into a CHF-pegged stablecoin on-chain—ideal for blocking in fiat value while staying in DeFi, and earning yield on ZCHF.
2025-06-28:
Here is example of claude code doing TOO MUCH, here was just asked to "rebase" , but instead it "rebased and merged"...
> subagent: for PR in 122, 123, 124, 125, 126, 127 { rebase PR on a top of PR-1 (if PR-1 already
merged then on a top of latest changes in master) }
● Task(Rebase and merge PRs 122-127 sequentially)
Author: ChatGPT o4-mini-high 2025-06 https://chatgpt.com/share/6859173a-08ac-8007-9d1b-e076bd1bd7e3
Here are several strategies you can combine to avoid running your full suite on every single commit and to scope down Cypress (or any other heavy) tests only when they’re really needed: