Aidan
banner
timmo001.bsky.social
Aidan
@timmo001.bsky.social
👨‍💻 Full-Stack Software Developer 🤖 Tinkerer 🕹️ Gamer

timmo.dev
github.com/timmo001
Turns out the only thing keeping me from going from vs*ode to 100% neovim (btw) was a few keybinds

github.com/timmo001/dot...
Comparing f1acdbd...796a8a7 · timmo001/dotfiles
My dotfiles. Contribute to timmo001/dotfiles development by creating an account on GitHub.
github.com
January 27, 2025 at 6:01 PM
So WSL crashed on me 4 times today. I also somehow had 90% memory usage with 32GB ...

Linux folks just make HDR support good already and I can make the switch. Also, SteamOS for desktop without flaws when?
December 20, 2024 at 6:25 PM
Just used git bisect in anger for the first time. Actual gamechanger

The cause? A bad CSS change of course 😂
December 17, 2024 at 3:28 PM
Just spent an inordinate amount of time wondering why a default CONSTANT object (`const x = {...} as const`) was changing..

The fix, deep clone the object, even though you set it as a const, it still gets screwed with..

JS sucks...
November 21, 2024 at 1:20 PM
export function Post({ content }: { content: string }) {
return <>{content}</>;
}
November 6, 2024 at 11:31 PM