Discussions

Discussions

4994 bookmarks
Custom sorting
Tweet by @jh3yy
Tweet by @jh3yy
Now CSS has JavaScript's Math.pow(), you could generate fluid font scales in CSS for viewport/container sizes 👀 (watch resize) :where(dd) { --min: calc(17 * pow(1.2, var(--lvl, 0))); font-size: clamp(var(--min), var(--fluid), var(--max)); ✨ } dd:nth-of-type(2) { --lvl: 2; } https://t.co/pImcdembft — jhey ▲🐻🎈 (@jh3yy) May 29, 2024
Tweet by @jh3yy
Tweet by @cassidoo
Tweet by @cassidoo
I made aliases because I am a bum alias ..='cd ..' alias ...='cd ../../' https://t.co/ZqZKDdzqiv — Cassidy (@cassidoo) May 29, 2024
Tweet by @cassidoo
Tweet by @Baconbrix
Tweet by @Baconbrix
And the best part—it runs everywhere, natively. Specifically web, iOS, and Android. For the first time ever you will be able to build an app with shared server/static rendering, data fetching, bundle splitting, and file-based routing on all platforms with a single codebase! https://t.co/BK9IUWAk3S — Evan Bacon 🥓 (@Baconbrix) May 29, 2024
Tweet by @Baconbrix
Tweet by @charlierward
Tweet by @charlierward
The https://t.co/IcOdjpesmr (by @stephsmithio) and @RamenClubHQ communities are running a collab event this Thursday for our members in Dalston, east London - screening 'Join Or Die'. 🔥 https://t.co/Zzlor1e11m This is a must-watch documentary: "A film about why you should join… https://t.co/66cfdSpVyf https://t.co/U7NAaq19Qd — Charlie Ward 🍜 (ramenclub.so) (@charlierward) May 27, 2024
Tweet by @charlierward
Tweet by @Mappletons
Tweet by @Mappletons
Heading to Berlin for @localfirstconf later this week. Hopefully see some of you there – come say hi. Doing a talk on the coming wave of home-cooked software and barefoot developers & how we can bake local-first into it Suffering to make this good rn but 🤞 I'll pull it off https://t.co/sPJbon1Hd4 — Maggie Appleton (@Mappletons) May 26, 2024
Tweet by @Mappletons
Tweet by @shuding_
Tweet by @shuding_
In the latest `swr@beta`, you can seamlessly move data fetching between client-side and server-side, or both, in an RSC framework like Next.js: 🔸Client only: useSWR(key, fetcher) 🔹Mixed: useSWR(key, fetcher) + RSC-provided data 🔸Server only: useSWR(key) + RSC-provided data https://t.co/UOqZ8XXEh2 — Shu (@shuding_) May 25, 2024
Tweet by @shuding_
Tweet by @Kosai106
Tweet by @Kosai106
@nathanacurtis I'd go as far as saying if you have so many font sizes that the t-shirt sizing method doesn't work for you, then you have too many. — Kevin Østerkilde 🇩🇰 (@Kosai106) May 25, 2024
Tweet by @Kosai106
Tweet by @ImLunaHey
Tweet by @ImLunaHey
@nathanacurtis t-shirt size is the only way my brain will accept it. — luna (@ImLunaHey) May 26, 2024
Tweet by @ImLunaHey
Tweet by @AndrewCurran_
Tweet by @AndrewCurran_
It turns out music, movies, entertainment, and society in general peaked during the exact time period when you, the person reading this, were a teenager. https://t.co/sfBKuQSAtk — Andrew Curran (@AndrewCurran_) May 25, 2024
Tweet by @AndrewCurran_
Tweet by @film_girl
Tweet by @film_girl
Had a great time at #MSBuild but I’m very tired! Going to a team dinner and then seeing if I can rally to go to the official party. Peep my @github Copilot flight jacket tho! https://t.co/3AdRj9cQGI — Christina Warren (@film_girl) May 24, 2024
Tweet by @film_girl
Tweet by @rakyll
Tweet by @rakyll
San Francisco sunshine is the cure. https://t.co/QnqBgC048k — Jaana Dogan ヤナ ドガン (@rakyll) May 23, 2024
Tweet by @rakyll
Tweet by @watthedoodle
Tweet by @watthedoodle
One of my reasons why I hate Go Lang, Rob is basically saying "we designed the language for idiots, because they're stupid and will not be smart enough to understand a better language" https://t.co/pjaoTsZfK9 — Wat The Doodle! 🎨🦀🖥️ (@watthedoodle) May 22, 2024
Tweet by @watthedoodle
Tweet by @xhfloz
Tweet by @xhfloz
Any tips for achieving this ink-ish look on web? Both for copy and for lines Ideally: (svg or text input) → inky output https://t.co/01jS9z1gFY — XH (@xhfloz) May 22, 2024
Tweet by @xhfloz
Tweet by @jamesm
Tweet by @jamesm
@steveschoger I never like inset shadows when the input bg is white on a white background. I think if you had the inner shadow opacity a bit lower and then used grey-25 for the background, it would be 👌🏻 — James 🤌🏻 (@jamesm) May 22, 2024
Tweet by @jamesm
Tweet by @JoshWComeau
Tweet by @JoshWComeau
😮 Chrome devtools added a new “Selector Stats” pane! It’ll tell you exactly how long the browser spent trying to resolve CSS selectors. No more debates around the performance of the wildcard (*) selector. 🤞 https://t.co/KVvtMvlVwm https://t.co/8CTkMVaGnS — Josh W. Comeau (@JoshWComeau) May 21, 2024
Tweet by @JoshWComeau
Tweet by @rauchg
Tweet by @rauchg
100% readiness on turbopack, the new @nextjs Rust-based compiler-transpiler 😁 https://t.co/cHfjJcVPpf — Guillermo Rauch (@rauchg) May 21, 2024
Tweet by @rauchg