Digital Garden

I'm trying out a new thing here. Here I just ramble about random things, without having to publish a polished blog post every time.

IEEE 754 Floats

The way your computer handles numbers with decimals differently from how you and I think about mathematics. When adding 0.1 + 0.2 in many programming languages, people are surprised to find out that their computer gives them a result like 0.30000000000000004, instead of 0.3.

Read More

Candidate Keys Calculator

Read More

Nth roots of unity

Here's a tool to calculate and visualize the nth roots of unity.

Read More

Echidna tricks

Here are some useful tricks for getting the best out of Echidna.

Read More

GDB tricks

Learn how to get the best out of GDB for embedded targets

Read More

Post Exploit Linux Techniques

These are some tricks that help me solve Hack The Box machines.

Read More

Email Infrastructure and SMTP

Here are interesting things I've come across when learning more about email topics

Read More

Things about DNS

This article contains interesting things that I've come across while learning more about DNS.

Read More

Attic on Nix Darwin

Here are some snippets of code required to configure and run attic on macOS with nix-darwin, and use it as an optional cache.

Read More

Computer Networking Topics

Here are some keywords I've come across when studying computer networking topics.

Read More

Information Security Keywords

Here are some keywords I've come across when studying information security topics.

Read More

UML Diagrams I have Known and Loved

Here are my notes on the useful parts of UML. Creating diagrams is an important part of technical documentation.

Read More

Nix Tricks

Here you can find useful Nix code snippets.

Read More

Notes on learning Alloy

Alloy 6 introduces an easier way of expressing temporal logic. With temporal logic you can model possible state transitions and precisely define operations on data structures.

Read More

Downloading things from YouTube

Read More

How I configure BorgBackup and borgmatic

This article outlines how I configure BorgBackup and borgmatic on my machines.

Read More

Opt-Out Telemetry Shit Show

Where software you trust spies on you because everyone else does

Read More