Tim

138 posts

Tim

Tim

@timfl93

Germany Beigetreten Aralık 2009
382 Folgt36 Follower
Tim
Tim@timfl93·
@theo What the heck, when do you sleep? Your tweet notifications coming in what feels like 24h a day
English
0
0
0
59
Tim
Tim@timfl93·
@icanvardar Whenever someone throws "posthog" my way for a problem I‘m facing, I open that page and instantly close it. I get what they‘re going for, but I remember the old landing page that was not as obscure to use as this one.
English
0
0
1
419
Can Vardar
Can Vardar@icanvardar·
posthog's homepage is insanely cool
Can Vardar tweet media
English
30
8
454
14.4K
Tim
Tim@timfl93·
@jamesacowling @jamwt differential subscription syncing is the pillar of civilization
English
0
0
1
261
James Cowling
James Cowling@jamesacowling·
@jamwt What are the other two? Cloud computing and the web?
English
3
0
16
3.8K
Jamie Turner
Jamie Turner@jamwt·
Gen AI is the third biggest revolution in terms of new leverage/efficiency in the software industry during my career (mid 90s to now). It’s funny this is a controversial take. The capital environment so badly needs it to be #1.
English
3
0
66
11.1K
Karri Saarinen
Karri Saarinen@karrisaarinen·
Quick video on how I use @linear Agent in product work. For feature requests, I want to understand the broader pattern, not just react to one ask. Here, it pulled from 40k+ customer requests to help me think through whether Linear should have team docs.
English
25
15
416
85.5K
Tim
Tim@timfl93·
@d4m1n gpoint has way better hydration support
English
0
0
1
61
Dan ⚡️
Dan ⚡️@d4m1n·
about to build a new SaaS I can't decide between tanstack, gstack or gstring as the foundation. any tips?
English
49
1
46
7.6K
Tim
Tim@timfl93·
@phuctm97 This is such a nonsense claim. Next.js is just as good at interactive apps (what does that even mean, hydrated client components??) as Start. If you want a static file SPA, you can build one with Next.js too if that‘s your moat.
English
1
0
1
172
Minh-Phuc Tran
Minh-Phuc Tran@phuctm97·
Another example of Next.js doesn’t scale for interactive apps, at least, not in comparison to available alternatives. Next.js is still very good for SEO websites with some interactive elements but that is as far as what you should use Next.js for.
Felix Rieseberg@felixrieseberg

A small ship I love: We made Claude.ai and our desktop apps meaningful faster this week. We moved our architecture from SSR to a static @vite_js & @tan_stack router setup that we can serve straight from workers at the edge. Time to first byte is down 65% at p75, prompts show up 50% sooner, navigation is snappier. We're not done (not even close!) but we care and we'll keep chipping away. Aiming to make Claude a little better every day.

