Claude can now create and edit files (anthropic.com)
362 points by meetpateltech 8h ago 219 comments
I don't want AI agents controlling my laptop (sophiebits.com)
17 points by Bogdanp 1h ago 2 comments
Source code for the X recommendation algorithm (github.com)
222 points by mxstbr 7h ago 128 comments
Show HN: Pyziggy – Python code generator and runtime to work with Zigbee2MQTT
1 dr_traktor 0 9/8/2025, 2:26:06 PM pyziggy.github.io ↗
I didn't like the existing solutions for writing complex home automation scripts. I don't jive with YAML. I like to code in an IDE with full code completion and as much type safety as I can get from the given language. I like to debug programs when something weird happens. I don't like copying and pasting strings. Pyziggy is my entry in the yet another automation framework category. Big thanks to Zigbee2MQTT for doing the heavy lifting.
No comments yet