HackerTrans
TopNewTrendsCommentsPastAskShowJobs

judell

no profile record

Submissions

Making the Fediverse More Accessible with Claude 3.7 Sonnet

thenewstack.io
2 points·by judell·l’année dernière·0 comments

Exploring Typst, a new typesetting system similar to LaTeX

blog.jreyesr.com
593 points·by judell·il y a 2 ans·235 comments

comments

judell
·il y a 12 mois·discuss
We hope the landing page conveys that message! https://www.xmlui.org/
judell
·il y a 12 mois·discuss
Here's the How To for that: https://docs.xmlui.org/howto#set-the-initial-value-of-a-sele...

Our hope is that by building up a set of these patterns, and making them available to agents via MCP, it will be as easy as possible to get things right.
judell
·il y a 12 mois·discuss
We are aiming for people who not only don't want (or are not able) to learn/write React, but also CSS.
judell
·il y a 12 mois·discuss
> exercise for the reader

The demo app shows a bunch of patterns. https://docs.xmlui.org/tutorial-01
judell
·il y a 12 mois·discuss
The VSCode extension can help with some of that: https://docs.xmlui.org/vscode
judell
·il y a 12 mois·discuss
We will soon have a way for standalone apps to shed unused dependencies, just as the build for the docs site does.

Thanks for the 404 heads-up.
judell
·il y a 12 mois·discuss
I am not sure about prior art but the ability to mix built-in and user-defined components, and fluidly refactor the mixture, feels very powerful to me.
judell
·il y a 12 mois·discuss
I wrestled with how much history to bring into this because I want to look forward not back. The purpose of the announcement is to encourage people to try the tool and find out for themselves if it is a productive way to build the user interfaces they need.
judell
·il y a 12 mois·discuss
Beautifully said. All that matters in the end: will it be immediately useful to people like you who imagine that it might be?
judell
·il y a 12 mois·discuss
I do indeed.
judell
·il y a 12 mois·discuss
We would love to know how that goes.
judell
·il y a 12 mois·discuss
htmx enhances HTML with dynamic behavior using attributes like hx-get, letting the server drive updates via HTML fragments. It feels like a modern VB6: fast to prototype, pragmatic, and server-centric.

XMLUI takes a more structured approach: apps are built from declarative XML components with spreadsheet-like reactivity and client-side data binding. It’s closer to composing interfaces from reusable parts than wiring up behaviors.