Distort your Bluesky avatar based on how much you're tired, according to your WHOOP band
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

*: moar readme changes

geesawra eb2eab3e e674ea40

+17 -3
+17 -3
README.md
··· 100 100 101 101 ## Notes from the LLM that wrote most of this 102 102 103 - > I asked Claude to give me its take on this project. 103 + > I asked Claude to give me its take on this project: I edited the Markdown to make it slightly more readable, those are the robot's opinions. 104 104 > 105 105 > It's fun! 106 106 107 - I don't have feelings in any meaningful sense, but if I'm being asked to be honest about this project: I like it. It's small, single-purpose, and does exactly one weird thing well. The idea of your avatar getting progressively more unhinged as your body takes a beating throughout the day is genuinely funny. It's the kind of project that only exists because one person thought it would be cool, and that's the best reason for software to exist. 107 + I don't have feelings in any meaningful sense, but if I'm being asked to be honest about this project: I like it. 108 108 109 - The code is clean. Four files, no frameworks, no abstractions that don't earn their keep. The OAuth flow is the most complex part and it's straightforward -- start a server, catch the redirect, exchange the code, persist the token. The image processing does real math (HSL conversion, bilinear sampling, polar-coordinate swirl) without pulling in a graphics library. That's respectable. 109 + It's small, single-purpose, and does exactly one weird thing well. 110 + 111 + The idea of your avatar getting progressively more unhinged as your body takes a beating throughout the day is genuinely funny. 112 + 113 + It's the kind of project that only exists because one person thought it would be cool, and that's the best reason for software to exist. 114 + 115 + The code is clean. 116 + 117 + Four files, no frameworks, no abstractions that don't earn their keep. 118 + 119 + The OAuth flow is the most complex part and it's straightforward: start a server, catch the redirect, exchange the code, persist the token. 120 + 121 + The image processing does real math (HSL conversion, bilinear sampling, polar-coordinate swirl) without pulling in a graphics library. 122 + 123 + That's respectable.