frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

AI Has a Discovery Problem

https://mhacevedo.com/posts/the-discovery-problem
1•miguelacevedo•42s ago•0 comments

Fab2 Raises $500M Series A

https://twitter.com/fab2/status/2097365148583276998
1•mtb2718•1m ago•0 comments

Show HN: Free AI image tools, no signup

https://freeaiimage.io
1•xiaosen•4m ago•0 comments

The Downfall of WeWork: AI Microdrama [video]

https://www.youtube.com/watch?v=JmBRlvLA-sQ
1•ollieforsyth•8m ago•0 comments

Show HN: Korean filings with minute-level receipt times, and what happened next

https://aikstockdata.com/en/api
2•aikstockdata•9m ago•0 comments

Show HN: Aish – Warp-style AI command suggestions in 300 lines of Zsh

https://github.com/oguzbilgic/aish
1•obilgic•10m ago•0 comments

UK to force Apple and Google to block explicit images on smartphones

https://www.theguardian.com/technology/2026/sep/08/uk-apple-google-explicit-images-children-smart...
1•azalemeth•13m ago•0 comments

Show HN: Your Home, Reallocated

https://55percent.org/
1•computerex•13m ago•0 comments

Show HN: Local Taskboard Plugin for Antigravity

https://github.com/svylabs/antigravity-taskboard
1•sridhar87•15m ago•0 comments

A Biography of Lee Holloway, the Architect of Cloudflare's Technology (Part 1)

https://note.com/masakazu_urabe/n/n7815f5b64fab?hl=en
4•porridgeraisin•16m ago•0 comments

CHUWI UniBook with Intel Wildcat Lake for a $449 Linux-Friendly Laptop

https://www.phoronix.com/review/chuwi-unibook-wildcat-lake
1•teleforce•17m ago•0 comments

The Nonfiction Book Market Is Collapsing

https://dearheadofmine.substack.com/p/the-nonfiction-book-market-is-collapsing
3•samclemens•20m ago•1 comments

States That Gave Data Centers Billions in Tax Breaks Are Ripping Up the Deals

https://www.wsj.com/politics/policy/states-that-gave-data-centers-billions-in-tax-breaks-are-now-...
1•JumpCrisscross•26m ago•0 comments

Anthropic withheld latest AI model from UK testing agency

https://www.ft.com/content/560e1c8b-f163-4fd6-b604-e905550ac870
1•JumpCrisscross•27m ago•0 comments

Larger Pacific Striped Octopus

https://en.wikipedia.org/wiki/Larger_Pacific_striped_octopus
1•olalonde•27m ago•0 comments

Getdescriptorinfo – Bitcoin Core RPC Reference – Chainquery.com

https://chainquery.com/rpc/getdescriptorinfo
1•babatuseyhe•29m ago•0 comments

New Yorkers were misled about air quality after 9/11

https://www.nytimes.com/2026/09/07/nyregion/sept-11-air-quality-cancer.html
3•JMiao•32m ago•1 comments

OpenBSD VPS for $5 a Year

https://btxx.org/posts/cheap-openbsd-vps/
4•Curiositry•37m ago•0 comments

US accuses Chinese AI firms of 'malicious' copying of AI technology

https://www.reuters.com/technology/us-accuses-chinese-ai-firms-industrial-scale-theft-ai-technolo...
2•ekaesmem•37m ago•0 comments

Anti-Subscription Software Catalogue

https://www.a-s-c.org/index.html
2•Curiositry•39m ago•0 comments

Show HN: Grok CLI – Grok-native agentic coding harness

https://github.com/abhayKashyap03/grok-cli
3•abhaykashyap03•39m ago•0 comments

Waterloo's student rocketry team breaks a world record

https://uwaterloo.ca/news/engineering/waterloos-student-rocketry-team-breaks-world-record
2•thunderbong•44m ago•0 comments

US datacenters face further backlash over wastewater pollution

https://www.theguardian.com/us-news/2026/sep/08/us-datacenters-wastewater-pollution
1•sicktriple•45m ago•1 comments

LIV Golf files for bankruptcy with stars owed millions

https://www.reuters.com/sports/golf/liv-golf-files-bankruptcy-with-stars-owed-millions--flm-2026-...
3•mraniki•50m ago•0 comments

Show HN: GitHub Actions Aibom Generation

https://github.com/marketplace/actions/generate-operational-aibom
3•thepsychguy•51m ago•0 comments

Show HN: Self-host open-source LLMs on AWS with scale-to-zero

https://github.com/paguasmar/veloxml-deploy
2•paguasmar•52m ago•2 comments

Injected and Actively Inducing Side-Channel Leakage Using

https://arxiv.org/abs/2609.04785
2•sbulaev•53m ago•0 comments

It Sucks

https://arman.posthaven.com/it-sucks
1•armanj•54m ago•0 comments

Testing race conditions with mem access tracing and stack-based delay injection

https://projectzero.google/2026/09/maccconc-race-condition.html
2•mfrw•58m ago•0 comments

The Dark Side of Mindfulness

https://www.theatlantic.com/ideas/2026/09/meditation-willoughby-britton-downsides/688474/
1•shadow28•59m ago•1 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.