Stuff
3 subscribers
199K links
Download Telegram
Rust Dependencies Scare Me
19 by chaosprint | 6 comments on Hacker News.
Show HN: Aberdeen – An elegant approach to reactive UIs
17 by vanviegen | 1 comments on Hacker News.
Yes, another reactive UI framework for JavaScript. Bear with me, please... :-) I 'invented' the concept for this back in 2011, and it was used (as a proprietary lib) in various startups. Even though many similar open source libs have been released since, and boy have I tried a lot of them, none have been able to capture the elegance and DX of what we had back then. I might be biased though. :-) So I started creating a cleaned-up, modern, TypeScript, open source implementation for the concept about five years ago. After many iterations, working on the project on and off, I'm finally happy with its API and the developer experience it offers. I'm calling it 1.0! The concept: It uses many small, anonymous functions for emitting DOM elements, and automatically reruns them when their underlying proxied data changes. This proxied data can be anything from simple values to complex, typed, and deeply nested data structures. As I'm currently free to spend my time on labors of love like this, I'm planning to expand the ecosystem around this to include synchronizing data with a remote server/database, and to make CRUD apps very rapid and perhaps even pleasurable to implement. I've celebrated 1.0 by creating a tutorial with editable interactive examples! https://ift.tt/ZQSdosD I would love to hear your feedback. The first few people to actually give Aberdeen a shot can expect fanatical support from me! :-)
Linear Programming for Fun and Profit
33 by hmac1282 | 5 comments on Hacker News.
Hollow Core Fiber (HCF)
11 by giuliomagnifico | 6 comments on Hacker News.
Itter.sh – Micro-Blogging via Terminal
8 by rrr_oh_man | 2 comments on Hacker News.
Show HN: A backend agnostic Ruby framework for building reactive desktop apps
8 by zero-st4rs | 2 comments on Hacker News.
For a year or two I've been building a UI library with the aim of making desktop applications fun and easy to write. It is currently written in C/Ruby and uses a custom tree sitter grammar to describe templates. Features include: composable UI components, template directives, event and prop handling, slots, styles and automation capabilities baked in. One of the goals of the project is privileging easy to write custom components via a drawing API over providing a fixed set of components. At the time of this writing it should install on Windows, Mac, and Linux, but sometimes it is hard to test the install on all platforms. I'd love to hear any feedback or suggestions on the project. It is still in an early stage, but it would be great to hear thoughts. Docs are here: https://ift.tt/WfDEh2y Repo is here: https://ift.tt/LGJ21c7 Licensed under the PPL