HomeAboutProjects

limeos

this is lime os limeos.org LimeOS – A more coherent kind of Linux LimeOS is a clean, lightweight and efficient Linux distribution with a custom desktop environm…

June 24, 2026
limeoslink

How to implement server side logout in Next.js app directory

I recently rewrote a couple naively implemented "logout"/"sign out" buttons in Next.js applications (both using the "App directory" setup) and it took enough fr…

June 24, 2026

git reset --hard isn't that hard

Like the experienced git user that I am, I accidentally deleted some of my code. I did this by running git reset --hard HEAD^^ . I meant to only insert one circ…

June 24, 2026