Hacker News

Show HN: Blucast – An Nvidia Broadcast Alternative for Linux

Hacker News - Mon, 02/23/2026 - 11:52am

An alternative to NVIDIA Broadcast for Linux, on top of the NVIDIA Maxine VideoFX SDK.

It features locally processed video effects: background blur, background replacement, background removal. It has on-demand video processing, so you can leave it running in the background with minimal overhead, it will only use your device camera when the virtual camera is used. Useful for meetings, recording videos, streaming.

Backstory: This idea started in 2023 when I was in 11th grade and needed to attend some online programming competitions, but wanted to use Linux in which I had a way faster development workflow. I found out that NVIDIA actually published the Maxine VideoFX SDK on which Broadcast was built, and example sources along with it, so it wasn’t very hard to implement something that worked (back then it was just a distrobox in which I manually started the effect I wanted in the cli). It worked great, but the competitions ended and I completely forgot about it. Recently, I remembered about it, and thought this is a great opportunity to build an UI around it, especially with the help of modern designing tools like v0 and friends.

Would love to hear any feedback, and I hope some of you find it useful!

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

Points: 1

# Comments: 0

Categories: Hacker News

The Missing Semester of Your CS Education

Hacker News - Mon, 02/23/2026 - 11:02am

Article URL: https://missing.csail.mit.edu/

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

Points: 1

# Comments: 0

Categories: Hacker News

Ask HN: Is it better to have no Agent.md than a bad one?

Hacker News - Mon, 02/23/2026 - 10:58am

Please share your real word experiences. What is a bad one and why?

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

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: SpecterQA – AI personas test your web app, no scripts needed

Hacker News - Mon, 02/23/2026 - 10:53am

SpecterQA is an open-source CLI for behavioral testing. Instead of writing test scripts with selectors, you define personas (YAML) and journeys (goals). The engine launches a real browser via Playwright, screenshots the page, sends it to Claude's vision model, and the AI decides what to click/type/scroll. Loop until done or stuck.

The idea: test scripts break when markup changes. Vision-based tests break when the UX actually breaks.

Personas have attributes like technical comfort, patience, and role that shape navigation behavior. A "frustrated non-technical admin" navigates differently than a "power user developer."

pip install specterqa specterqa init specterqa run -p demo Cost: ~$0.30-$3.00/run depending on journey length. Built-in budget caps. Requires Anthropic API key.

Previously called GhostQA — we rebranded after discovering ghostqa.com exists as an AI testing company. Clean break, no confusion.

GitHub: https://github.com/SyncTek-LLC/specterqa

MIT license. Alpha (v0.3.0). Feedback welcome.

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

Points: 1

# Comments: 0

Categories: Hacker News

Pages