frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Dropbox Security Breach: Hackers Access Accounts Through Authentication Flaw

https://decrypt.co/377099/dropbox-security-breach
3•rkagerer•2m ago•1 comments

Private group wants to launch "cheapest possible" mission to Alpha Centauri

https://arstechnica.com/space/2026/09/private-group-wants-to-launch-cheapest-possible-mission-to-...
1•Gaishan•3m ago•0 comments

Ask HN: Where do you announce your projects?

1•lennart-rth•5m ago•0 comments

Steve Jobs, Closed Macs, and Me: A Guest Post (Del Yocum)

https://pogueman.substack.com/p/steve-jobs-closed-macs-and-me-a-guest
2•rmason•5m ago•0 comments

Nature Deficit Disorder

https://en.wikipedia.org/wiki/Nature_deficit_disorder
2•gurjeet•9m ago•0 comments

TIL: Adam Sandler (a.k.a. Evil Elmo)

https://en.wikipedia.org/wiki/Evil_Elmo
4•sans_souse•11m ago•0 comments

High Agency Is High Variance

https://www.betonit.ai/p/high-agency-is-high-variance
2•paulpauper•14m ago•0 comments

Wendell Berry's Nine Rules

https://www.honest-broker.com/p/wendell-berrys-nine-rules
1•paulpauper•15m ago•0 comments

Slotstream: Swift, SSD Expert Streaming, and Breaking the LLM Memory Wall

https://singularitymoments.com/content/inside-slotstream-swift-ssd-expert-streaming-and-breaking-...
1•silentbob7•15m ago•0 comments

Show HN: Weedout – Safari extension that hides YouTube AI-labeled videos

https://masteranza.github.io/weedout/
6•masteranza•17m ago•0 comments

Every Reward Bends: Security Incentives and the OpenAI Hugging Face Incident

https://substack.norabble.com/p/every-reward-bends
1•nedruod•18m ago•0 comments

Argentina uses stablecoins, in 5 charts

https://a16zcrypto.com/posts/article/how-argentina-uses-crypto-5-charts/
1•syumei•19m ago•0 comments

Attacker stole METR API key, used $600K of credits, no one noticed for weeks

https://www.theregister.com/security/2026/09/01/attacker-stole-a-metr-api-key-used-600k-worth-of-...
1•joebuckwilliams•21m ago•0 comments

Does Someone Wanna Join?

https://natilah.com
1•machimilah•22m ago•1 comments

Show HN: Rails Baseline – a Rails SaaS starter with agent-readable architecture

https://railsbaseline.com/
1•polysaturate•23m ago•0 comments

What would it take to match model intelligence to the task?

https://tuneloop.io/blog/matching-model-intelligence
1•behat•24m ago•0 comments

Fallout: In 1991 a game by that name was created for the Amiga

https://www.gamesthatwerent.com/2026/08/fallout/
1•doener•27m ago•0 comments

Kubernetes3d built with Ambient CSS

https://kubernetes3d.com
2•kannanpoem1984•28m ago•0 comments

Show HN: Superagent, a computer for your coding agent (Mac, MIT)

https://superagent.computer/
1•pungme•28m ago•0 comments

Endonym and Exonym

https://en.wikipedia.org/wiki/Endonym_and_exonym
1•pndy•29m ago•0 comments

Much Ado About Adenoids

https://www.damninteresting.com/much-ado-about-adenoids/
1•SamuraiLion•30m ago•0 comments

Ask HN: Does HN block mobile browsers?

2•pbohun•31m ago•4 comments

Python Software Foundation News: 2026-psf-board-election-candidate-interview

https://pyfound.blogspot.com/search/label/2026-psf-board-election-candidate-interview
1•rbanffy•33m ago•0 comments

The State of Django 2026: Boring is so back – The JetBrains Blog

https://blog.jetbrains.com/pycharm/2026/08/the-state-of-django-2026-boring-is-so-back/
1•rbanffy•33m ago•0 comments

I found 5 fake DOIs for a famous ML paper while building a citation checker

https://strictcite.com/blog/attention-is-all-you-need-fake-dois
2•Tughan•34m ago•0 comments

Welcome to the 'You Can't Trust Your Own Eyes' Election

https://www.bloomberg.com/graphics/2026-opinion-ai-campaign-ads-need-more-safeguards/
3•imichael•39m ago•0 comments

Chess Variant Feedback?

https://transitionchess.com/?game=3ad1aea0-0c04-4b7b-8f4f-9fd1fa647cce
3•jonathancardena•39m ago•1 comments

Honor Robot Phone

https://www.honor.com/global/events/honor-robot-phone/
2•bookofjoe•40m ago•0 comments

AI is making back-office work extinct

https://www.whitecollardream.com/
3•edest28build•40m ago•0 comments

AI trolley users rack up higher basket values and spend longer in store

https://www.citystgeorges.ac.uk/news-and-events/news/2026/june/smart-supermarket-trolleys-linked-...
3•geox•47m 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.