South Korea’s main opposition leader says there are no plans for now to impeach Acting President Han Duck-soo, who stepped in as interim leader after President Yoon Suk Yeol’s impeachment on Saturday.
South Korea’s main opposition leader says there are no plans for now to impeach Acting President Han Duck-soo, who stepped in as interim leader after President Yoon Suk Yeol’s impeachment on Saturday.
근데 술 마시고 출근하는 미친놈은 그렇다 치고 술 입에도 안 댔는데 미친놈은 어떻게 하냐
In ReScript, pipes are normally used for chaining fn calls instead of method chaining with dots like in JS.
This is a common gotcha for JS/TS devs who come to ReScript. To ease the transition we're experimenting with letting the editor tooling complete pipes also via dots.
심지어 아직 안날라감
태너 린슬리 계정으로 스캠질이라니...
블스에 참 거슬리는 게 많은데 생각보다 RN코드가 보기가 어려운듯
그와는 별개로 하이브, 방시혁빠들은 나가 죽어야 하겠지만.
어른, 임원은 일반 직원들과 달라서 엄청나게 많은 것을 책임져야 하는 위치다. 지금 어도어 직원들이 다 실업자가 된 거 아닌가
개인적으론 계약해지까지 이르게 한 ㅁㅎㅈ의 경솔함이 정말 안타깝다
🌠 So let’s say you want to use a modern CSS feature like container queries. According to caniuse, the feature is at 93% support.
Is that good enough? How do we evaluate this number?
I dig into this question in my brand-new just-published blog post, “A Framework for Evaluating Browser Support”. 🎉
모두 블루스카이를 씁시다
One of the things I like about the tech community here on BlueSky is that I haven’t seen as much self promotion. At least maybe the grifters haven’t figured out the algorithm here.
Twitter was so bad I nearly walked away from it.
갈 없
cloudflare…
cloudflare…
cloudFLARE…
CLOUDFLARE
CLOUDFLARE
@vite.dev v6 dropped a few hours ago 👀 waiting for the big announcement 🥷
Bluesky, 모든 면에서 Threads를 추월하기 직전 | GeekNews
news.hada.io/topic?id=17943
Bluesky is on the verge of overtaking Threads in all the ways that matter | Mashable
mashable.com/article/blue...
LogTape records show up in Sentry.
Just released @logtape/sentry, a #LogTape sink for @sentry.io! Now you can easily send your logs to #Sentry.
github.com/dahlia/logta...
// eslint-disable-line
though blue dot is bit blurry, but actually it has gray border (which I find a bit unusual)
ni by @antfu.me provides smooth commands without thinking about the underlining package manager
github.com/antfu-collec...
Screenshot of my Bluesky profile, showing @nicolo-ribaudo.github.io as the handle
Developers, do you want to verify yourself here but don't have a personal domain? You can use your GitHub account! 🦋🐱
I temporarily renamed myself to @nicolo-ribaudo.github.io :)
a photo of Johnny Cash eating cake with his hands in a bush, sitting cross legged in the dirt and smirking to the camera, his face covered in frosting
Johnny Cash eating cake with his hands in a bush (1976)
디스토피아를 매킨토시로 깨버리겠다던 그 회사가 순진한 남들을 인공“지능”으로 속이면 “개이득” 이라는 디스토피아를 권장하고 있다면 … 다행히(?) 애플 인텔리전스 아직 절대 저 수준 아닌 듯 … youtu.be/haDjmBT9tu4?...
한국인 인구가 적어서 그런 것 같아요… ㅋㅋㅋ
We’ve just released version 18.2.0 of Relay. This version includes compiler-driven codemods and expanded support for @-catch.
github.com/facebook/rel...
You can already do this I think. We call it route masking
tanstack.com/router/v1/do...
Cool :) I'll try to find some time this weekend to adequately check this out, but looks neat. I always like these kinds of approaches
re macro - something like this is still my fav: github.com/lunatic-solu...
FWIW that's the direction I'm going to go with Isograph github.com/isographlabs...
Revisiting some of React Aria's event handling code today and oh man, pointer events are still an absolute mess. Browsers fire events in different orders, do different things in preventDefault, have different focus behavior, special cases for certain elements, etc. 😅