26 Jul 25
A new performance-focused way to add interactive client-side components to your web site.
Or, more technically: a framework independent partial hydration islands architecture implementation.
25 Jul 25
24 Jul 25
A new performance-focused way to add interactive client-side components to your web site.
Or, more technically: a framework independent partial hydration islands architecture implementation.
23 Jul 25
via: https://lobste.rs/s/xqlim2/demise_mildly_dynamic_website
22 Jul 25
A collaborative environment for conceptual modeling, with an intriguing user interface… familiar yet quite foreign.
21 Jul 25
20 Jul 25
Having a smaller website makes it load faster — that’s not surprising.
What is surprising is that a 14kB page can load much faster than a 15kB page — maybe 612ms faster — while the difference between a 15kB and a 16kB page is trivial.
Contribute to lustre-labs/ssg development by creating an account on GitHub.
18 Jul 25
Are you a developer who uses macOS, and do you want to add project names to your localhost development URLs? Here is how I created custom URLs for my localhost projects.
16 Jul 25
Holy shit this is the bee’s knees istg. It works out of the box with ssh, any other TCP connection, etc. This is literally tailscale without tailscale.
via: https://lucumr.pocoo.org/2025/6/12/agentic-coding/
13 Jul 25
via: https://news.ycombinator.com/item?id=44549048
12 Jul 25
via: https://www.techdirt.com/2025/07/09/litigious-company-demands-removal-of-a-tweet-linking-to-an-article-about-how-litigious-they-are/
10 Jul 25
A library that allows to edit any HTML document using rich primitives. I’m curious about the implementation, but I think having a wrapper around contenteditable=true nodes that controls the state of the HTML, and especially what can be pasted in is gold. The problem is selection management, though.