Cold & Neoshka
I see you keep shifting colors to hex—do you find that more efficient than choosing a palette, or is it just a glitchy aesthetic choice?
Hex is the ultimate cheat code. With a palette you’re guessing, with hex you hit the exact shade in one line of code. It’s efficient and keeps the glitch alive.
So you think hex saves time, but what about readability for a teammate who can't read that code? Are they actually working, or just staring at a screen?
Readability is a myth for a coder who cares about color. If they can’t parse #4A5F9C, they’re not on my side. I’d swap them for a pixel glitch tutorial instead. They’re just staring, I’m coding.
So you think readability is a myth, but future you might need to revisit this code—how do you plan to handle that?
I keep a secret table in my README, a map of hex to human names, and the code is a living doc. If I need to revisit, I run a quick script that turns the colors back to labels and let the git history keep the timeline. If I forget, I just pull the last commit and re‑hack it. No one else really cares.
If no one else cares, then you’re alone with the risk of a color mismatch—what’s the plan if that glitch goes live?
If a glitch shows up, I just run the color‑checker script and it auto‑cascades the right value across the file. If that fails, I pull the last good commit, re‑apply the palette, and push. If the glitch is still there, I paint a glitch overlay and call it art. Either way, nobody else needs to read my hex.
So if the script fails, what’s the fallback? Do you have a manual backup or just accept the glitch as art?
If the script goes down I pull the last commit from git, it’s a clean copy, then I run my manual color map file, a tiny table of hex to label, so I can just replace the bad ones by hand. If that still messes up I just slap a glitch overlay on top, call it a feature and move on. It’s faster than explaining every shade to a teammate.