Hacker News
Anthropic CEO Amodei is concerned new talent join for money rather than mission
Article URL: https://twitter.com/etnshow/status/2084221242614202704
Comments URL: https://news.ycombinator.com/item?id=49158762
Points: 3
# Comments: 0
Monkey interact with AI touch screens in Costa Rica forest
Show HN: 11-Node Agentic RAG with MCP and PII Shield Under 512MB RAM
Article URL: https://agentic-rag-financial-parser.onrender.com/
Comments URL: https://news.ycombinator.com/item?id=49158734
Points: 3
# Comments: 0
The Billable Usage API: programmatic cost visibility for Cloudflare
Article URL: https://blog.cloudflare.com/billable-usage-api/
Comments URL: https://news.ycombinator.com/item?id=49158714
Points: 4
# Comments: 0
Astrophyzix Digital Observatory Help Combat Fake Science and Promote Education
Article URL: https://www.astrophyzix.com/p/astroping.html
Comments URL: https://news.ycombinator.com/item?id=49158706
Points: 3
# Comments: 0
HugeTLB Gigantic Page Overcommit in Linux v6.19
Article URL: https://blogs.oracle.com/linux/hugetlb-gigantic-page-overcommit
Comments URL: https://news.ycombinator.com/item?id=49158687
Points: 3
# Comments: 0
Eigendrum: Draw a shape and hear its standing-wave modes
Article URL: https://baselashraf81.github.io/eigendrum/
Comments URL: https://news.ycombinator.com/item?id=49158685
Points: 3
# Comments: 0
The Myth of the Food Desert
Article URL: https://www.newyorker.com/magazine/2026/08/03/food-justice-undone-hanna-garth-book-review
Comments URL: https://news.ycombinator.com/item?id=49158661
Points: 3
# Comments: 0
Taylor Farms Has Rewritten Its Cyclospora Statement Four Times in Sixteen Days
Dualism
Article URL: https://pluralistic.net/2026/08/03/andor/#either
Comments URL: https://news.ycombinator.com/item?id=49157104
Points: 1
# Comments: 0
End Poverty in California
Article URL: https://en.wikipedia.org/wiki/End_Poverty_in_California
Comments URL: https://news.ycombinator.com/item?id=49157103
Points: 1
# Comments: 0
A Simpler Lambda Calculus (2019)
Article URL: https://dl.acm.org/doi/pdf/10.1145/3294032.3294085
Comments URL: https://news.ycombinator.com/item?id=49157089
Points: 1
# Comments: 0
Kinjo: The home lab menu I wanted
Article URL: https://abbyssoul.github.io/engineering/2026/08/03/kinjo-the-home-lab-menu-i-wanted.html
Comments URL: https://news.ycombinator.com/item?id=49157055
Points: 2
# Comments: 0
ChessTUI: Chess but via Command Line
Article URL: https://github.com/gslf/ChessTUI/releases/tag/v1.0.3
Comments URL: https://news.ycombinator.com/item?id=49157041
Points: 2
# Comments: 0
Why is it all in the kernel?
Article URL: https://lawrencecpaulson.github.io/2026/07/30/Collatz.html
Comments URL: https://news.ycombinator.com/item?id=49157028
Points: 1
# Comments: 0
Electric air taxis are finally ready for takeoff
Article URL: https://fortune.com/2026/08/03/electric-air-taxis-joby-aviation-evtols-archer-aviation/
Comments URL: https://news.ycombinator.com/item?id=49157022
Points: 1
# Comments: 0
Ask HN: Freelancer? Seeking freelancer? (August 2026)
Please lead with either SEEKING WORK or SEEKING FREELANCER, your location, and whether remote work is a possibility.
Please only post if you are looking to hire a freelancer or work as one. Small (2-5 person) agencies are fine, but recruiters, job boards, and so on, are off topic here.
Comments URL: https://news.ycombinator.com/item?id=49157021
Points: 1
# Comments: 0
Setting Up and Using the Pi Coding Agent
Article URL: https://deepakness.com/blog/pi-agent-setup/
Comments URL: https://news.ycombinator.com/item?id=49156995
Points: 1
# Comments: 0
The OpenAI Hack Shows the Genie Is Out of the Bottle
Article URL: https://www.schneier.com/blog/archives/2026/08/the-openai-hack-shows-the-genie-is-out-of-the-bottle.html
Comments URL: https://news.ycombinator.com/item?id=49156990
Points: 2
# Comments: 0
Show HN: Self-hosted pet diary built on Frigate and a local vision model
I have a cat and a dog, and I worry about them whenever I am away. My cameras ping me with a clip of the cat crossing the kitchen, which tells me almost nothing. I could sit and watch hours of recordings to work out how their day went and whether anything looks off, but that's too time consuming. What I actually wanted to know were concrete things: did they eat, did they drink, did the cat use the litter box, are they sleeping more than usual.
So pet-report sits on top of Frigate, which I already run for the cameras. Twice a day it sends the new clips to a vision model (I run Qwen3.6-35B-A3B on an RTX 5090) on my own server and writes up the day, with every line linking back to the footage behind it so you can check it yourself. You can also ask it things like "did the dog drink today?" and it answers from what the cameras actually saw.
I've found myself needing an app like this for a long time, and pulling contextual metadata out of an image or a video is exactly what these models are good at. Before LLMs this would have taken money, time and R&D I don't have, and I couldn't have done it alone, since I have no background in ML or image analysis. Most of the code here was written by an AI coding assistant, with me directing and reviewing it. The design and the review are mine.
The part I'm happiest about is that a local vision model keeps everything private. Nothing leaves my network.
It does get things wrong, but the whole thing is designed around that: uncertain moments are flagged, and anything can be corrected by hand. Every moment keeps the frame/clip it came from, so you can see what the model saw instead of taking its word for it. The results are only as good as the model you run, the descriptions you give it of your pets, and where your cameras are pointing. If you have two orange cats, it won't tell them apart: it labels the sighting "a cat" and leaves you to pick which one. Fortunately I have one cat and one dog, so every sighting gets named on its own, but I did try my best to prompt the model in a way that smooths out those identification edges.
Anyway, just wanted to share something that has been working for me and my two animals, which is the honest extent of the testing. I'd love to know how it does on yours.
Comments URL: https://news.ycombinator.com/item?id=49156989
Points: 1
# Comments: 0
