Welcome to Tony's Notebook

FlySpy the final frontier

2020-10-14

In this article I conclude the video series on FlySpy by looking at the server API and the mapping client.

Filed in: Code (Other programming (not Python or JavaScript))

How to generate an Atom feed

2017-11-20

This article explains how an Atom feed was added to this site using Python code. The article also describes adding automatic feed discovery to the site.

Filed in: Code (Other programming (not Python or JavaScript))

An introduction to FlySpy

2020-09-25

In this article I do a video intro to this exciting project.

Filed in: Code (Other programming (not Python or JavaScript))

FlySpy persistence

2020-10-04

In this article I present the FlySpy persistence functionality

Filed in: Code (Other programming (not Python or JavaScript))

Tracing memory allocations

2017-10-05

On various attempts to try and trace memory allocations.

Filed in: Code (Other programming (not Python or JavaScript))

Calculating entropy

2017-10-11

This article looks into how to calculate entropy. The article includes example C code.

Filed in: Code (Other programming (not Python or JavaScript))

Troubleshooting Ruby Gems

2020-10-06

In this article I take a quick look at a recent case where I needed to troubleshoot my Ruby Gem packages installation.

Filed in: Code (Other programming (not Python or JavaScript))

Tracing version of `malloc`

2017-10-25

I managed to create some useful macros for debugging C programs.

Filed in: Code (Other programming (not Python or JavaScript))

Base64 encoding

2020-08-21

In this article I take a quick look at Base64 encoding in Python.

Filed in: Code (Other programming (not Python or JavaScript))

Can Rust help?

2017-10-10

In this article I look into some problems with C pointers and wonder if Rust can help.

Filed in: Code (Other programming (not Python or JavaScript))

FlySpy webhook handler

2020-09-30

In this article I present the FlySpy webhook handler

Filed in: Code (Other programming (not Python or JavaScript))

FlySpy architectural overview

2020-09-26

In this article I present an architectural overview of FlySpy, and also demonstrate the Facebook side of the project.

Filed in: Code (Other programming (not Python or JavaScript))