// writing
Notes and write-ups
everything tagged apple

Turning an old 27” iMac into an external monitor
This project explores repurposing a vintage 27-inch iMac into a functional external display. By gutting the outdated internal hardware and installing a modern controller board, it is possible to breathe new life into the iconic aluminum chassis. The process requires careful disassembly and custom wiring to ensure the screen and integrated speakers function seamlessly with modern computers.

Upgrading my iPod Classic
This project explores the modern utility of the iPod Classic by upgrading its aging components with contemporary flash storage and expanded battery capacity. The process details how these modifications transform a legacy device into a reliable, distraction-free music player. Beyond the hardware, it reflects on the appeal of personalizing obsolete electronics through creative restoration.

My EDC collection
Everyday carry collections consist of personal items selected for their utility, reliability, or specific aesthetic appeal. This collection features a mix of modern mobile electronics, vintage audio devices, and functional tactile tools. Each piece serves a purpose in supporting daily tasks or providing a focused, analog experience away from constant digital connectivity.

How I built a custom Homekit thermostat for 40€
This project explores the development of a custom, budget-friendly smart thermostat that integrates directly with HomeKit. The device features a touchscreen interface for local control and provides real-time temperature monitoring while managing boiler heating cycles. It demonstrates the technical challenges and practical implementation of embedding networking, UI libraries, and hardware control on a microprocessor.

Self signed SSL certificates on iOS
Development on local network services often requires the use of self-signed SSL certificates for secure communication. Mobile devices typically reject these certificates by default because they lack validation from a recognized certificate authority. This process outlines how to bridge that gap by trusting a local root certificate on an iOS device to ensure secure, private connections.