Jordi Wippert
Category · 7 entries

Code

01
Replacing the crashing XPPen ACK05 driver on macOS by reverse-engineering its Bluetooth protocol

TL;DR: the driver I ended up writing is ack05d (Swift, MIT), and the protocol notes are in PROTOCOL.md. I got an XP-Pen ACK05 as a present, which is a small Bluetooth macro pad wit…

#code#hobby
02
My Obsidian setup for daily- and meeting notes

TL;DR: All instructions and code for setting up this system can also be found in this Github repository. In this writeup, I'll share insights into my Obsidian setup, focusing on th…

#code#hobby
03
A tools appreciation post 🙌

- second brain + notes: obsidian (a write-up about my setup can be found here) - notes: fleeting notes (to sync ai prepped notes with obsidian) - calendar: cron - mail: mimestream…

#code#hobby
04
10 years of Github 🎂

GitHub

#code
05
Simple GitHub Pages Jekyll website Theme

A simple Jekyll website theme, optimised for GitHub pages, a (free) Obsidian Publish alternative. - Create your posts in Obsidian - Deploy to your github-pages website with script/…

#code
06
Dotfiles

My personal collection of dotfiles, mainly for neovim, written in lua. GitHub repository

#code
07
Spotify track & artist in your tmux statusbar

A script to show the artist and name of the current playing track on Spotify in your tmux status bar. GitHub repository

#code