marceloexc

@marceloexc@im-in.space
59 Followers
368 Following
2.7K Posts
Programming and Art. I like to play and draw. Go Horns
prnshe him
download my apphttps://rm2000.app
bridged to bsky?Yes!
im at the apple store looking like this shopping for an M4 Pro MBP

Gonna have to retire this one soon

Twas good while it lasted and i love the touchbar and the butterfly keyboard. Never understood why they got so much hate

X-Y-Z, chapter 3

The ‘font’ previously extracted from the screen’s firmware is streamed back as geometry.
Also: added polygon-clipping.

marceloexc (@marceloexc@im-in.space)

Attached: 1 image If I ever get to the point of my career where I’m just developing slop please just kill me

I'm in Space

The worst part is that the main consensus of fixing this (without moving away from Electron) is to simply edit your build script and make sure your dev dependencies don’t get copied into the binary. https://stackoverflow.com/questions/47597283/electron-package-reduce-the-package-size

This is just pure laziness.

If I ever get to the point of my career where I’m just developing slop please just kill me
iPhone may have the better UX and the better app ecosystem and the better development toolkits and the better cameras and the better everything. But have you considered....soulseek on my phone

all computer software is either excel or hypercard.

react is an excel. littlebigplanet is a hypercard. jupyter is an excel. xcode interface builder is a hypercard. eve online is an excel. garry's mod is a hypercard. unix is an excel. windows 95 is a hypercard.

I can do this for apps on my home screen
almost instantly you can see how much better having a matching corner radii is for drawers. im unsure if whether i should start drawing some borders though…
×
@lhp a slight gradient on the titlebar? 🤔
@marceloexc Hmm... would be possible (as long as it's a gradient along the y axis; the way I optimized window decorations forbids any changes alongside the x axis for now).
@marceloexc basically anything that can be implemented as four corner textures (which may overlap the window) plus for border textures (which will be stretched along the edges of the window) would work. The titlebar is baked in to the decoration texture. The titlebar text drawing code understands a titlebar-content-height and titlebar-content-y-offset, so it can support basically all titlebar styles were the text is centered in the middle. Even ones overlapping the window itself.