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.

by samlitt 7 months ago saved 2 times
Tags:

25 Jul 25

Real-time collaborative music production


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.

by auguste 7 months ago saved 2 times
Tags:

22 Jul 25

A collaborative environment for conceptual modeling, with an intriguing user interface… familiar yet quite foreign.


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.

by auguste 8 months ago saved 3 times
Tags:


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.

Tags:

13 Jul 25

via: https://news.ycombinator.com/item?id=44549048

Tags:

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.