Posts
👋
📬
🥋
💊
Posts
The New Covenant
Trinitarian Alignment
Secure Patterns
For Decentralized Development
IETF 118
IETF 118 Notes
Note Taking
Notes on how I take notes
DID Discussion
Notes on Angie's Twitter space on Decentralized Identies and Personal Datastore
Seminal articles / papers
https://aphyr.com/posts/341-hexing-the-technical-interview
http://www.catb.org/jargon/html/story-of-mel.html
Git
Git usage tips and tricks
Kernelci
Neelima and John setting up KernelCI Working off
https://github.com/kernelci/kernelci-backend-config/blob/master/INSTALL.md
We clone the config git clone...
Personal Digital Security
How to secure your digital life
Digital Ocean Python Scripting
Automating Application Deployment and Load Balancing on Digital Ocean
Today I Learned
Tips and tricks
TPM2.0
TPM2.0 Book
https://web.archive.org/web/20210629155650/https://link.springer.com/content/pdf/10.1007%2F978-1-4302-6584-9.pdf
Things to be worried about when using Microsoft's...
Python
Python programming development guide and gotchas
C Development
C programming development guide and gotchas
Terminal Quickstart
UNIX shell cheat sheet
CORS
Cross Origin Resource Sharing. aka why aren't my ajax requests working?
ffmpeg
Video processing and editing with ffmpeg
Linux Kernel Development Tips And Tricks
Working on the Linux kernel itself
QEMU
QEMU Tips and Tricks
Wireguard HowTo
How to use Linux's built in peer to peer VPN
Binary Downloads
Understanding which download to choose on Linux and how to install
SSH Tricks
Useful SSH commands
Python Pagination
This is an example of how you might uses the requests HTTP Python library to create a client that knows how to read all the pages from an HTTP API and yield each result within...
Free Resources
Free Resources Places you can find things for free to use in projects or anything. Whenever you find something you need to make sure you say where you got it from, or...
Time Saving Tricks and Hacks
dos2unix in Python Remove carriage returns from CRLF (carriage return, line feed: \r\n). $ python -c 'import pathlib, sys; p = pathlib.Path(sys.argv[-1]);...
Personal Development Environment
Tools Here's a list of things I need to to and the tools I use to do it Development Environment AI
https://gist.github.com/2bb4bb6d7a6abaa07cebc7c04d1cafa5
Editor vim...
Clear Containers on Arch Linux
So you want the security of a virtual machine but the ease of use of docker and containers? Well Clear Containers is the solution for you my friend. Here I am going to show...
3 Resistor Bias Circuit with NMOS Transistor
Circuit Steps Pick a Vdd 9 Volts Pick a transistor and Vtn for it 2N7002 Vtn = 1.6 Pick and Id 2 mA Find RL for Vdd and Id RL = Vdd / Id RL = 9 Volts / 2 mA RL = 4.
ARM workflow with qemu and arm-none-eabi
This is just the markdown portion of set of files which can be found here:
https://gist.github.com/johnandersen777/3de9a9bdd38cacf3ea394207762f1002
This should get you up and...
Trinity fuzzer on Android (on Intel)
Step 1 - Clone trinity Grab the source for trinity. We need to make some minor modifications. At the time of writing this the latest commit on master was...
Fuzzing network applications with peach
So you want to fuzz network applications with peach eh? Well you've come to the right place. This is a tutorial on how to get you fuzzing TCP applications, without TLS/SSL...