About:

Benjamin Dicken is a Developer Educator interested in database scaling, programming, and photography.

Website:

Specializations:

Interests:

Database scaling MySQL Programming Education Photography

Incoming Links:

Outgoing Links:

Paul Graham
Subscribe to RSS:
This post demonstrates how to store and display images directly in MySQL using pixel data and ANSI escape codes, bypassing traditional image tools.
Performance in C functions is significantly influenced by memory allocation and access patterns, with virtual memory systems playing a crucial role in execution time.
A comprehensive guide on setting up MySQL on a Raspberry Pi 4, including installation steps and performance benchmarks to evaluate its capabilities.
An algorithm is shared for transforming images into contour maps, emphasizing customization and the influence of image brightness on contour line spacing.
A comprehensive guide to building a pixel-art image processing algorithm using JavaScript and the canvas element, focusing on binning techniques.
The article discusses the process of installing and configuring MySQL on a Raspberry Pi 4 model B, including setting up Linux, connecting via SSH, and benchmarking the performance. The author shares the challenges faced and the re...
The text explains how to display images in MySQL, despite the fact that it is not a common practice. It goes through the process of loading an image into MySQL, using ANSI escape codes for color, and displaying the image using a M...
The text discusses the memory access patterns and performance in C functions, specifically focusing on the allocation of memory and the impact on performance. It explains the difference in performance between two options and the i...
The text describes an algorithm for converting images into contour maps, which can be used for data visualization and to add a 'cool' effect in user interfaces. The author explains the process of drawing circles and making contour...
The text explains the process of creating a stylized, pixel-art-like image using a binning algorithm. It discusses the main inputs for the algorithm, the scaffolding needed to make it work as an interactive tool for the web, and t...