Jump to checklist 
 Berlin flat hunt 
 One of the perks of living in such a big vibrant metropolitan city, is the privilege of searching for flats
in such a competitive market, and getting the chance to deal with all of the challenges that come with
competing with a bot fueled application process on websites like “immobilienscout24” or…
The Beginning 
 A little over a year ago, I replaced my Sony Android TV with an LG smart TV.
The LG TV is great, but since it’s based on webOS it doesn’t have native VPN support. 
 Fortunately, I had a Raspberry Pi lying around, which I got a while ago to tinker with.
So I decided to purpose the Raspberry Pi to function as my home network gateway,
providing both a…
Slow is Fast 
 The fastest way to create high-quality software is to develop this software slowly and thoughtfully.
It might seem counterintuitive, but by focusing on understanding the problem,
designing the right solution, and refining it through iteration and simplification,
ends up being faster in the long run. 1 
 Rushing to get an MVP out the door often results in poorly…
I have often found myself needing to create a bootable USB stick with some Linux distro,
either to install and try it, or to use it live for a specific purpose.
Like using Tails Linux to generate or restore a PGP key and install it on the smart card,
or using ParrotSec for testing or HTB / OTW challenges. 
 I knew it was possible to create a hard drive with multiple OS in different…
Exceptions are as old as programming itself. Back in the days when programming
was done in hardware, or via low-level programming languages,
exceptions were used to alter the flow of the program,
and to avoid hardware failures. Today, Wikipedia defines exceptions as: 
 
 the process of responding to the occurrence of exceptions
– anomalous or exceptional conditions…
Short History 
 Since the start of the World Wide Web over the internet almost 4 decades ago,
 Static web pages were the default, at least for a few years, before the
introduction of “an unpleasant sensory and emotional experience associated with,
or resembling that associated with, actual or potential tissue damage.” 
(pronounced as JavaScript ) 
 And for a few…
What is lockdown mode? 
 Lockdown mode is
an optional, extreme protection mode that was introduced by Apple in
iOS 17, iPadOS 17, watchOS 10, and macOS Sonoma. 
 When Lockdown mode is enabled, your device won’t function like it typically does.
To reduce the attack surface that potentially could be exploited by highly
targeted mercenary spyware, certain apps,…