A zero-dependency logging proxy that sits between Claude Code and the Anthropic API. It forwards every request untouched, streams the reply straight back (so the CLI is unaffected), and writes a readable Markdown document for each request — led by a ranked table of what is eating your context.
| ## So you want to use stuff like 'tmux' and 'lolcat' on the Steam Deck, but they haven't been included in the base OS? | |
| # One way to do it is this. | |
| # 1. setup a chroot environment so there is a file structure in which Pacman can download/unpack packages and their dependencies. | |
| # 2. don't use it as a chroot environment; rather, add the various /bin directories inside it to your $PATH, and create an /etc/ld.so.conf.d/deck-local-arch.conf to permit the bins to find the libs they need. | |
| mkdir -p ~/.local/packer | |
| cd ~/.local | |
| #these steps are required, or else the pacstrap will fail with 'marginal trust' errors | |
| pacman -Sy archlinux-keyring | |
| pacman-key --populate archlinux |
| #!/usr/bin/env python3 | |
| import argparse | |
| import tempfile | |
| from pathlib import Path | |
| import subprocess | |
| import os | |
| import platform | |
| scale = 1.0 |
| <!doctype html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.5"> | |
| <title>Automation Test Results</title> | |
| <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" type="text/css" /> |
| #!/bin/bash | |
| VERSION=13 | |
| function cleanup() { | |
| docker rm -f master replica >&/dev/null | |
| rm -Rf $(pwd)/data $(pwd)/wal_archive | |
| } | |
| function wait_until_ready() { |
This guide applies only to KSP 1.8 and latter. It covers modifying a KSP installation to allow :
- In IDE debugging of KSP plugins by using breakpoints, inspecting runtime variables, doing step-by-step execution, etc. Both Visual Studio (including VS for Mac) and JetBrains Rider support debugging Unity games, and by extension KSP plugins.
- Using the Unity editor profiling tools, which include great tools to measure and analyze CPU/GPU usage and memory allocations.
This guide is extensively tested for a Windows / Visual Studio scenario. However, it is theoretically possible to make all that work under MacOS or Linux, either with the Rider IDE or Visual Studio for Mac. This guide has limited details about those scenarios. I encourage you to leave a comment if you have additional information / experience.
Find a replacement for Llama (R.I.P. 😢)
🦙 Keep using Llama! 🦙
- Llama still works and no other application seems to match Llama in terms of ease of use and cell-tower location (Llama's killer feature)
- Cell-tower location UX seems to be unmatched by the alternatives (training new locations, ignoring towers, seeing location events)
| ################################################################### | |
| Writing C software without the standard library | |
| Linux Edition | |
| ################################################################### | |
| There are many tutorials on the web that explain how to build a | |
| simple hello world in C without the libc on AMD64, but most of them | |
| stop there. | |
| I will provide a more complete explanation that will allow you to | |
| build yourself a little framework to write more complex programs. |
NOTE: If you have Windows 11 there is now an official way to do this in WSL 2, use it if possible - see MS post here (WINDOWS 11 ONLY)
This guide will enable systemd to run as normal under WSL 2. This will enable services like microk8s, docker and many more to just work during a WSL session. Note: this was tested on Windows 10 Build 2004, running Ubuntu 20.04 LTS in WSL 2.
-
To enable
systemdunder WSL we require a tool calledsystemd-genie -
Copy the contents of
install-sg.shto a new file/tmp/install-sg.sh:
Below CloudFormation stack which runs GitHub Self-hosted runners on EC2 Spot Instances managed by AutoScalingGroup. It automatically register new instances as self-hosted runners and removes them when Spot is interrupted.
- Download YML below into file
- Create AWS CloudFormation stack
- Provide values for parameters
- If you need to install smt in
UserDatafill stack parameterAdditionalUserData