Simon Chester

65 posts

Simon Chester banner
Simon Chester

Simon Chester

@perperoxide

dreamer of the day

Christchurch, New Zealand Katılım Mart 2008
33 Takip Edilen12 Takipçiler
Simon Chester
Simon Chester@perperoxide·
One little thing I love about @BNZ is they let you pick what hold music to listen to, and you can select no music
English
1
0
1
156
Simon Chester retweetledi
DHH
DHH@dhh·
Apple's loss in court is immediately opening up a whole new world for app developers. Entire business models were impossible under the old 30% regime. Look at this beautifully simply flow from Stripe! IAP might still have a place, but for many, taking payments on the web is 👌
Michael Luo@AzianMike

Stripe 🤝iOS developers Big news iOS app developers! You can now accept payments with @stripe outside of your app, with no iOS app store commissions. The Stripe team 🧑‍🍳cooked up a quick guide walking you through how. Go live now! Docs in the 🧵

English
45
171
2.1K
300.6K
Simon Chester
Simon Chester@perperoxide·
> plastic cup > paper straw why do people do this?
English
0
0
0
20
Simon Chester
Simon Chester@perperoxide·
@YannisTzortzis @levelsio Modern ACs (like we have outside of America) have variable speed compressors, so they can scale up or down with load. Typical American ACs cannot, they're either on or off.
English
0
0
11
354
Yanni
Yanni@YannisTzortzis·
@levelsio I mean the restriction is bs if the ac works non stop anyways Calm down man 😅
English
3
1
118
3.3K
@levelsio
@levelsio@levelsio·
Europe is cooked
@levelsio tweet media
English
602
315
10.3K
1.2M
Simon Chester
Simon Chester@perperoxide·
@bobbyg603 @theo I have experience with both, it really isn't. Never been rejected by Google, a couple dozen rejections from apple for the stupidest things. Plus you can side load apks on Android really easily.
English
2
0
1
198
Simon Chester retweetledi
Ben McCann
Ben McCann@BenjaminMcCann·
Public Service Announcement that you should never install deep-equal into your project as it pulls in a whopping 50 dependencies! npmgraph.js.org/?q=deep-equal
Ben McCann tweet media
English
17
19
564
356.4K
Simon Chester
Simon Chester@perperoxide·
@soychotic @TheRealSethDer1 async and concurrent are not really the same thing. waiting for a timeout? async, but not concurrent. spawning a bunch of threads to do some work, and blocking until they all finish? concurrent, but not async
English
0
0
0
18
annie
annie@soychotic·
@TheRealSethDer1 Yeah I just wish they’d used a different word because it feels insane to write “async” when I want stuff to run concurrently
English
21
1
263
68.1K
annie
annie@soychotic·
Can somebody please fucking explain to me what dumbass developer defined the phrase “synchronous operations” to mean “one after the other” when the word “synchronous” literally means “happening at the same time”
English
612
510
12.7K
1.7M
Simon Chester
Simon Chester@perperoxide·
@jambarree @AskYatharth That's not completely true. Electromigration can cause chips to dissipate more heat, leading to thermal or power throttling. That would only really be noticeable running the chip flat out for a while though, so I don't think it would have a noticeable effect on smartphones.
English
0
0
3
153
James
James@jambarree·
@AskYatharth That kind of degradation would cause bit-flips, cosmic-ray type errors, which could cause bad data or crashes but would not have an impact on speed
English
3
0
82
33.5K
yatharth ༺༒༻
yatharth ༺༒༻@AskYatharth·
why do old phones run… slow? with the exact same software. surely the chips don't literally age?
English
140
44
1.4K
255.1K
Christian Keil
Christian Keil@pronounced_kyle·
I want to understand why what TSMC does is so hard. Any articles/books etc folks can recommend?
English
291
79
1.5K
1.2M
Andrea Giammarchi 🍥
Andrea Giammarchi 🍥@WebReflection·
@wesbos @JosBraulio Wouldn’t that require also to finish the request via .text(), as example, to avoid dangling promises around? 🤔 still handy but it might require a tad of extra care
English
1
0
2
1.1K
Wes Bos
Wes Bos@wesbos·
Handy! Use fetch() to check if a file exists without downloading the entire thing.
Wes Bos tweet media
English
28
250
2.5K
273K
rniwa.dev
rniwa.dev@rniwa_dev·
This one is long overdue but requestIdleCallback is finally implemented in WebKit: @main" target="_blank" rel="nofollow noopener">commits.webkit.org/267023@main
English
5
13
132
38.4K
@levelsio
@levelsio@levelsio·
"So why do you have a sticker over your webcam?"
@levelsio tweet media
English
426
2.2K
21.5K
4.4M
Simon Chester
Simon Chester@perperoxide·
@ryanflorence There's no reason why compilers cannot scale, especially with good caching. The problem is bundlers (and webpack especially) IMO.
English
0
0
1
20
Ryan Florence
Ryan Florence@ryanflorence·
My biggest concern is that it requires a compiler. I’ve been trying to dig myself out of the compiler hole because it’s the biggest hurdle to “infinite scale” JS frameworks face. Multi second rebuilds is unacceptable and embarrassing for us and our peer frameworks.
Ryan Florence@ryanflorence

What concerns do you have about RSC, React Server Actions, and the assumed trajectory of React? I’m asking as a maintainer of probably the biggest React app dependency, React Router (not Remix). LMK! 🤓

English
8
1
70
25.1K
Simon Chester retweetledi
0xDesigner
0xDesigner@0xDesigner·
Probably the best thing you'll see today. In 2017, a group of developers hilariously competed for who could create worst volume control interface in the world. The results 🧵 1/22
English
1.4K
41.4K
167.2K
22.9M
Simon Chester
Simon Chester@perperoxide·
@GergelyOrosz The CSS class being the same is most likely a symptom rather than the cause. Twitter uses React Native for Web, which renders styles using atomic CSS - one class per property. Components that set the same CSS property to the same value will get the same class applied.
English
0
0
0
0
Gergely Orosz
Gergely Orosz@GergelyOrosz·
The auto-generated style class for all the action buttons seem to now be the same as for all the title elements, which causes this change - or, I'd argue, regression. Such regressions are common when moving fast, pushing to prod. We should, realistically, get used to it.
English
6
2
225
0
Gergely Orosz
Gergely Orosz@GergelyOrosz·
To the dev on the Twitter web team whom this might concern: That change, which turned all action buttons bold for no good reason, can you please revert these? My eyes hurt. Alternatively, use a feature flag to test these changes first, over a global rollout?
Gergely Orosz tweet media
English
102
108
2K
0
Simon Chester retweetledi
Defense of Ukraine
Defense of Ukraine@DefenceU·
Kerch bridge… we are watching you!
English
1.1K
5.9K
48.6K
0