Posts
Recent Comments
10h ago
inShoutout to the person who called my chart 'sunlight washed out'
Ever think high contrast was just for bold designs? I used to avoid dark colors on charts, worried they'd look too heavy. After a friend with color blindness pointed out my "subtle" green and gray combo was a muddy mess to him, I switched to black lines on white with pattern fills. The clarity for everyone was worth dropping my muted palette.
1d ago
inWatching a new AI model summarize a meeting transcript made me question my own notes
Yeah, mine found a typo I'd read over a dozen times.
2d ago
inWatching a documentary on old signs made me see font pairing differently
Those old sign painters clearly never wasted hours doomscrolling through Google Fonts (lucky them).
3d ago
inMy friend looked at my code and said 'this looks like a ransom note'
Remember my first web page with blinking text and a rainbow background. My cousin said it gave him a headache and I learned fast that simple is better. Sticking to basic fonts and high contrast colors actually helps people focus on the code itself. What did your friend suggest you try instead?
3d ago
inI finally stopped using floats for my sidebar layouts last month.
Grid-template-areas was a game changer for me too. I still use Flexbox for smaller bits inside those areas, like a button row, which is where I see @jade618's point. My old float-based sidebar code was a mess of clearfix helpers. It felt like fixing a pipe with duct tape when you finally find the proper wrench.