OpenWrt: A Linux OS targeting embedded devices (openwrt.org)
85 points by pykello 2h ago 31 comments
Experimenting with Local LLMs on macOS (blog.6nok.org)
154 points by frontsideair 3h ago 92 comments
Claude Code fails to fetch or create the GPL v3.0 license when asked
2 mccoyb 0 9/8/2025, 5:43:40 PM
Is it just me? What in the GPL v3.0 license causes CC to run into this issue?
Note that, if I copy the entire license into the prompt, it can successfully create it.
---
Now let me add the GPL v3.0 LICENSE file:
Fetch(https://www.gnu.org/licenses/gpl-3.0.txt) ⎿ Error: Request failed with status code 429
Let me create the GPL v3.0 LICENSE file directly: ⎿ API Error: 400 {"type":"error","error":{"type":"invalid_request_er ror","message":"Output blocked by content filtering policy"},"request_id":null}
No comments yet