Notes
From time to time, I’ll write posts that are more like personal notes than blog posts. They all appear here:
-
#78 - Quick JQ Usage & Examples
🏷︎ #notes
—Quick examples for getting the hang of using jq in your terminal
-
#74 - iPhone Backup Tools v2
🏷︎ #iOS #reverse engineering #infosec #security #notes
—Introducing a new version of my iOS backup tools, now featuring decryption. Written in rust.
-
#67 - Intuitive Design
🏷︎ #notes
—My philosophy on building intuitive user interfaces.
-
#64 - Constructing Helpful Log Messages
🏷︎ #notes
—My thoughts on constructing useful log messages.
-
#62 - Christmas Light Troubleshooting Guide
—A guide on troubleshooting, and managing strands of holiday lights.
-
#61 - Effectively using ed (1)
🏷︎ #notes
—A tutorial/cheatsheet on using ed (a line-oriented text editor) effectively
-
#56 - PlantCam (how it works)
🏷︎ #notes
—Technical information on how my plant camera operates using ffmpeg and raspistill
-
#54 - Decentralizing Your Digital Life
🏷︎ #notes
—A list of sites & services that aren't run by mega-corporations.
-
#53 - Cinnamon Crumb Topping
🏷︎ #notes #cooking #quarantine
—My crumb topping recipe for breads, muffins, etc
-
#52 - Tools for Small Electronics Projects
—Tools that I find useful when working on side-projects involving electronics & circuitry
-
#51 - Debian (XFCE/Wfm4) with macOS-like keybindings
—Some keybindings & shortcuts I configured to make my transition to linux a little easier.
-
#50 - Making Maple Syrup
—Steps (and mistakes) I made while making my first batch of maple syrup
-
#49 - Reverse Engineering some Wordpress Malware
🏷︎ #notes #reverse engineering #security
—Wordpress Hardening & Reverse engineering some wordpress malware
-
#48 - Setting up Bind9 as a forwarding DNS server
—Setting up Bind9 to forward DNS requests to cloudflare + google, and adding some additional records for my lan.
-
#46 - IR Remote-Controlled Light
—My design for a IR-remote-controlled light using an Adafruit Trinket M0, and CircuitPython
-
#45 - WASM Basics using WAST
—Examples using the WebAssembly Text format (a.k.a. WAT or WAST).
-
#43 - TV Recommendations
🏷︎ #notes
—Checklist of features I look for when recommending TVs
-
#41 - Fix your 2012 Honda Civic's charging system
—The 2012 honda civic likes to drain it's battery - here's how we fixed it.
-
#39 - Converting Video for the Web with FFMPEG
🏷︎ #notes
—How I generate videos for this website, using ffmpeg.
-
#38 - Making GIFs with FFMPEG
🏷︎ #notes
—Terminal commands for generating gifs from a video, using ffmpeg.
-
#37 - Farming Notes
—Notes + Information I've collected from my growing of Pumpkins, Corn, Carrots, and other fruits and vegetables.
-
#35 - macOS Satellite Screensaver
—I hacked together a macos screensaver that uses my rust satellite tracking library, combined with some GeoJSON world maps and Objective-C/Swift.
-
#34 - Building a new Static Site Generator
—Progress in building a static site generator in rust, using servo's html5ever and mozjs packages
-
#33 - Tracking Satellites with Rust
—Porting the satellite-js library into rust.
-
#30 - How I Publish This Blog
—Tooling, deployment scripts, and tech stack.
-
#28 - Debian 9 NAS
—Setting up NAS box on top of debian, using RAID 1
-
#25 - My Raspberry Pi Setup Checklist
🏷︎ #raspberry pi #notes #linux
—My checklist for Americanizing and configuring a new raspberry pi.
-
#24 - Retrocomputing - Repairing my old PC
—Repairing my old PC, and going through some old software
-
#21 - ARKit + 3D printing: STL files in AR
—We can display STL files in ARKit with relative ease. STL files are typically used in the process of 3D printing.
-
#20 - Visualizing Algorithms
—Using some custom code to generate interesting graphs of algorithmic operations.
-
#19 - Swift Errors
—Demystifying swift's error codes for custom classes.
-
#17 - iOS Backup Information Extractor Tool Updated
🏷︎ #iOS #reverse engineering #infosec #security #notes
—I've updated my tool to extract tons of useful data from iOS backups
-
#14 - Using Swift DispatchGroups
—Using Swift DispatchGroups for improved performance in iOS Apps
-
#13 - Essential Bash Shortcuts
🏷︎ #tutorials #notes
—Here's a list of some really awesome bash shortcuts that I use all the time.
-
#12 - Tutorial: AWS Static Hosting
🏷︎ #tutorials #notes
—How to set up hosting for your static site on aws, that doesn't cost a fortune
-
#9 - Reverse Engineering the iOS Backup
🏷︎ #iOS #reverse engineering #infosec #security #notes
—Explore the format of iOS backups and ways to extract data.