frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Libraries.ink – a home for the books you own

https://libraries.ink
1•samcgraw•38s ago•0 comments

Show HN: A deterministic rehab engine for BJJ injuries

https://www.bjjrehab.com
1•osamet67•48s ago•0 comments

Building Without Predicting

https://sive.rs/fit
1•luispa•1m ago•0 comments

Lightning safety of animals – International Journal of Biometeorology (2012) [pdf]

https://link.springer.com/article/10.1007/s00484-011-0515-5
1•thunderbong•1m ago•0 comments

Should you use AI to write user stories

https://projan.ai/blog/should-you-use-ai-to-write-user-stories
1•davec271•1m ago•0 comments

HTML Can Do That

https://chrisburnell.com/html-can-do-that/
1•encyclopedism•2m ago•0 comments

The Cargo, Not the Ship

https://twitter.com/summyfeb12/status/2089796750576066852
1•yash1th•3m ago•1 comments

Show HN: A LaTeX resume builder that compiles offline in the browser

https://ihatelatex.com/
1•someshjoyguru•4m ago•0 comments

Show HN: BRep Geometric CAD Kernel and Parametric Code CAD

https://github.com/yuechen-li-dev/Aetheris/
2•YuechenLi•4m ago•0 comments

Show HN: Minna – On-device semantic search across your own documents (macOS)

https://github.com/impel-intelligence/Minna
1•ActuallyTaylor•4m ago•0 comments

Show HN: Windrose – Fan Control for Apple Silicon Macs

https://index9.dev/windrose
2•johnwils•5m ago•0 comments

The Rise of Fake Polls and the Case for Criminal Liability (2020)

https://scholarship.law.missouri.edu/cgi/viewcontent.cgi?article=4418&context=mlr
1•shagie•5m ago•0 comments

How to Play Golf in North Korea

https://mydiplomaticlife.com/how-to-play-golf-in-north-korea/
1•chipndale•5m ago•0 comments

Ask HN: What is the firejail alternative for macOS

1•Kushvinth•8m ago•0 comments

Eli Lilly files 6 lawsuits against businesses selling black market retatrutide

https://www.npr.org/2026/08/13/g-s1-138594/eli-lilly-files-6-lawsuits-against-businesses-selling-...
1•brandonb•9m ago•0 comments

I Built a Tiny Atari 2600

https://www.hackster.io/nickbild/i-built-a-tiny-atari-2600-8b1a57
1•nickbild•9m ago•0 comments

Amazon seemingly leaked Jason Statham's Mutiny movie

https://www.theverge.com/entertainment/981943/amazon-prime-video-mutiny-movie-leak
1•thm•9m ago•0 comments

Enshitification Comes for Cursor

2•jmuguy•10m ago•0 comments

Running Doom on Canon EOS 550D

https://www.tomshardware.com/video-games/retro-gaming/github-programmer-ports-doom-to-dslr-camera...
2•zdkaster•10m ago•1 comments

We Like Things

https://asteriskmag.com/issues/15/why-we-like-things
1•surprisetalk•11m ago•0 comments

IBM builds a better fridge for its quantum computers

https://thenewstack.io/ibm-modular-quantum-refrigerator/
1•Brajeshwar•12m ago•0 comments

Show HN: A design skill that turn your feelings into UI and remembers it

https://github.com/MonkeyUI-dev/vibe-to-ui
1•LeonTung•13m ago•0 comments

Show HN: Synchroize, control, and orachstrate any angets on any device

https://github.com/cosyncing/cosyncing
1•howardme1•13m ago•0 comments

Alexander Vampilov

https://en.wikipedia.org/wiki/Alexander_Vampilov
1•petethomas•15m ago•0 comments

Prediction Market Cheating Gets Creative

https://www.wsj.com/opinion/prediction-market-cheating-gets-creative-3068365e
1•Anon84•15m ago•0 comments

Show HN: MandarinClips – Learn conversational Chinese from 130k+ TV drama clips

https://www.mandarinclips.com/en
1•mandarinclips•15m ago•0 comments

The science behind Pixel Watch's insulin resistance feature

https://www.empirical.health/blog/wearable-insulin-resistance/
3•brandonb•17m ago•1 comments

Study Finds Narwhal Tusks Have 2 Spirals – Not 1–Twisting in Opposite Directions

https://arstechnica.com/science/2026/08/x-rays-add-new-twist-to-narwhals-spiral-tusk/
1•bookofjoe•18m ago•0 comments

A Doctor Who Became Afraid of Death

https://drped.substack.com/p/a-doctor-who-became-afraid-of-death
5•jamarna•19m ago•0 comments

I built a courtroom for the internet. Verdicts stay sealed until you vote

https://courtofstrangers.com
1•briancohen•19m 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.