Hacker News
Show HN: Mac App to turn your computer into a hands-off coding agent
Demo Video: https://youtu.be/lgE5c8tCuys
I have multiple GitHub repos to manage. I realized lately that I am the bottleneck for the speed of development on my repos - because I need to manually use Claude/Antigravity to code them up one by one. The only way was to take GitHub Copilot subscription which is an additional expense and limits which models I can use.
So, I built Caider, which lets you stay in GitHub issues interface while using your local AI agents to code on them. No need to open Claude/Antigravity apps. So, you get to resolve issues even when you are on the move as long as your computer is connected to the internet.
The bonus: Complete context on the development including any back and forth research with AI agent is always available on the issues themselves.
Would love your feedback on it!
Comments URL: https://news.ycombinator.com/item?id=48934803
Points: 1
# Comments: 0
Veta – AI agent that QA-tests Android apps
Article URL: https://github.com/Vip3r-MC/Veta
Comments URL: https://news.ycombinator.com/item?id=48934776
Points: 1
# Comments: 0
USA launches "Gold Eagle" clearinghouse for cyber defense
Article URL: https://www.heise.de/en/news/USA-launches-Gold-Eagle-clearinghouse-for-cyber-defense-11365797.html
Comments URL: https://news.ycombinator.com/item?id=48934767
Points: 1
# Comments: 0
Inkling: A New Open-Weight 975B Moe with a Few Surprises
Article URL: https://sebastianraschka.com/blog/2026/inkling-architecture-benchmark-notes.html
Comments URL: https://news.ycombinator.com/item?id=48934761
Points: 1
# Comments: 0
OpenAI's first gadget is the $230 Codex Micro macropad
Article URL: https://thenewstack.io/openai-codex-micro-macropad/
Comments URL: https://news.ycombinator.com/item?id=48934755
Points: 1
# Comments: 0
Show HN: Free 30-second score of your website's traffic-to-sales path
Article URL: https://www.signalroute.live/tools/traffic-score
Comments URL: https://news.ycombinator.com/item?id=48934749
Points: 1
# Comments: 0
Finding the Last Bottlenecks in json2xml with Flamegraphs
Article URL: https://vinitkumar.me/json2xml-flamegraph-optimization/
Comments URL: https://news.ycombinator.com/item?id=48934735
Points: 1
# Comments: 0
Ask HN: Assistive Tech Ideas for Dementia
One of my family members was recently diagnosed with Alzheimer's. They're still in the very early stages and living independently, but my wife and I are in the process of getting the right legal documents and financial account access in order.
My role has mostly been to help with their technology so we can reduce friction. The big thing is obviously remembering passwords to accounts and we're getting her set up with a new macbook and looking at using Apple's Passwords app, since she uses iPhone and Apple Watch already.
But I'm wondering if anyone else has experience with helping a person through the progression of this disease and would recommend any specific software or categories of tech setup that I'm not thinking of.
I sense that the time is now to set things up for the future. I feel like there's opportunities with assistive tech, but I'm just unfamiliar.
Comments URL: https://news.ycombinator.com/item?id=48934733
Points: 1
# Comments: 0
Anthropic runs like Wile E. Coyote into the brick wall of consciousness research
Article URL: https://www.theintrinsicperspective.com/p/anthropic-runs-like-wile-e-coyote
Comments URL: https://news.ycombinator.com/item?id=48934727
Points: 1
# Comments: 0
Inventing Eliza: The First Chatbot's Hidden Code
Article URL: https://spectrum.ieee.org/eliza-chatbot-source-code
Comments URL: https://news.ycombinator.com/item?id=48934721
Points: 1
# Comments: 0
How to publish to PyPI using GitHub Actions securely
Article URL: https://snarky.ca/how-to-publish-to-pypi-using-github-actions-securely/
Comments URL: https://news.ycombinator.com/item?id=48934715
Points: 1
# Comments: 0
AgentReady – MCP server that makes any docs site queryable by AI agents
Article URL: https://www.agentready.it.com
Comments URL: https://news.ycombinator.com/item?id=48934713
Points: 1
# Comments: 0
TSMC plans further $100B US investment to feed AI demand
Article URL: https://asia.nikkei.com/business/tech/semiconductors/tsmc-plans-further-100bn-us-investment-to-feed-ai-demand
Comments URL: https://news.ycombinator.com/item?id=48934669
Points: 1
# Comments: 1
Memories are an anti-pattern for Claude Code
Article URL: https://keyboardsdown.com/posts/02-memories-are-an-anti-pattern/
Comments URL: https://news.ycombinator.com/item?id=48934662
Points: 1
# Comments: 0
Why Am I Left-Handed?
Article URL: https://www.quantamagazine.org/why-am-i-left-handed-20260713/
Comments URL: https://news.ycombinator.com/item?id=48934657
Points: 1
# Comments: 0
Show HN: Fireplot – I built a take-home pay map to see if I should leave Belgium
Article URL: https://fireplot.app
Comments URL: https://news.ycombinator.com/item?id=48934645
Points: 2
# Comments: 0
GitHub banned my account after my projects suddenly spiked on Reddit
Hi everyone,
I'm used to write (low-level) C and Win32 apps. Recently, I shared some of my open-source projects on Reddit. They got quite a bit of traction, resulting in a sudden spike of visitors and lot of unique Git clones in a few hours. This is one of my post, just to let you see what kind of code I'm used to write:
https://www.reddit.com/r/windowsapps/comments/1uw30gd/explorerbgtoolredux_a_refactoringrewrite_of_the/
Shortly after, I realized my entire GitHub account was shadowbanned: If I log I can see it, but anyone else (or logged-out sessions) got a 404 "User not found" error.
I contacted GitHub Support and after dealing with a virtual assistant (!), a human support agent (Pinto) finally replied with an ultimatum:
"At this time, we ask that you to remove the following repository or make it private: https://github.com/lpierge/Calimero" They granted me temporary access to do this.
BTW, they choosed that project in an absolutely arbitrary manner, just to name one with no valid reason. Calimero is a desktop manager which, besides some fancy things as flying icons, allow the user to download images directly from site like Picsum, Pexels, Reddit (every subreddit) and Danbooru. I suspect their automated abuse-detection system flagged it as potential malware/ransomware due to raw heuristics, and the support staff simply didn't bother to actually look at the source code.
I replied to support asking what specific terms of service the project is infringing. Their response? Complete silence so far, while my entire public presence on GitHub remains blocked unless I delete my own legitimate work.
This arbitrary "guilty until proven innocent" approach with zero technical explanation is incredibly frustrating.
Has anyone faced a similar compliance lockout on GitHub? How did you resolve it without deleting your open-source code? Any suggestion about what to do?
Thanks, Luca
Comments URL: https://news.ycombinator.com/item?id=48934639
Points: 2
# Comments: 2
Beat the Couch
Article URL: https://beatthecouch.com/
Comments URL: https://news.ycombinator.com/item?id=48934621
Points: 1
# Comments: 1
Microsoft's July 2026 Patch Tuesday fixes 622 CVEs, 2 exploited zero-days
Article URL: https://orca.security/resources/blog/microsoft-july-2026-patch-tuesday-sharepoint-zero-day/
Comments URL: https://news.ycombinator.com/item?id=48933957
Points: 1
# Comments: 0
The Long Detour: Three Part Book Series on Pre-GPU and Low-Compute ML
Article URL: https://long-detour.com/
Comments URL: https://news.ycombinator.com/item?id=48933955
Points: 1
# Comments: 0
