frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Chinese Solar Panels Drop to 12 Cents a Watt, Rooftop Installs Surge Worldwide

https://oilprice.com/Alternative-Energy/Solar-Energy/Chinese-Solar-Panels-Drop-to-12-Cents-a-Watt...
1•martinpw•1m ago•0 comments

Steam Frame Review – PC Gamer

https://www.pcgamer.com/hardware/vr-hardware/valve-steam-frame-review/
1•evo_9•2m ago•0 comments

Show HN: Writeably cuts the waffle without losing your meaning or voice

https://writeably.com/write
1•si_164•3m ago•0 comments

iCloud backup – 5GB available, but I can't use it

1•timnetworks•5m ago•0 comments

Show HN: (alter)native-Linux-builder for Nix on Darwin

https://github.com/quinneden/alternative-linux-builder
2•qeden•5m ago•0 comments

Show HN: Breakdown: a daily game about guessing data distributions

https://breakdown.today
2•aberrantflux•7m ago•0 comments

Gemini 3.8 Live

https://ai.google.dev/gemini-api/docs/models/gemini-3.8-live
1•CoderLim110•8m ago•0 comments

Software Citations from Replication Files

https://recite.github.io/softverse/lookup/
2•neehao•10m ago•0 comments

One seeded bug, 26 AI agents: all passed the tests, all stayed broken

https://github.com/vyang472/five-bugs
2•vyang472•11m ago•0 comments

Show HN: Whop Video Downloader

https://chromewebstore.google.com/detail/whop-video-downloader/aijaloilljdgamclcoababimlnahoemm
1•qwikhost•12m ago•0 comments

Show HN: Review agent changes locally before pushing

https://github.com/marcparadise/reviewer
2•GrinningFool•20m ago•0 comments

Show HN: In-Browser WASM Engine – Analytical Queries in 0.25ms

https://mlegal-pwa-app.web.app
1•mlegal_tech•23m ago•0 comments

The Story of Fckgw-RHQQ2-Yxrkt-8TG6W-2B7Q8

https://twitter.com/davepl1968/status/2099883465256865923
1•hnburnsy•25m ago•0 comments

Photos show damage at U.S. positions caused by Iranian missile, drone attacks

https://www.cbsnews.com/news/new-photos-damage-u-s-kuwait-saudi-arabia-iran-drone-missile-attacks/
1•cwwc•25m ago•0 comments

Single Prompt Knowledge Graphs

https://app.corvic.ai/view/memory/88cf5889-0d85-409e-8b51-f621ad519b88
1•GG533•26m ago•0 comments

Khipu (Quipu) Field Guide

https://www.khipufieldguide.com/
1•SanjayMehta•28m ago•0 comments

Grandma disables a fiber optic drone

https://twitter.com/United24media/status/2099842961731142003
1•consumer451•31m ago•1 comments

Trump administration releases fifth batch of UFO files

https://www.space.news/2026-08-10-trump-administration-releases-fifth-batch-ufo-files.html
2•KinetiNode•33m ago•1 comments

Show HN: Thurbox – A tmux-based TUI and CLI for local AI agent orchestration

https://github.com/Thurbeen/thurbox
3•magicleturcrttm•35m ago•0 comments

We cut CDN metadata lookup latency by 91%

https://vercel.com/blog/how-we-cut-cdn-metadata-lookup-latency-by-91-percent
1•iamsyr•37m ago•0 comments

Artificial Intelligence, Quote Unquote

https://www.penny-arcade.com/news/post/2026/09/15/artificial-intelligence-quote-unquote
1•jkestner•37m ago•0 comments

The Death of "Link in Bio"

https://peachandcherry.com/blog/text-me
2•zyloquenstar•44m ago•0 comments

Seats and Sunsets

https://yegge.ai/essays/seats-and-sunsets/
1•andsoitis•48m ago•0 comments

Medog Hydropower Station (60 GW hydropower project)

https://en.wikipedia.org/wiki/Medog_Hydropower_Station
2•cl42•48m ago•0 comments

I Hired a Lawyer to Fight UMG (Feat. LegalEagle) [video]

https://www.youtube.com/watch?v=M8HxQkk0PSY
1•sbuttgereit•52m ago•0 comments

Nvidia Expands Open Source CUDA-Q Platform for Fault-Tolerant Quantum Computing

https://nvidianews.nvidia.com/news/nvidia-expands-open-source-cuda-q-platform-for-fault-tolerant-...
1•noobplus•53m ago•0 comments

A mnemonic-free wallet where the private key never leaves the phone's TEE

1•niumeta_TZ•53m ago•0 comments

Marginalia Search

https://marginalia-search.com/
2•thunderbong•54m ago•0 comments

Internet shutdown crosses 100 days in Pakistan-administered Kashmir

https://www.aljazeera.com/news/2026/9/15/internet-shutdown-crosses-100-days-in-pakistan-administe...
3•alephnerd•55m ago•0 comments

Musk proposes adversarsial peer review for AI Safety

https://twitter.com/theallinpod/status/2099731166530277549
2•thedragongc•57m 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.