Hello, This is Pierre Baillet’s homepage. A place where I write less often than I would like. I’m an old programmer that’s been coding since he was young (started on Atari ST with GFA-Basic) and still loves coding. This inner fire is still burning and pushes me to write a lot of unfinished and slightly broken projects that run in production for my use or tend to die after a while.
📙 Rebuilding Computer Lib
Computer Lib - Dream Machines is a book by Ted Nelson. After I was introduced to the book, I became obsessed by the amazing layout and style of the book, that reminded me a bit of the style of why the lucky stiff’s Poignant Guide. I have pulled the PDF, reordered it to have its two parts correctly. Then I extracted all text with a simple OCR engine. A Scanned text sample Bad scanned text can be rebuilt using ChatGPT before final proofing:...
🚀 Arca ou la nouvelle Eden
Un vaisseau pour sauver l’humanité, vraiment ?
⚔️ Zorro - d'entre les morts
Un Zorro modernisé… mais sans le sergent Garcia.
📚 Lecture d'été
Ce que je lis en ce moment
🔆 Summer 2023 - links
A few links for the summer
🏴☠️ Anna's Archive
Où l’on découvre avec émerveillement Anna’s Archive
🚘 Remote: my setup
Just like The Setup, but more amateur.
🏢 Hiring at Datadog
Hiring is tough. This article describes my interviewer’s experience at Datadog.
🚮 The Ad Blocking Problem
How I’m currently blocking Ads at home, and why? In this article, I’m writing about the various solutions I’ve recently explored to block ads and I also describe the solution I’m currently using! Pi-hole Pi-hole is a cool open source project to block ads on your whole network. You set this up on a small Raspberry Pi (hence the name, heh), and then reconfigure your internet to use the pi-hole as your primary DNS, it will then nuke carefully all DNS requests sent to this tracking and ads endpoint....
🚨 Git GPG and notifications
This article is pretty old, so be careful as its information could be out of date! this article is for macOS only. If you use git and gpg to sign your commits, then you’re probably used to sign you commits using a physical key that you have to insert and press with your finger when you are creating a commit. Unfortunately, there is no visible feedback in the console when git awaits for a yubikey touch and this means that you can sometime miss these....