Hacker News

Lumon Macro Data Refinement Multiplayer Game

Hacker News - Fri, 04/11/2025 - 3:20pm

Article URL: https://lumonmdr.com/

Comments URL: https://news.ycombinator.com/item?id=43657460

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: Watch and organize multiple live video streams from multiple platforms

Hacker News - Fri, 04/11/2025 - 3:18pm

Hi HN!

This started as a weekend hack to tile a few YouTube streams on one screen. It’s since grown into a daily-use tool I now rely on. It’s called Panoptic, and it lets you watch and organize multiple live streams across platforms—side by side—in a single, shareable layout.

Panoptic features:

Drop video URLs from YouTube, Twitch, Kick, or TikTok into the page to instantly add them to the grid.

Save and organize collections of streams that you can reload or share via URL.

Import/export collections as JSON.

Browse “saved” and “featured” collections in a sidebar.

Fine-grained autoplay controls, reload buttons, and zero page refreshes.

Everything runs client-side—no backend, nothing stored remotely.

It’s built for big displays. The layout adapts to fit a lot of simultaneous streams, but it’s not practical on phones—so mobile access is intentionally disabled. This is very much a desktop-first tool.

I’ve found it useful for keeping tabs on things like:

financial market coverage from different channels

IRL streamers across different platforms

open camera feeds (space launches, beach cams, weather events)

or just background ambiance + Twitch coding streams :)

It’s still evolving, but I’d love feedback or ideas. I think of it as a minimal, cross-platform dashboard for live video—without needing a dozen tabs or browser extensions.

Try it: https://panoptic.live

Thanks! Mike

Comments URL: https://news.ycombinator.com/item?id=43657443

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: First AI Game Master that can run combat on a battlemap

Hacker News - Fri, 04/11/2025 - 2:44pm

Here's a demo video I made for our AI game master who can now generate a battlemap and run combat! Franz (our AI GM), can now generate character voices, move tokens around the map, update/track everything, and more. We also added voice input/output!

I don't want to toot my own horn too much but I just think it's so fricken cool that this is possible now.

Here are some notes that you guys might find interesting: - The main turn loop is a workflow, but parts of it are agentic. For example, npc turns are agentic. See https://www.anthropic.com/engineering/building-effective-age... for more info about workflow vs agentic - Most of the decision making is handled by LLMs, but more mechanical aspects are handled programmatically and then given to the LLM as context. For example, damage calculations are done programmatically. The hardest part about building this was deciding what to let the LLM do and what to do via code. - This would not have been possible a year ago without advancements in token speed and quality, especially with tool calling! - We use gemini-2.0-flash mostly

Happy to answer any questions about how we built this

Comments URL: https://news.ycombinator.com/item?id=43657047

Points: 2

# Comments: 0

Categories: Hacker News

SIM: Open-source AI Agent workflow builder

Hacker News - Fri, 04/11/2025 - 2:44pm

Article URL: https://github.com/simstudioai/sim

Comments URL: https://news.ycombinator.com/item?id=43657039

Points: 1

# Comments: 0

Categories: Hacker News

D CK

Hacker News - Fri, 04/11/2025 - 2:43pm

Article URL: https://youhavebeenhacked.com/

Comments URL: https://news.ycombinator.com/item?id=43657027

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: ToyWithRaylib, compile and run raylib games on the browser

Hacker News - Fri, 04/11/2025 - 2:41pm

Some months ago, I created https://toywithraylib.com/, a little project that uses emception (https://github.com/jprendes/emception)

It allows you to build and run raylib projects entiretly on the browser (It is compiled and run entirely locally!)

It has raylib 5.6, rlImGui and box2d included! It can be used to run any C++ project, allowing configuring the build options using python (which also runs entirely in the website)

Once you are finished testing, you can download the code or download the game in order to share, which will be stored in a single-file HTML file, it also has basic link-sharing capabilities but I don't expect them to work with large examples since it is url-based.

The project is opensourced, I just wanted to hack it to get it working, but if somebody wants to improve it or fork it, is more than welcomed to do so :)

Project link: https://github.com/Rucadi/emception_raylib

Comments URL: https://news.ycombinator.com/item?id=43657009

Points: 1

# Comments: 0

Categories: Hacker News

Pages