Tweets
- Tweets, current page.
- Tweets & replies
- Media
You blocked @kangax
Are you sure you want to view these Tweets? Viewing Tweets won't unblock @kangax
-
Pinned Tweet
Everything you wanted to know about using Flow in a React/Redux stack —https://engineering.wework.com/adventures-in-static-typing-react-redux-flow-oh-my-284c5f74adac …
Show this threadThanks. Twitter will use this to make your timeline better. UndoUndo -
kangax Retweeted
students are starting to steal each other's notes with iOS 15 and it's... kind of geniuspic.twitter.com/klE992DuBn
Show this threadThanks. Twitter will use this to make your timeline better. UndoUndo -
kangax Retweeted
VSCode Tip
In @code 1.60.0, you can get inlay hints for parameter names. Just enable it by setting: "javascript.inlayHints.parameterNames.enabled": "all" or "typescript.inlayHints.parameterNames.enabled": "all"pic.twitter.com/z9aGeJd3vC
Thanks. Twitter will use this to make your timeline better. UndoUndo -
kangax Retweeted
The thing people don’t get about Boston is that yes: it’s wildly expensive. Yes: it’s freezing. And yes: it’s difficult to navigate and the people are unfriendly. BUT the food? Also not good.
Show this threadThanks. Twitter will use this to make your timeline better. UndoUndo -
kangax Retweeted
...which is why I think a lot of tools feels like they are built for someone who has already used the tool 1,000s of times.
Show this threadThanks. Twitter will use this to make your timeline better. UndoUndo -
kangax Retweeted
Weird analogy but I'd imagine it's very hard for a music producer to listen to a track 1,000s of times while making it, and still imagine what it sounds like for the person listening to it the first time. I think there's something similar for dev tools, APIs, and libraries?
Show this threadThanks. Twitter will use this to make your timeline better. UndoUndo -
kangax Retweeted
Every year or two I remember what’s probably the most scarily/stunningly impressive linguistic feat I’ve ever seen. Every time, I think I must be mistaken, then I read the thing, and I just shake my head in disbelief. It’s been twenty years. Let me tell you about it.
Show this threadThanks. Twitter will use this to make your timeline better. UndoUndo -
kangax Retweeted
I am *so* tired of digging through type definitions with single character type names in generics. Especially when there's no documentation on them. Generics are basically functions you give to developers to create parameterized types. ENABLE ME PLEASE! Doc them. Name them. Thxpic.twitter.com/Wimtk2sGAP
Thanks. Twitter will use this to make your timeline better. UndoUndo -
kangax Retweeted
Rough sketch of my thoughts on software planningpic.twitter.com/iZvC9mPgQr
Thanks. Twitter will use this to make your timeline better. UndoUndo -
kangax Retweeted
sync XHR saving the web from main-thread-blocking third party scripts is a plot twist i did not see coming (explanation: partytown uses sync XHR under the hood via a proxy to facilitate DOM access from a worker. some truly next-level mad scientist shit)https://twitter.com/adamdbradley/status/1441069845559140355 …
Thanks. Twitter will use this to make your timeline better. UndoUndo -
kangax Retweeted
Ever wonder how hex colors work? Explore how 6 lil numbers and letters work together to create color with HEXplorer
@CodePen !
https://codepen.io/robdimarzo/pen/xxZgKOR …pic.twitter.com/1Pm49GJQ6VThanks. Twitter will use this to make your timeline better. UndoUndo -
kangax Retweeted
My love language is removing tracking parts from URLs before sharing them.
Show this threadThanks. Twitter will use this to make your timeline better. UndoUndo -
kangax Retweeted
My ultra scientific prediction is: some people like metropolises, some people like the boonies, things will change a slight amount, but most people are not a spokesperson for the life style preferences of their generation
Show this threadThanks. Twitter will use this to make your timeline better. UndoUndo -
kangax Retweeted
It’s funny how every time someone writes about the future of work/living/commuting/cars/cities, the prediction is always the author’s current life style
Show this threadThanks. Twitter will use this to make your timeline better. UndoUndo -
kangax RetweetedThanks. Twitter will use this to make your timeline better. UndoUndo
-
kangax Retweeted
Every one of my github repositories that's more than a couple years oldpic.twitter.com/v3JvRZYBSF
Thanks. Twitter will use this to make your timeline better. UndoUndo -
kangax RetweetedThanks. Twitter will use this to make your timeline better. UndoUndo
-
kangax RetweetedThanks. Twitter will use this to make your timeline better. UndoUndo
-
kangax Retweeted
The common narrative is that kids learn faster than adults, but I’m not sure the difference is meaningful. Watch any toddler. They spend nearly every waking minute on the edge of their ability and then sleep 12 hours. If adults acted similarly they would be learning machines.
Thanks. Twitter will use this to make your timeline better. UndoUndo -
kangax Retweeted
Here’s why we use h, j, k, l as motion keys in vi and vim: Bill Joy used an ADM-3A terminal, which (besides a 80x24 screen) had a keyboard that looked like this: This is also where the “~” shortcut for “$HOME” comes from.pic.twitter.com/y4LDhUh1qy
Thanks. Twitter will use this to make your timeline better. UndoUndo -
kangax Retweeted
Loving the new `EyeDropper` Web API:
```js
await new EyeDropper().open();
// Returns the picked color, e.g.,
// { "sRGBHex": "#ddd9e0" }
```
Try it in Chrome 95.pic.twitter.com/990uyvOngp
Show this threadThanks. Twitter will use this to make your timeline better. UndoUndo
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.
- Relocate third-party scripts into a web worker
- Synchronous main thread DOM ops from the worker
- Sandbox and isolate scripts, control DOM access
- React/Next.js or no framework at all
- Lazy loaded 6kb library