Skip to content

Instantly share code, notes, and snippets.

View ChristopherBilg's full-sized avatar
🪰
Battling, bashing, and banishing bothersome bugs

Chris Bilger ChristopherBilg

🪰
Battling, bashing, and banishing bothersome bugs
View GitHub Profile
@ChristopherBilg
ChristopherBilg / git-clearHistory
Created August 27, 2020 16:15 — forked from stephenhardy/git-clearHistory
Steps to clear out the history of a git/github repository
-- Remove the history from
rm -rf .git
-- recreate the repos from the current content only
git init
git add .
git commit -m "Initial commit"
-- push to the github remote repos ensuring you overwrite history
git remote add origin git@github.com:<YOUR ACCOUNT>/<YOUR REPOS>.git
@ChristopherBilg
ChristopherBilg / tini2p-design.md
Created January 2, 2022 22:37 — forked from coneiric/tini2p-design.md
Design overview for a tiny I2P router

Tiny I2P Router Design Ideas

Overall design

Minimal as possible. I2P is full of crypto primitives, file formats, and protocols.

The goal is to implement the smallest functional set of I2P concepts for a working router.

To begin, only implement the NTCP2 transport. This is a TCP-like end-to-end encrypted transport.

@ChristopherBilg
ChristopherBilg / apple-m1-macbook-air-macbook-pro-mini-developer-setup-guide-security.md
Created January 5, 2022 19:26
Security Hardened + Apple-Free M1 Macbook Air, Macbook Pro, and Mini Setup for Power Developers

Security Hardened + Apple-Free M1 Macbook Air, Macbook Pro, and Mini Setup for Power Developers

An opinionated configuration by @niftylettuce for Apple's M1 computer line-up.

Table of Contents

Foreword

I launched Forward Email in November and needed a faster machine to work with.