2,102 results for Active · 2.901s

News for “Active”
19 results • 2897 ms server time
Moozonian News
geomapping.qcw.ai• Dec 21, 2025• 1 min read
Show HN: Geomapping – One tag turns your articles into interactive experiencesHave you ever started a map to attach to your new article, only to throw up your hands in despair at the mix of complexity and drudgery involved? Then you, the Author, need Geomapping in your life!Have you ever found yourself wildly tab-switching from article to google maps and back, in a doomed effort to make sense of the Where bit of the five Ws? You, the Reader, need Geomapping in your life - go out there and bug your favourite publishers!Hi HN! Riccardo from Geomapping here.Geomapping allows publishers, bloggers, pundits - anyone really - to create a map for their articles with (almost) zero work: submit the link to our platform, add a `` tag to your site, and you're done!Your article will now come with a bidirectional interactive map: readers can hover or tap locations on the text and the map will pan and zoom to the right spot, or they can click on map markers to highlight all the relevant locations in the article. It works beautifully on mobile and desktop, is blazing fast, and
Advertisement
Moozonian News
systemdesigner.net• Dec 2, 2025• 1 min read
Show HN: Systemdesigner.net – a free interactive system-design learning platformHi HN,I built systemdesigner.net, a free platform for learning and practicing system design, ML systems, and GenAI architectures.I originally built it for myself while preparing for system design and ML/AI interviews. I realized my workflow was a mess: reading a blog here, watching a video there, taking notes in Google Docs, and drawing diagrams in entirely different tools. When mentoring engineers I saw the same problem. I wanted a single platform where the material, the practice problems, and the diagramming were part of one continuous loop rather than scattered across the internet.Here’s what it does today:- Guided learning plans you can generate based on what you want to study (distributed systems, ML, LLMs, etc). - Every page has built-in quizzes so you can check understanding immediately. - In-page tools: highlight text, take notes, ask questions, get explanations, or have AI discussions on any concept. - Interactive whiteboards for designing architectures and practicing intervie
Advertisement
Moozonian News
github.com• Nov 4, 2025• 1 min read
Show HN: Nallely a modular reactive Python framework for custom MIDI instrumentsHi HN! I'm Vince. I built Nallely, a modular reactive Python framework for creating custom MIDI instruments by patching signal-processing modules together, like a modular synthesizer for controls systems. Nallely focuses on real-time, thread-isolated, reactive behavior, letting you experiment with emergent behaviors.Demo video: https://www.youtube.com/watch?v=rbMnKAdqAVI building a patch from scratch and hot-debugging a running instance near the end.Key features:* Visual patching interface for connecting reactive modules (neurons),* Extensible via Python API, WebSocket, and/or code generation,* Integrates any input source (MIDI, webcam, ...) to control synthesizers.# Yes, but why?Existing software/libraries that proposes MIDI manipulation are powerful but not friendly to live experimentation. They are low-level, hard to rewire on the fly, and often heavy for embedded or headless setups. I wanted a system that could also evolve dynamically where modules could be patched, hot-swapped, an
Advertisement