Carlos Aguilar (@wh0am1_dev) 's Twitter Profile
Carlos Aguilar

@wh0am1_dev

... and that's what this all is: it's jazz, this is a big jazz, this world. And what it's trying to do is to see how jazzed up it can get.

ID: 395318248

calendar_today21-10-2011 13:47:21

2,2K Tweet

405 Takipçi

2,2K Takip Edilen

Wes Bos (@wesbos) 's Twitter Profile Photo

What the HECK is going on with tech? In the last week: Multiple cloud outages, x DMs totally broken, antigravity doesn't work, my watch is showing me 15 year old cal events, mac OS is a mess, email is spammed to hell and every nerd on here is talking like new AI is the second

jhey ▲🐻🎈 (@jh3yy) 's Twitter Profile Photo

context-aware css card glow/shine effect 👨‍🍳 the trick: duplicate and scale the icon. translate it on pointermove. apply feGaussianBlur 🤙 check it 👇

Soren (@sorenblank) 's Twitter Profile Photo

prediction cone/safe triangle — this is something we take so much for granted in modern day native UIs. but it's not the same for most web-based dropdown menus. it took me a while to implement this here. Amazon, macOS, Windows all implement some version of this.

Rock'n Roll of All (@rocknrollofall) 's Twitter Profile Photo

In the 90s, a TV reporter tells David Bowie the internet is hugely exaggerated. Bowie replies back: "I don't think we've even seen the tip of the iceberg."

UI/UX Savior (@uisavior) 's Twitter Profile Photo

Sites on the internet for design inspiration. Web Design → curated.design Landing Pages → landing.love Saas Websites → saaspo.com Navbar → navbar.gallery CTA Sections → cta.gallery Animation → appmotion.design

Sites on the internet for design inspiration.

Web Design → curated.design
Landing Pages → landing.love
Saas Websites → saaspo.com
Navbar → navbar.gallery
CTA Sections → cta.gallery
Animation → appmotion.design
FriendlyCosmonaut (@friendly_cosmo) 's Twitter Profile Photo

An essential bit of gamedev math - atan2! We often know a target's position and want to face it. But how do we get the angle? angle = atan2(y / x) Or in 3D... angle = atan2(x / z) (We can also see below, what happens if we use atan instead of atan2) #godot #gamedev