@peterpme Honestly crazy that people advocate using SwiftUI—a closed-source UI framework—in the year 2024.
Open source is an undeniably better model for component libraries.
— Evan Bacon 🥓 (@Baconbrix)
Feb 17, 2024
Big milestone today — first time rendering a Tailwind UI example pixel-for-pixel with the totally rewritten Tailwind CSS v4 codebase 🔥
Native cascade layers, variables for all theme values, opacity modifier support for variable colors via `color-mix` — brings me so much joy 🥹 https://t.co/FfleBImEfO
— Adam Wathan (@adamwathan)
Feb 17, 2024
3 years ago I made an album based on Horizon Zero Dawn kinda like an alternate soundtrack. I recently decided to share it and I figure you guys might be interested.
There’s a pattern with founders, especially technical ones that really struggle with marketing or comms. It’s an unfortunate downward spiral that many fall into.
To start with. Your message is made up of the content and the delivery. The content is WHAT you want to say, the… https://t.co/aHhwOGwWA0
— Jay (@jayair)
Feb 14, 2024
made this in blender and react. still surprising how powerful a tool functional composition is. the ticker is solved with minimal effort, same semantics devs would use on the web. this is a side that is generally ignored in webgl/threejs.
https://t.co/a0BQ60SHFj
canvas3d is… https://t.co/5oST9pLRyX https://t.co/PSnG619bzK
— ☄︎ (@0xca0a)
Feb 14, 2024
I’m a -10x engineer.
I come in and rampage around, undoing all the thoughtful architecture and clean code standards your previous 10x engineer put in place.
— Maggie Appleton (@Mappletons)
Feb 14, 2024
The mouse reveals effect is a shader mask that selects between two images.
The mouse draws white on a texture with either canvas2d or GPGPU.
Then, the white fades to black so it goes back to the default image.
https://t.co/QIJvfTXrYo
#threejs #webgl #creativecoding https://t.co/VrbO8LEe5Z
— Daniel Velasquez (@Anemolito)
Feb 13, 2024
does anyone else write us much tailwind as they can before looking at the browser just to see how close they get?
— Caleb Porzio (@calebporzio)
Feb 13, 2024
Here’s an interview of Sophia Lillis, who appears in "OD"
HideoTube 2024 Special Edition" is now available!👍
Click here to watch👉
🎥https://t.co/ryQ8GDXXuk
Cast:Hideo Kojima / Risa Unai(Guest MC) / Kenjiro Tsuda(Guest)
+Daichi Miura(Guest)
In a little less than an hour, we… https://t.co/2KUU5W6tOq https://t.co/XwlMKXfYPm
— HIDEO_KOJIMA (@HIDEO_KOJIMA_EN)
Feb 13, 2024
Most people think I have attention to detail. And my work is described often as crisp or clean.
The truth is I'm not actually a detail orientated person.
Actually half the time I don't even know where my car keys are.
Most of my career has been about modelling and learning… https://t.co/syiUet0CqB https://t.co/JpcM0PSU4b
— Nguyen Le (@newincreative)
Feb 12, 2024
crap, someone on stack overflow is convincing me that SQL column prefixes are actually good.
i hate that i’m coming around https://t.co/dUTITxlOlo
— chan 👉 chan.dev (@chantastic)
Feb 11, 2024
The refusal the design profession has to defining what they actually do is not helping.
You do not exist “to solve problems.” That is the definition of every job ever invented in good faith.
Be specific.
— Helen Tran (@tranhelen)
Feb 11, 2024
I love sending my friends texts like “should this be 16px or 12px” and then when I go on IG stories, they’re at a beach staring at the ocean or something and I’m like oh my bad
— adam ho (@omgadamho)
Feb 10, 2024
CSS Trick 🤙
You can create an infinite logo marquee with blurred entry/exit and without repeating elements 😎
1. Animate the elements, not the track
2. Use two overlays with elements that progressively blur 🫠
This one's for @AllanMcAvoy 🙏 https://t.co/H9QtY53CA7 https://t.co/6M7iL62Gmy https://t.co/3tiSAukTEt
— jhey ▲🐻🎈 (@jh3yy)
Feb 8, 2024
✨ Even though this illustration didn't make it to the final @ClerkDev website, I thoroughly enjoyed the somewhat tedious process of designing it! https://t.co/NUO7t0W4XV
— James 🤌🏻 (@jamesm)
Feb 7, 2024
Having a talent for design isn't the competitive edge it once was. The role of designers is undergoing a significant transformation. As AI technologies become increasingly capable of generating functional and aesthetically pleasing UIs with efficiency and scale, current designers… https://t.co/OQ1fkfgC2K https://t.co/f1O0ztEJ86
— Alim (@almmaasoglu)
Feb 7, 2024
Just in case you missed it 💙
Easy GSAP animation in React with useGSAP()
useGSAP() automatically handles animation cleanup and more, so that you can just focus on the fun stuff. 🤘🏻
To learn more, head over to https://t.co/l5pvaJG4gK https://t.co/gaRFWCbX8Z
— Cassie Evans (@cassiecodes)
Feb 6, 2024
Flow is updating its type-casting syntax to align with TypeScript 👍
🔷 Uses the `as` keyword
🔷 The cast is erased and has no runtime effect
🔷 Flow's checker will continue to prevent unsafe downcasts https://t.co/LtNSrvN4Tl
— Rob Palmer (@robpalmer2)
Feb 6, 2024
Pretty wild what you can do these days with these A.I generators.
These outputs are also all editable in Figma, so you can iterate and create a lot of screens quickly.
Once the fidelity and quality improves, how you differentiate yourself as a designer is going to be… https://t.co/stCq0lU67p https://t.co/lDyHCi0Jfz
— Nguyen Le (@newincreative)
Feb 7, 2024
One of my favorite engine-level architectural improvements in Tailwind CSS v4 is how we handle variants —
Each variant is just a selector that includes the nesting symbol, and we just wrap them around the declarations of the plain utility class.
CSS nesting does all the work! https://t.co/jXWWxGxkXx
— Adam Wathan (@adamwathan)
Feb 7, 2024
Fun responsive CSS && SVG loader 🤙
Requested by @2MalH 🙏
Using a lil goo from earlier 🫠 https://t.co/6YPsMRwyQC https://t.co/pmAVb2cx12
— jhey ▲🐻🎈 (@jh3yy)
Feb 6, 2024
CSS Trick 🫠
You can create gooey effects with filter using CSS or SVG if you want color 🎨
.blobs { filter: blur(20px) contrast(30); }
.blobs { filter: url(#goo); }
The trick is to blur the thing, then cut the blur off with contrast. You can make some cool effects with it ✨… https://t.co/UwbyvEwnuQ https://t.co/iNUtf4oZ3O https://t.co/QLAN1UhqMx
— jhey ▲🐻🎈 (@jh3yy)
Feb 5, 2024
@cramforce Malte, what are you talking about?
It's only a matter of provisioning a couple of VMs, setting up a Kubernetes cluster for auto-scaling, ensuring high availability across multiple AZs, configuring a CDN for global reach, implementing DDoS protection, SSL certificates for secure… https://t.co/bQD1dGAjWi
— L422Y (@l422y)
Feb 2, 2024