
Article URL: https://www.thebulwark.com/p/elon-musk-self-driving-fsd-tesla-tony-stark-michael-scott
Comments URL: https://news.ycombinator.com/item?id=44124369
Points: 46
# Comments: 16
https://www.thebulwark.com/p/elon-musk-self-driving-fsd-tesla-tony-stark-michael-scott

I built Staying – a tool that instantly turns your code into interactive animations with no setup required. Just write or paste your code and hit "Visualize". No installs, no accounts, no configuration. *Supports*: Python, JavaScript & experimental C++
Comments URL: https://news.ycombinator.com/item?id=44124652
Points: 6
# Comments: 2

Article URL: https://www.infoq.com/news/2025/05/nats-cncf-open-source/
Comments URL: https://news.ycombinator.com/item?id=44105148
Points: 27
# Comments: 11
Article URL: https://www.sciencedaily.com/releases/2025/05/250521125055.htm
Comments URL: https://news.ycombinator.com/item?id=44112149
Points: 29
# Comments: 14
https://www.sciencedaily.com/releases/2025/05/250521125055.htm

Article URL: https://cybercultural.com/p/web-design-1997/
Comments URL: https://news.ycombinator.com/item?id=44123852
Points: 22
# Comments: 4

Sharing screen is really scary today with all PIIs and secrets sprawling around your screen, so I built Entropy, a small Chrome extension that spots API keys, tokens, emails, and throws a blur overlay on them in real time.
The goal is to make screen-sharing feel safe again without adding steps to a demo.
Everything runs locally—regex + entropy heuristics compiled to WASM—and the extra CPU cost averages ~1 ms per mutation on my M1.
Custom rules can be added with a JSON file for teams th
Article URL: https://bombe.virtualcolossus.co.uk/bombe/
Comments URL: https://news.ycombinator.com/item?id=44104399
Points: 11
# Comments: 2
Article URL: https://phys.org/news/2025-05-year-chimpanzees-stones-trees-communication.html
Comments URL: https://news.ycombinator.com/item?id=44106285
Points: 5
# Comments: 0
https://phys.org/news/2025-05-year-chimpanzees-stones-trees-communication.html

Hi HN,
I built typed-ffmpeg, a Python package that lets you build FFmpeg filter graphs with full type safety, autocomplete, and validation. It’s inspired by ffmpeg-python, but addresses some long-standing issues like lack of IDE support and fragile CLI strings.
What’s New in v3.0: • Source filter support (e.g. color, testsrc, etc.) • Input stream selection (e.g. [0:a], [1:v]) • A new interactive playground where you can: • Build filter graphs visually • Generate both FFmpeg CLI a