English
5
2
38
9.7K
Tim
Tim@timfl93·
@Angaisb_ They can‘t just take 2x away from me… I feel like there is some announcement coming.. has to be!
English
0
0
6
416
Tim
Tim@timfl93·
@dok2001 @jamesdevonport Yes it‘s a nice pet project, but if I wanted to fundamentally change how my app works, I‘d just opt for Vite based things like Start directly.
English
0
0
0
28
James Devonport
James Devonport@jamesdevonport·
Just moved my first nextjs app from Vercel to Cloudflare Wokers. Was a bit tricky and took a while to get it working but running great now (and super cheap!)
English
2
1
15
5K
Tim
Tim@timfl93·
@dok2001 @jamesdevonport Bundle size with opennext is a pain (up worker limits or fast track adapters api and bunde size improvements). Vercel-like DX where CF handles your github repo deployment without you having to mess with opennext / wrangler (if you don‘t need bindings etc.), have these be optional
English
1
0
1
165
Tim
Tim@timfl93·
@rohanvarma I would definitely try it. I don‘t mind waiting, gives room to sift through changes as they happen with a chance to steer early.
English
0
0
0
11
Rohan Varma
Rohan Varma@rohanvarma·
If we made /slow mode in Codex, would you use it? What for? (Slower inference at a cheaper cost)
English
953
32
2.2K
185.3K
Tim
Tim@timfl93·
@theo @robinebers Don‘t delete and give in, you‘re my heartbeat on this unfolding while at work (have your tweet notifications on for months already)
English
0
0
0
30
Tim
Tim@timfl93·
@Jilles OpenNext with a reasonably big Next.js app to see how you manage build size constraints
English
0
0
0
204
Jilles Soeters
Jilles Soeters@Jilles·
I’m thinking of doing a YouTube series: Creating a SaaS on Cloudflare. The constraints: 1. Free plan 2. Everything on Cloudflare* What else? * Except payments
English
21
1
87
9.1K
Tim
Tim@timfl93·
@thsottiaux Does that mean 2x is the new baseline next week?
English
0
0
0
61
Tibo
Tibo@thsottiaux·
Growth of codex continues to outpace our prediction (maybe we are not super good at that) and we almost ran out of capacity three days in a row. We have ramped up more significantly ahead of next week.
English
190
48
2.2K
95.3K
Tim
Tim@timfl93·
@Rasmic @waynesutton @convex Hard to show in a screenshot. Page works fine while signed out, once signed in nothing is clickable (every link stops working) and you‘re stuck on the changelog page. Manually pasting and opening a link redirects you back to the changelog page (content blockers etc turned off).
English
0
0
0
26
Micky
Micky@Rasmic·
Want to request a new feature that the @convex team should implement? Here's how you do it... > go to ship.convex.dev > you get 100 convex chips > request a feature (you must invest 20 chips to request a feature) > you can back requested features (with chips) > when features get shipped get 1.5x return on chips > spin the wheel weekly for chips Check it out
Micky tweet media
English
22
7
127
11.3K
Tim
Tim@timfl93·
@jamwt @Rasmic Where is the sub-query caching rack in the picture? Can you point it out for me
English
1
0
0
22
Jamie Turner
Jamie Turner@jamwt·
@Rasmic "This is where the hardware reactivity module is installed."
English
2
0
6
595
Tim
Tim@timfl93·
@aurorascharff Prerendering at build time is a real pain for varying envs. I wish we could set something like "prerender: 'on-demand'" in config so it stores a prerender during first page hit at runtime, not during build where you may not have access to runtime env, same goes for NEXT_PUB vars
English
0
0
1
321
Aurora Scharff
Aurora Scharff@aurorascharff·
What are you struggling with in Next.js right now? I work on Next.js developer experience at Vercel. Want to know what actually trips people up so I can help fix it and create content around it. Drop your pain points.
English
76
7
136
19.2K
Tim
Tim@timfl93·
@Speclizer_ What‘s the end goal for this? Something with scripting SDKs like FiveM or a more classic MP approach with little customization?
English
0
0
0
98
Tim
Tim@timfl93·
@SebJVidal Looks like the proximity AirDrop glow when touching devices. Must be a hint that Apple is onto AirDrop on Android devices, AirDrop 2 incoming with breaking changes to nullify these efforts.
English
0
0
0
291
Seb Vidal
Seb Vidal@SebJVidal·
Would be cool if this was the new look of Apple Intelligence. Far more in-keeping with Apple's sleek, premium design language of yore. The current multicoloured mesh gradient feels a bit _too_ in your face and desperate to grab your attention.
Aaron@aaronp613

Here is the animated WWDC26 logo

English
10
4
283
23K
Tim
Tim@timfl93·
@tommoor @karrisaarinen @linear i18n, being able to share a view as readonly for unauthenticated users (like a public roadmap) or individual issues publicly as readonly, public facing and structured intake / triage forms, Sign in with Apple, get rid of 250 issues on free limitation
English
0
0
0
148