r/HTML 10h ago

Meta I created a new way to write HTML5 that will rock your world

Upvotes

https://github.com/spcbeck/ouroboros-html

You've used JSX, you've used Pug, but you still feel like you haven't found that perfect abstraction of HTML that makes your developer life easier. I'm here to provide you that tool. With Ouroboros HTML, you can create beautiful, full function HTML sites with all the functionality HTML5! You can even rely on the MSDN docs learn how it works, and there is an existing huge community that knows the ins and outs of HTML5.

I would love to hear what you think, and let me know if you use it in a project! Like and subscribe!


r/HTML 11h ago

Question Software you own vs software you rent — where do you land?

Upvotes

I spent 55 years in construction, mostly hi-rise, finishing up as construction manager on a pair of 40-storey towers. Retired now.

Here's what I've come around to: for most jobsite work, a program you keep on your machine beats a subscription.

A few reasons.

Nobody can switch it off. Every subscription is a vendor decision away from a price hike, a retired feature, or a company that folds. A file that opens in any browser has nothing to install and nothing to expire — it opens the same way in ten years as it does today.

It works without a connection. Site trailer, basement, a laptop in the truck at 6 a.m. No login screen, no "reconnecting."

No account and no IT approval. A superintendent shouldn't have to ask head office for permission to open a file.

The job data stays put. Owners and developers get twitchy about where their numbers live, and they're not wrong to.

You can get it out again. This one gets overlooked until the day you need it. If the data is on your disk in a format you can open, then handing it to an owner at closeout — or moving it into something else — is a copy and paste, not a support ticket.

The usual objection is "what if your computer dies?" That doesn't hold up the way it used to. Windows syncs Documents and Desktop to OneDrive out of the box — the file is already backed up whether you thought about it or not. Just don't leave it sitting in Downloads.

Where the rental model does win: several people editing the same thing at the same time. That's genuine. But most of what I did day to day wasn't that. One person owns the schedule, everyone else gets a copy to read.

Curious whether people running jobs now see it differently.