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.
Follow below steps to migrate the setup of Termux from Device A to Device B
For termux, ~/storage folder contains a bunch of the soft links
external-n is the one pointing to the MicroSD card or the OTG USB Drive, using realpath ~/storage/external-1, can get the physical path on the MicroSD card. The XXXX-YYYY part is the MicroSD card UUID
Other links, such as dcim, movies, music, they are pointing to the folders on the phone internal storage, using realpath ~/storage/dcim can find the physical location of the folder
| - hosts: localhost | |
| connection: local | |
| tasks: | |
| - name: Create started inventory containers | |
| lxd_container: | |
| name: "{{ item }}" | |
| state: started | |
| source: | |
| type: image |
| module FilterBar exposing (..) | |
| import Html exposing (..) | |
| import Html.Attributes exposing (alt, class, href, id, src, style) | |
| import Html.Attributes.Aria exposing (ariaHidden, role) | |
| import Html.Events exposing (onClick) | |
| ---- PROGRAM ---- |
| module ShiftYears exposing (Msg(ShiftLeft, ShiftRight), shiftYears) | |
| type alias Year = | |
| String | |
| noYear : Year | |
| noYear = | |
| "" |
| #!/bin/bash | |
| # sixcat: Use sixel graphics to show an image inside a terminal. | |
| # sixgif: Use sixel graphics to play an animation inside a terminal. | |
| # Version 1.0 | |
| # hackerb9, June 2017 | |
| # Sixel graphics are supported by terminals such as the DEC VT340 and | |
| # emulators, such as 'xterm -ti vt340'. |
(NOTE: Current and future versions of this and any other Advantage 2-related things I post will be at https://github.com/nicholasknight/adv2keyboard)
I received my Advantage 2 today. There's no full manual yet, even though keyboards are apparently arriving (hint, hint, Kinesis). The quick start guide leaves out the "power user mode", and there are some other quirks.
Update: A manual has been posted at http://www.kinesis-ergo.com/advantage2-resources/
It includes a dictionary for the key maps, but I know it leaves at least one possible key undocumented: it does not list f14, but I have successfully mapped my scrollock to f14 regardless.
It also mentions a firmware version (1.0.18) that doesn't seem to be available yet, with a new feature (status report playback speed).
The existing docs when attempting to install CoreOS on Hetzner are a bit incomplete. This caused a bit of frustration for me so I am putting this doc together in hopes that it will help someone else.
After ordering your server you will need to log into the Hetzner server console
| echo "Flipping tables! (╯°□°)╯︵ ┻━┻" | |
| num_rules=3 | |
| real=3 # exposed to the ELB as port 443 | |
| test=4 # used to install test certs for domain verification | |
| health=5 # used by the ELB healthcheck | |
| blue_prefix=855 | |
| green_prefix=866 |