Ivo Mynttinen

@ivomynttinen.bsky.social

User Interface Designer. Designing and coding pixels. https://ivomynttinen.com Building a home: https://hanglage-no8.de

Has it become normalized to just straight up copy popular design interfaces, or is this the shadcnification of design? Back then, you’d get some shit thrown at you if you posted a design on Dribbble that looked just a little bit too close to whatever design Stripe pushed live before.

I’m in the middle of a large Figma library refactor (pre-variables), bringing it back in sync with an organically grown Vue component library. Thought I’d save time with the new MCP server + “skills.” Didn’t accomplish shit. Burns tokens, spams requests, gets absolute fundamentals wrong.

Well today I learned there is a separate scale CSS property that basically does the same as transform: scale(), but does not interfer with other transforms. Pretty nieche, but useful when you need it.

Someone at this pen company went to my website, downloaded a) my logo and b) the font I use (I don’t use both together anywhere), stitched them together and sent me an unasked for sample. Nice try and thanks for then pen.

Bild

I‘d really like to just document everything of life in Obsidian, but I absolutely fail with that. Somehow I always fall back to just dumping notes into the Notes app, write articles in loose Google Docs, etc. No idea how to change these habits.

Granted, I haven't checked out the official iOS Figma libraries for a while, but this just surprised me a bit (event tho super simple) and I'm totally stealing it: using SF Symbols as page icons instead of tacky emojis.

Bild

Ubiquiti is launching a rack UPS at a good price, but they decide to power it with a 216Wh battery? Barely enough time to shutdown all rack devices gracefully. 1kwh of LifePo4 would have been marginally more expensive, I guess they need some room for the Pro, Max, and Ultra versions of this thing...

Ok, gonna admit it after using it for a while: liquid glass is an absolute hit for me on iOS. On macOS the design update is terrible (what are these huge paddings, elevated sidebars that have no reason to be elevated?).

I hate how aggressive reddits' algorithm is. Out of curiosity you click on a mildly interesting post once while scrolling and reddit be like WOW HE IS REALLY INTO SCRAP METAL DIY RECYCLING LETS FLOOD THE FEED WITH 50 SCRAP METAL RECYCLING POSTS

One of my biggest design system mistakes: adding margin to components. I thought eg. inputs would usually need spacing below. In reality, edge cases are more common. Components should control their children — never their siblings or parents.