
Hi HN! Ever wish you could just point your AI assistant at your terminal and say 'what's wrong with this output?' That's why I built iterm-mcp. It lets MCP clients like Claude Desktop directly interact with your iTerm2 terminal - reading logs, running commands, using REPLs, and helping debug issues. Want to explore data or debug using a REPL? The AI can start the REPL, run commands, and help interpret the results.
This is an MCP server that integrates with Claude Desktop, LibreChat, and ot
Article URL: https://en.wikipedia.org/wiki/COINTELPRO
Comments URL: https://news.ycombinator.com/item?id=42880513
Points: 71
# Comments: 16



Hey everyone, I built reaktiv, a small reactive signals library for Python, inspired by Angular’s reactivity model. It lets you define Signals, Computed Values, and Effects that automatically track dependencies and update efficiently. The main focus is async-first reactivity without external dependencies.
Here is an example code:
``` import asyncio from reaktiv import Signal, ComputeSignal, Effect
async def main(): count = Signal(0) doubled = ComputeSignal(lambda: count.get() *
Article URL: https://www.uber.com/blog/mysql-at-uber/
Comments URL: https://news.ycombinator.com/item?id=42881012
Points: 34
# Comments: 5

Article URL: https://www.nist.gov/topics/physics/optical-frequency-combs
Comments URL: https://news.ycombinator.com/item?id=42881408
Points: 5
# Comments: 0
Article URL: https://lareviewofbooks.org/article/the-case-for-kicking-the-stone/
Comments URL: https://news.ycombinator.com/item?id=42878598
Points: 19
# Comments: 5
https://lareviewofbooks.org/article/the-case-for-kicking-the-stone/


Article URL: https://andrewchilds.com/posts/building-a-t1d-smartwatch-from-scratch
Comments URL: https://news.ycombinator.com/item?id=42854291
Points: 418
# Comments: 58
https://andrewchilds.com/posts/building-a-t1d-smartwatch-from-scratch