frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Open-source Deterministic Guardrails Against AI Duplicated Code

https://github.com/Rafaelpta/dupehound
1•rafaepta•1m ago•0 comments

Man uses a Game Boy to photograph Jupiter

https://www.popsci.com/science/game-boy-camera-jupiter/
2•MattSayar•2m ago•0 comments

The Threat of Residential Proxies

https://www.feistyduck.com/newsletter/issue_138_the_threat_of_residential_proxies
1•birdculture•2m ago•0 comments

Steam Machine in the hands of a console sicko

https://ravi64.com/steam-machine-console-sicko/
3•merlioncity•2m ago•0 comments

The AI industrial revolution: why US faces a historic tech reckoning from China

https://www.scmp.com/tech/article/3358925/great-ai-reckoning-how-china-flipping-script-us-new-ind...
1•outrunner•3m ago•1 comments

Kling AI nears US$3B round at US$18B valuation: sources

https://www.scmp.com/tech/big-tech/article/3359059/chinas-kling-ai-nears-us3-billion-round-us18-b...
3•merlioncity•5m ago•0 comments

LibreCAD in the Browser

https://magik.net/librecad/
1•devttyeu•5m ago•0 comments

Palantir CEO Alex Karp says 'something has gone wrong' with how AI is sold

https://www.youtube.com/watch?v=0A3sGymV6kY
1•king_zee•5m ago•1 comments

T-Mobile moving tens of thousands of virtual machines off VMware amid lawsuit

https://arstechnica.com/information-technology/2026/07/t-mobile-moving-tens-of-thousands-of-virtu...
3•naturalmovement•9m ago•0 comments

Building an Open-Source Robot Vacuum – Meet Oomwoo

https://makerspet.com/blog/building-an-open-source-robot-vacuum-meet-oomwoo/
2•devicelimit•17m ago•0 comments

Centrosome Cycle

https://en.wikipedia.org/wiki/Centrosome_cycle
1•rolph•20m ago•0 comments

Eddrit – A lightweight alternative front end for Reddit

https://github.com/corenting/eddrit
1•peterus•23m ago•1 comments

Billions of doses later: Global review confirms mRNA vaccines safe and effective

https://news.ubc.ca/2026/06/mrna-vaccines-are-safe-effective-and-full-of-promise/
15•coloneltcb•25m ago•5 comments

I have a theory about AI fake news site The Editorial

https://werd.io/i-have-a-theory-about-ai-fake-news-site-the-editorial/
1•benwerd•31m ago•0 comments

Australia sues Amazon for making allegedly unfair contracts with subscribers

https://www.bbc.com/news/articles/c20yz9rzwy0o
1•firecall•32m ago•0 comments

AOL and Eventbrite owner Bending Spoons soars 40% on Nasdaq debut

https://www.ft.com/content/aebe2dbb-6d8b-4b3d-82c8-e64aebd4ef70
1•petethomas•35m ago•0 comments

Claude Fable 5 was banned for 18 days – what happened

https://freemalta.com/hub/library/claude-fable-5-was-banned-for-18-days-heres-what-actually-happe...
3•ilhaniremyuce•42m ago•1 comments

Useful Outsourcing is Hard (2024)

https://gwern.net/blog/2024/outsourcing
2•dvrp•45m ago•0 comments

Lddey1

https://blog.cloudflare.com/es-es/welcome-to-connectivity-cloud/
1•Eldeysitodxw•53m ago•0 comments

Show HN: Agent Sessions – A model agnostic Claude managed agents alternative

https://www.agentsessions.dev/
2•iacguy•56m ago•1 comments

AMilliSol

http://www.pumpfun.com
1•AMILLI_AI_CORP•57m ago•0 comments

Nearest Pint, Pub Density Map

https://knowwhereconsulting.co.uk/blog/nearest-pint-pub-density-map/
1•ohjeez•57m ago•0 comments

Partial Evaluation

https://en.wikipedia.org/wiki/Partial_evaluation
1•tristenharr•58m ago•0 comments

Loops in Hatetris

https://qntm.org/loops
1•pavel_lishin•58m ago•0 comments

Making Optimization Work When Labels Are Scarce

https://www.gnosyslabs.com:443/case-studies/safety-classifier-sparse-labels
1•imkodying•59m ago•0 comments

GDstudio: A reimagined editor for Godot projects

https://gdstudio.dev/
2•ilreb•1h ago•0 comments

Show HN: I built a photography weather alert system

https://photosignal.app/
1•ameon•1h ago•0 comments

Supabase experiencing platform issues: Existing DB's cant be restarted, created

https://status.supabase.com/incidents/3tx3nnmbwyh9
1•reassess_blind•1h ago•1 comments

Meta Caps Internal AI Token Spending After Costs Approach Billions in 2026

https://mlq.ai/news/meta-caps-internal-ai-token-spending-after-costs-approach-billions-in-2026/
17•typeofhuman•1h ago•4 comments

Basic Email

https://www.columbia.edu/~njn2118/journal/2026/7/1.html
2•njn•1h ago•0 comments
Open in hackernews

Show HN: GeniusPlants – AI-Powered Gardening Assistant

https://www.geniusplants.com/
1•eibrahim•1y ago
I built GeniusPlants, an AI-powered gardening assistant that uses LLMs to solve practical gardening challenges. The app provides personalized plant recommendations based on your garden conditions, generates optimal garden layouts, and creates customized care plans.

Technical stack:

- Next.js (App Router) with TypeScript and Tailwind CSS - OpenAI GPT-4o-mini for plant recommendations and care plans - Prisma ORM with PostgreSQL for data management - Zustand for state management - Auth.js for authentication

Instead of maintaining a traditional plant database, I implemented a pure AI approach with structured prompts and response parsing. The system includes a block-based garden space visualization that calculates optimal plant placement and uses a natural language interface for adding plants (e.g., "I want to grow 3 tomatoes, some basil, and carrots").

The app handles interesting problems like:

- Garden space management using a block-based system (1 block = 1 sq ft) - AI-driven plant positioning within garden layouts - Intelligent care plan generation that adapts to automated watering systems - Plant age tracking for growth-stage-appropriate care instructions

I'd love feedback from the HN community, especially on the AI implementations, UX design choices, and handling garden space constraints.