HN user

_shantaram

182 karma
Posts6
Comments59
View on HN
Human 1 year ago

also isn't this just an easy way for LLM companies to get new content almost guaranteed not ai generated?

Hi! I've spent the past few weeks rebuilding my web framework with a bunch of new stuff and I'd love to hear what you all think! It's got fine-grained reactivity but tries to stay as close to the DOM as possible (all methods work with HTMLElement and standard JS features) but still provide an easy-to-use API, and fits in under 5kb gzipped. A lot of the methods and utils can also be used on the server, though there isn't really anything SSR-specific yet.

Source code is on GitHub (https://github.com/xyzshantaram/campfire), PRs welcome :)

So, the website is essentially an HTTP interface for managing an MQTT broker. You create an account, make a "room" (application concept, not part of mqtt), and then put your account name and the room secret phrase into the device (it throws up a captive portal). The device then uses these to connect to the broker to an MQTT topic that's sha256(secret) and from there it's just simply passing messages between devices.

M4 MacBook Pro 2 years ago

It feels like a lot of people in these threads form their opinions of what desktop Linux is like these days based on one poor experience from back in 2005.