screenshot of github copilot chat saying "Sorry, the response matched public code so it was blocked. Please rephrase your prompt. Learn more."
Yes, Copilot, I know, I wrote and publicly committed that code and asked you to look it up
17.05.2025 03:47 โ ๐ 2 ๐ 0 ๐ฌ 0 ๐ 0
You will know if I've been replaced by an LLM if my code starts saying
// console.log(myVal); // remove this line
13.05.2025 22:51 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
๐
02.05.2025 18:50 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0
JS generators ๐
02.05.2025 18:39 โ ๐ 2 ๐ 0 ๐ฌ 1 ๐ 0
> A problem with this solution is that it disables the Google Toolbar (for those who are still using this no longer supported tool, especially for its "I fell lucky" button and its personalized buttons).
21.04.2025 08:03 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
This Microsoft support forum thread lives in my mind rent free
21.04.2025 08:01 โ ๐ 3 ๐ 0 ๐ฌ 1 ๐ 0
Thanks for the heads up, we have a fix in the pipeline!
30.03.2025 04:21 โ ๐ 3 ๐ 0 ๐ฌ 0 ๐ 0
I finally found a use for one of my lingering domain names! $1/month justified!
29.03.2025 19:50 โ ๐ 3 ๐ 0 ๐ฌ 0 ๐ 0
Lit Table | TanStack Table Lit Docs
The @tanstack/lit-table adapter is a wrapper around the core table logic. Most of it's job is related to managing state the "lit" way, providing types and the rendering implementation of cell/header/f...
Someone posted a link to TanStack Table on the @lit.dev discord. I didn't know about this before, and wow! it looks awesome!
The examples show very idiomatic Lit patterns for a headless UI utility. Reactive controllers, repeat(), `@state()`, and more.
tanstack.com/table/v8/doc...
@tanstack.com
14.03.2025 16:54 โ ๐ 24 ๐ 5 ๐ฌ 1 ๐ 0
My kingdom for regex search in Chrome cmd+f
20.03.2025 00:09 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
AI coding agents are a useful bridge for lacking docs
17.03.2025 20:40 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
Yoof that sounds like a nightmare to maintain. Typically every repo at Airbnb has some sort of platform team behind it, but the large repo runs into issues around getting reviewers and tooling around that which I think would be easier for more focused repos
15.03.2025 22:39 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
Though in all likelihood I would probably clone before and just FS across repos when necessary because clones take a long time for us and our repos tend to be sufficiently large that migrations tend to be in a few repos
15.03.2025 22:36 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
This is all in one repo, our TS / web repo. Most our repo groupings tend to be around language
15.03.2025 22:34 โ ๐ 0 ๐ 0 ๐ฌ 2 ๐ 0
Thereโs also Roo Code or Cline which are excellent for smaller migrations where you want more interactivity (or Cursor if you have that legally approved)
Happy to chat some more, Iโll clear what I am able to share with someone with a bigger wig
15.03.2025 22:28 โ ๐ 2 ๐ 0 ๐ฌ 1 ๐ 0
I think the impressive part is how unimpressive and ad hoc the setup is. You have an endpoint to talk to an LLM, write a js async function around it, you tell Claude to output XML, you have a fault-tolerant XML reader to get the output out of the response and you fs your way to glory
15.03.2025 22:25 โ ๐ 2 ๐ 0 ๐ฌ 1 ๐ 0
Itโs not cheap though, because the most capable LLMs are pricey, but luckily our leadership was receptive to the cost benefit analysis of $10s of Kโs for LLM costs vs keeping two people on the project for a year and a half
15.03.2025 22:14 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
LLMs have been a godsend for us at Airbnb. I basically only write codemods these days just to gather data and context for the LLMs.
The problem with the LLM approach though is that you spend lots more time in verification vs a codemod where you can be 80% sure itโs correct.
15.03.2025 22:12 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0
I think I just realized that I styled the dark mode colors of lit.dev on my old WoW days using Tukui
14.03.2025 05:16 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
A 10x Faster TypeScript - TypeScript
Embarking on a native port of the existing TypeScript compiler and toolset to achieve a 10x performance speed-up.
Today we're thrilled to announce our effort to port the TypeScript compiler and language service to native code, gaining a 10x speed boost in build times and editor responsiveness!
devblogs.microsoft.com/typescript/t...
11.03.2025 14:36 โ ๐ 983 ๐ 297 ๐ฌ 22 ๐ 158
Whomever decided golang variables should be 1-3 chars should be thrown into the fires of my build errors
11.03.2025 00:08 โ ๐ 4 ๐ 0 ๐ฌ 1 ๐ 0
After writing a mini-html AST builder, I'm impressed at how quickly HTML as a language bails on unexpected tokens and just calls it Text or a Bogus Comment
07.03.2025 08:52 โ ๐ 5 ๐ 0 ๐ฌ 1 ๐ 0
Join the Lit Discord Server!
Lit is an open-source JavaScript library for building fast, lightweight web components (https://lit.dev) | 4198 members
If you run into trouble and if you're not already on it, the Lit Discord is pretty helpful for general web-component-related stuff and is probably the biggest concentration of people that have used DSD
lit.dev/discord
18.02.2025 22:26 โ ๐ 3 ๐ 0 ๐ฌ 1 ๐ 0
Sometimes RSCs feel like the tail wagging the dog
10.02.2025 20:31 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
Preact Signals just got a huge performance boost:
Signals rendered as text/props & effects only "pull" as fast as needed for rendering. Since computeds run as-needed, they now only re-run as often as their downstream DOM output can be painted.
H/t to @jovidecroock.com for making this happen.
10.01.2025 18:50 โ ๐ 230 ๐ 34 ๐ฌ 9 ๐ 4
This is when you stop using the web app and start using the API
07.02.2025 03:35 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
Editor-in-chief of The Verge, host of Decoder, cohost of The Vergecast. I am in love with spectacle.
I am a dog on the internet
๐บ๐ ๏ธ๐ป๐ฎ๐ณ๏ธโ๐๐ณ๏ธโโง๏ธ
Frontend Jedi, new media aficionado, learning games with Godot! I think browsers are cool!
Formerly Lit and Material at Google.
Previously Data Center Tools at Meta.
TypeScript is JavaScript with types and type-checking.
Compiles down to JavaScript, runs where JavaScript runs.
Finally, the new news company that San Francisco deserves.
editor @ the verge. send pitches and death threats to sarah.jeong@theverge.com
Igalia is an open source consultancy specialized in innovative projects and solutions with desktop, mobile, and web technologies.
Creator of ๐ฐ News feeds, @xblock.aendra.dev, @moji.blue, founder of @shoots.green, co-organiser @atproto.london.
Opinions my own and usually terrible.
she/her/ze/hir ๐ณ๏ธโโง๏ธ
๐ aendra.com
๐ป github.com/aendra-rininsland
๐๏ธ ft.com/รฆ
got signals?
@solidjs.com @sentry.io
previously: @netlify.com @markojs.com
site reliability engineer; t-skill enthusiast; breaker of production and learner of lessons; work hard and fail often. together <3
nyc-based programmer and designer. alum @recursecenter.bsky.social. public transit enjoyer. thoughts on local-first, javascript frameworks, web components, css and other web minutiae.
๐ https://jakelazaroff.com
Platform DX at Shopify. Created #Preact. Do more with less.
#JavaScript #PreactJS #React #Frontend #DeveloperExperience #OSS #Coffee #Foxes #Drumming #Metalhead
Iteration & expansion of our mediaforms.
Embodying ourselves amid the digital.
Singing life to the new bodies electric.
To properly become connected together we must devise better forms to commune with the machine & connect w ourselves.
#BetOnTheWeb.
Build better with Web Awesome, the open source library of web components. Upgrade to Pro and ship websites, projects, and apps faster!
Full time CEO & YouTuber. Also an investor and developer. More info at t3.gg
web dev, design, LLMs, data viz, tools for thought
โจ Design @ SHV
๐ธ wattenberger.com
Amanda Katz said this was the cool kids table.
Menswear writer. Editor at Put This On. Words at The New York Times, The Washington Post, The Financial Times, Esquire, and Mr. Porter.
If you have a style question, search:
https://dieworkwear.com/ | https://putthison.com/start-here/
cofounder of deno and creator of node
https://tinyclouds.org/
https://github.com/ry
https://x.com/rough__sea
The build tool for the web. It's pronounced /vit/ like skeet!
https://vite.dev