Skip to content

Instantly share code, notes, and snippets.

@koepnick
koepnick / README.md
Last active August 20, 2024 16:10
Commonly Used Poetry Configurations (in pyproject.toml)

This is simply a dump of the various pyproject.toml entries that I commonly use.

Libraries Referenced

Static Checking: MyPy

Code Complexity: Wily

@koepnick
koepnick / README.md
Last active January 9, 2025 20:38
Python Requests Boilerplate

Simple Scraper Boilerplate

I alwasy forget to spoof my UA string and pull in cookies from a proper browser when performing various CI/CD tasks.

Maybe it'll be of use to others.

Python packages:

  • beautifulsoup4
@koepnick
koepnick / about.md
Created May 22, 2025 19:47
Wayland HiDPI Graphics Fixes

These are simply notes on how I've tamed numerous applications to be more friendly and respecting of scaling.

Since I'm using Hyprland as my daily driver, I'll also be dropping in relevant fixes/helpers when I deem it helpful.