2,102 results for Active · 2.748s

News for “Active”
20 results • 2743 ms server time
Moozonian News
sendstories.zingandzap.com• Sep 18, 2025• 1 min read
Show HN: Turn oil paintings into interactive story giftsHi,I built a small project that combines hand-painted oil paintings with interactive digital stories.Here’s how it works:You order a custom or ready-made oil painting.You (or the buyer) upload photos, audio, or short videos related to the painting or the story behind it.The site generates a QR code that links to this private story page.I print the QR code on a physical tag and ship it together with the painting.When the painting is given as a gift (or kept for yourself), anyone can scan the QR code and see the background story, media, or memory attached to it.This makes a static painting into an interactive story gift — blending physical art with digital memories.Possible use cases:Travel memories: capture a beautiful landscape, add your voice note from that moment, and gift it as a painting.Pet portraits: preserve a pet’s life story with photos and videos alongside the artwork.Family moments: record warm times at home and make them part of a physical heirloom.Personal gifts: add a sto
Advertisement
Advertisement
Moozonian News
bing.com• Jul 29, 2025• 1 min read
Donkey Kong Bananza Interactive Maps Are Now AvailableIGN's Donkey Kong Bananza maps are here! Our interactive maps track essential locations across the game's various layers, including Lagoon Layer, Hilltop Layer, The Divide, and more. If you're looking ...
Moozonian News
bing.com• Jun 4, 2025• 1 min read
FBI Releases New 2024 Active Shooter Incidents ReportThe FBI has released its 2024 Active Shooter Incidents in the United States report to provide an overview of active shooter incidents and responses to help law enforcement, other first responders, and ...
Moozonian News
github.com• May 20, 2025• 1 min read
Show HN: Streamix – A modern reactive stream library for JavaScript/TSHi HN,I built Streamix as a fresh take on reactive streams for JavaScript and TypeScript.It’s inspired by RxJS, but designed to be lighter, simpler, and more ergonomic — especially for developers who just want clean async data pipelines without having to learn a full reactive framework.Some features:Fully pull-based (async iterable in, async iterable out)Composable operators like map, filter, mergeMap, audit, etc.A coroutine operator that offloads heavy processing to Web WorkersZero dependencies, tree-shakable, TypeScript-firstSmall and fast — ideal for frontends, workers, and reactive logicI created Streamix because I often wanted RxJS-like power without RxJS-level complexity. Most stream libraries are either too limited or too heavy. Streamix aims for a sweet spot: expressive, composable, and easy to debug.You can see code examples and usage in the GitHub repo: https://github.com/actioncrew/streamixI’d love feedback from the HN community — whether it’s feature ideas, API critiques, o
Moozonian News
bui.app• May 13, 2025• 1 min read
Show HN: Reaktiv – I built Excel-like reactive programming for PythonHi HN! I created Reaktiv, a Python library bringing reactive programming to the backend world that recently hit 1,000+ monthly downloads.I'm actively promoting it because I believe signal-based reactivity (a concept that spread rapidly in frontend development) has huge untapped potential in Python. My breakthrough came when I stopped describing it as "Angular signals for Python" and started calling it "Excel-like computation graphs" - suddenly Python developers understood the value.The library automatically tracks dependencies between computations, only recalculating values when dependencies change. This eliminates manual dependency tracking, prevents synchronization bugs, and reduces cognitive load when managing complex state.Interestingly, I've noticed some initial interest from data scientists, though I'm still exploring what specific problems it might solve for them. I also believe the Home Assistant/IoT communities could benefit greatly from this approach.Would love your thoughts
Advertisement
Moozonian News
aberdeenjs.org• May 9, 2025• 1 min read
Show HN: Aberdeen – An elegant approach to reactive UIsYes, 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 pla