Isaac Bythewood's Blog

Why not make your own dashboard in 2026

I was reflex checking the same six tabs all day so I built one page that has all of it on it, and the part that surprised me is how little work that is now.

Isaac Bythewood Isaac Bythewood
2026-09-10

If you don't know what you're looking for check out some of my older posts.

Managing a Python project with uv in 2026
Managing a Python project with uv in 2026
How I set up and manage Python projects in 2026 with uv and ruff, which is two tools and one config file instead of the pile I used to keep around.
Isaac Bythewood Isaac Bythewood
2026-04-05
Capturing screenshots with Chromium using Python
Capturing screenshots with Chromium using Python
Sometimes you need to take screenshots of the web and Chromium provides an easy way to do that.
Isaac Bythewood Isaac Bythewood
2022-08-06
Code formatting a Python project in 2022
Code formatting a Python project in 2022
For those who want a quick solution without reading all of PEP 8. The Black Python module has a fully automated solution for you.
Isaac Bythewood Isaac Bythewood
2022-07-30