tried again, and it's slightly better (at least now the switches mount to the plate), took a full day instead of just an afternoon though
it's kind of chonky, since I wanted to hide the M3x16mm screws and the screws should screw into the plastic (didn't want to redesign to account for a larger hole for the metal threads)
i'd still say i'm kind of satisfied with the result since I used fusion for the first time 3 days ago.
spent all afternoon trying to use fusion to make a box for my hackpad and it looks like a cheap calculator, 3d modelling is hard
Today i fixed bugs and discovered someone tried to hack the cloudflare worker i'm using
Deploying a project to Cloudflare Workers in about an hour, after spending hours trying to deploy the same project to Vercel yesterday, is a relief
today i fought with js and hex escape sequences, turns out that bun (maybe node too) doesn't like \x escapes, replacing "\x" to "%" does tho.
i also got the api that i've been working on to actually work, so that's good too
I tried to fix a couple of things on my code, just to do something quick, but ended up spending most of my time on moving things around
started rewriting a project to learn typescript and today i was able to break it without changing any line of code