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.
The kernel image that came with the board is usually outdated. Thus, I decided to update it to the latest image by flashing the onboard eMMc with an SD card. The process I followed is documented here.
Beaglebone Black, PC running on Ubuntu (ver 20.04)
Serial to USB cable, USB type A to mini B cable, power adapter
Micro SD card and adapter
- Your First Loadable Kernel Module - June 26, 2009
- Your First Loadable Kernel, Part 2 - July 1, 2009
- Loadble Kernel Modules, Coming and Going - July 8, 2009
- Everything You Wanted to Know About Module Params- July 15, 2009
- Building and Running a New Kernel - July 22, 2009
- Kernel Symbols: What's Available to Your Module - July 29, 2009
- [What's in That Loadable Module, Anyway? - Augus
| #include <linux/module.h> | |
| #include <linux/kernel.h> | |
| #include <linux/timer.h> | |
| #include <linux/jiffies.h> | |
| static void mykmod_timer_handler(unsigned long data); | |
| static unsigned long onesec; | |
| DEFINE_TIMER(mytimer, mykmod_timer_handler, 0, 0); |
The purpose of this document is to make recommendations on how to browse in a privacy and security conscious manner. This information is compiled from a number of sources, which are referenced throughout the document, as well as my own experiences with the described technologies.
I welcome contributions and comments on the information contained. Please see the How to Contribute section for information on contributing your own knowledge.