gonna take a ~2 week break from typing cuz of wrist pain. so to mostly eliminate the bus factor, thats why i'm not gonna be putting out site updates. see ya
feeling burnt out. UGHHH I HATE IT. but i also want to learn monorepos (they seem cool) and finally get a proper ui library going along with that where its not components scattered across scss and svelte files...
so `new Date('2023-07-15 23:40 GMT-0400')` is valid in chrome and node.js, but not in firefox. this causes firefox to incorrectly request my api for commits since 1970-01-01. sveltekit didnt prerender that because it didnt crawl and find 1970-01-01 as it uses node.js, so firefox gets a 404. bam
the custom website previews are neat, but i kinda miss being able to preview the website. especially when a website is updated; i cant see if its major or minor
so `new Date('2023-07-15 23:40 GMT-0400')` is valid in chrome and node.js, but not in firefox. this causes firefox to incorrectly request my api for commits since 1970-01-01. sveltekit didnt prerender that because it didnt crawl and find 1970-01-01 as it uses node.js, so firefox gets a 404. bam