Ghosttyでひらがなの「の」の表示が気持ち悪い問題をFixした
Reactivity is easy
romgrk's personal blog
Building Type-Safe Compound Components
Compound Components are great, but should be type-safe. No, this isn't about the children prop ...
How to Steal Any React Component
Steal any component from a production React website without source code - using React Fiber and LLMs to reconstruct working components.
Streaming JSON in just 200 lines of JavaScript
Streaming JSON in just 200 lines of JavaScript / I was continueing my exploration of React server components when I stumbled upon on this article about progressive JSON. Dan Abramov describes a technique for streaming JSON from a server to a client in chunks, allowing the client to start rendering parts of the data before the entire payload has been received. This can significantly improve perceived performance, especially for large datasets. So, I started wondering how much of an effort it would be to implement something like that. It turned out a fun exercise, and I ended up with a small (200loc) library called Streamson. So, this post is about how I built it.
HTMX vs AlpineJS - Which should you use for your web app?
Sharing data with Client Components
Use promises to provide data from Server Components to the client tree, without blocking the rest of the page.
Introducing: React Best Practices - Vercel
We've encapsulated 10+ years of React and Next.js optimization knowledge into react-best-practices, a structured repository optimized for AI agents and LLMs.
stackblitz/alien-signals: 👾 The lightest signal library
👾 The lightest signal library. Contribute to stackblitz/alien-signals development by creating an account on GitHub.
Building programmable QA with AI
What’s one of the biggest challenges with using AI for QA? It’s the lack of programmability. We set out to find a solution by pairing Playwright MCP with several different LLM models. Find out where we landed.
OpenAI partners with Cerebras | OpenAI
OpenAI is partnering with Cerebras to add 750MW of ultra low-latency AI compute to our platform.
markdown - RDoc
Markdown Reference This document is the comprehensive reference for Markdown support in RDoc. It covers all syntax, extensions, and formatting option
Stan Lo (@st0012.dev)
RDoc has always supported Markdown as a markup language. But its support was buggy and lacks documentation.
After a year of addressing various related issues, I was able to rewrite a doc for it. I think we'll soon be able to migrate from RDoc to Markdown.
https://ruby.github.io/rdoc/doc/markup_reference/markdown_md.html
@nateberkopec.bsky.social
I'm routinely asked about "automatic N+1 solving" libraries for Rails, which essentially try to manipulate `includes()` calls for you. I don't recommend them.
IME, missing `includes` is only ~10% of the actual N+1s I see in the wild. And, includes() isn't always optimal!
Introducing GPT-5.2-Codex | OpenAI
The most advanced agentic coding model for professional software engineering and defensive cybersecurity.
vercel-labs/agent-skills
Contribute to vercel-labs/agent-skills development by creating an account on GitHub.
First impressions of Claude Cowork, Anthropic’s general agent
New from Anthropic today is Claude Cowork, a “research preview” that they describe as “Claude Code for the rest of your work”. It’s currently available only to Max subscribers ($100 …
textonly/git-prime: Minith Primus
Minith Primus. Contribute to textonly/git-prime development by creating an account on GitHub.
How Markdown took over the world - Anil Dash
A blog about making culture. Since 1999.
moss://xmunch.com
Sessy - Email observability for AWS SES
marckohlbrugge/sessy: Open-source email observability for AWS SES
Open-source email observability for AWS SES. Contribute to marckohlbrugge/sessy development by creating an account on GitHub.
Checkend - Self-hosted Error Monitoring
Self-hosted error monitoring for your applications
Checkend/checkend
Contribute to Checkend/checkend development by creating an account on GitHub.
サムネイル画像URLはバックエンドで生成すべき
Why is the Gmail app 700 MB?
The current state of app bloat.
I Replaced Redis with PostgreSQL (And It's Faster)
I had a typical web app stack: PostgreSQL for persistent data Redis for caching, pub/sub, and...
Comments Considered Harmful in the Age of LLMs
Instead of writing code comments that decay and mislead, let LLMs generate documentation on-demand and fail the build when code is too obscure for them to explain.
How Good Is AI at Coding React (Really)?
A data-driven look at what AI can and can’t do for React developers - and what you can do about it
akodkod/sidekiq-sorbet: Typed arguments for Sidekiq Workers
Typed arguments for Sidekiq Workers. Contribute to akodkod/sidekiq-sorbet development by creating an account on GitHub.
