Skip to content
2/22/2023
how to install a game from iso on steam deck

A small guide on how to install a game from an ISO-File on the Steam Deck using wine the steam deck desktop mode.

10/26/2022
Using Laravel 9 with Breeze with DDEV and Vite

Working around the HMR issue when using Laravel 9 with Breeze and Vite in a DDEV environment. Includes a middleware to customize the HMR URL.

5/5/2022
Building a fast shade lookup for isit.red

How I built a fast color lookup algorithm for isit.red that works in realtime on mobile devices.

1/8/2019
Route Model Binding, Sessions etc in Routes provided by Laravel Packages

How to enable route model binding, sessions etc in routes provided by Laravel packages and why it appears to not work out of the box.