Skip to content

Instantly share code, notes, and snippets.

View kldeb's full-sized avatar

Karam kldeb

View GitHub Profile
@kldeb
kldeb / claude-code-local-telemetry.md
Last active May 1, 2026 13:29
Claude Code Local Telemetry: A Self-Hosted Setup

Claude Code Local Telemetry: A Self-Hosted Setup

Capture every Claude Code session locally as queryable telemetry, without running Docker or sending data to a vendor. The result is a small SQL database of your own AI-coding activity that you can mine for automation patterns.

This setup takes about 10 minutes to install and runs as a single background binary plus a few helper scripts.

What you get

@kldeb
kldeb / style.css
Created July 18, 2018 16:12
Hide National Post Ad blocker overlay
.fc-dialog-overlay {
display: none;
}
.fc-root {
display: none;
}
.fc-dialog-container {
display: none;
@kldeb
kldeb / post-create-react-app.md
Last active June 8, 2018 18:45
Post create-react-app project setup

add react bootstrap

yarn add react-bootstrap bootstrap@3

add code formatting yarn add husky lint-staged prettier

create .prettierrc file

{
@kldeb
kldeb / add_pdf_extension.bash
Created March 24, 2018 17:37
Add pdf extension to every file in a directory
find . -type f -exec mv '{}' '{}'.pdf \;
@kldeb
kldeb / readme.md
Last active October 30, 2017 04:55 — forked from nick123pig/readme.md
Dashing Table

Table for Dashing

Allows you to use tables with the dashing framework

Installation

  • Create a folder in your widgets folder called table. Insert the three files (table.coffee, table.scss, table.html)