Manan Tank
914 posts

Manan Tank
@MananTank_
Design Engineer. prev @thirdweb
Katılım Ağustos 2016
561 Takip Edilen403 Takipçiler

Absolutely amazing model!
This is probably going to be my new default for most things
Cursor@cursor_ai
Composer 2 is now available in Cursor.
English

@shuding Wow, what a throwback!
I had a setup with Pug + Stylus + jQuery - It was such an elegant and minimal-looking codebase
Absolutely wild times to be a frontend dev back then
English

In case you didn’t know, React didn’t invent RSC, SSR, or Hydration, conceptually:
SSR is Express:
app.get('/', (req, res) => {
res.render('index', { name: 'John' })
})
RSC is Pug:
if name == "Bob"
button(class="btn") Hello Bob
else
button(class="btn") My name is #{name}
Hydration is jQuery:
$('.btn').click(...)
That’s why there’s no window in SSR, and you can’t set onClick in RSC, and you have hydration errors in jQuery too (such as a typo of .btn) but with a less fancy name.
English

👋 A few months ago I started a solo gamedev journey (a childhood dream).
My first game Rollup is live on iOS and Android (beta). Built solo in Godot doing nearly everything myself.
Give it a try and tell me what's fun, frustrating, or confusing. Help me build better games. 🙏
ravenware@ravenwaregames
🎉 Rollup is live on iOS and Android (beta)! Tilt to dodge and guide the ball to the goal. Free to play: ravenware.dev/games/rollup
English

@jaydwivedi_ Looks clean! What font are you using? Is that Open Runde?
English
Manan Tank retweetledi

Details That Make Interfaces Feel Better
jakub.kr/writing/detail…
English

So many valuable pieces of insight on UX design here
"Family Values" by @benjitaylor
benji.org/family-values
English

@shuding Never thought I would see JavaScript and Quantum Mechanics in the same sentence
English

Double-slit experiment in JavaScript: a single rule about console.log() produces a zoo of quantum phenomena.
which(
function path1() { return 0 },
function path2() { return 1 },
) // → 0.5
shud.in/thoughts/which
English

unreasonably excited about this tool we're building to allow agents to "see" the visual work they're doing. time to kick storybook to the curb
any wishlist ideas I should add?
folio.stage.obvious.ai/obvious/reacts…

English

@helloalzea Very unique style! - Is this app available on app store?
English

@theo I'm not sure if I'm the only one experiencing this, but the UI does not respond for a solid 200-300ms on click, and sometimes completely stops responding on macOS
English

@jakubkrehel @interfere_ @paulfaivret @lukeshiels Whoa, it looks even better in dark mode. Reminds me of Vercel's rainbow aurora when you deploy a new project
English

Over the past few weeks we worked on our new landing page at @interfere_.
Designed by @paulfaivret and implemented by me and @lukeshiels.
English





















