frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Stop Omarchy

https://stopomarchy.neocities.org/
1•HotGarbage•50s ago•0 comments

Show HN: Codenaturally.net, a website for building manual programming fluency

https://codenaturally.net
1•vancan1ty•1m ago•0 comments

Tech companies move to open AI models

https://blog.pragmaticengineer.com/the-pulse-tech-companies-move-to-open-ai-models/
1•inferhaven•1m ago•0 comments

Why Do These Fossil Shells Flip Their Spirals Every Few Millennia?

https://www.quantamagazine.org/why-do-these-fossil-shells-flip-their-spirals-every-few-millennia-...
1•Brajeshwar•3m ago•0 comments

60 years on, Paramount has ruined 'Star Trek'

https://nypost.com/2026/09/09/entertainment/60-years-on-paramount-has-ruined-star-trek/
2•noworld•3m ago•0 comments

Can humans learn to hibernate? [video]

https://www.youtube.com/watch?v=Cm00TFrmQRs
2•gmays•3m ago•0 comments

Show HN: Extension to filter LLM written articles

https://hnslop.nilsherzig.com/
1•nilsherzig•3m ago•0 comments

Image to Game – Drop an image and it turns into a game

https://tesana.ai/en/explore
1•aghuang•4m ago•0 comments

Rapidly scaling online storage to serve over 1B ChatGPT users

https://openai.com/index/scaling-storage-one-billion-users-part-one
1•meetpateltech•4m ago•0 comments

Glyph Immersive

https://glyph.kateander.com/
1•ikers•5m ago•0 comments

Why Columbus is a top food test market

https://www.axios.com/local/columbus/2026/05/04/fast-food-test-market
1•thunderbong•5m ago•0 comments

My e-reader lost its stripes

https://www.serpentine.com/posts/2026/x3-stripes/
1•bos•6m ago•0 comments

9/11 Commission Report (2004) [pdf]

https://www.9-11commission.gov/report/911Report.pdf
1•godwinson__4-8•7m ago•0 comments

Trump tells crowd to vote in the midterm elections and 'cheat like hell`

https://www.theguardian.com/us-news/2026/sep/11/donald-trump-republican-midterm-convention
2•Varelion•8m ago•0 comments

Persimmon by Humans&: A model for simulating human interactions

https://persimmon.humansand.ai/blog/
1•siddish•10m ago•0 comments

Show HN: TripTable – group trip voting, budgeting and settlement (iOS)

https://apps.apple.com/us/app/triptable-group-trip-hq/id6804062135
1•richard_baecker•11m ago•0 comments

Ask HN: Is GPT-6 Astra worth the 2.5x cost increase over GPT-5.6 Sol?

2•minimaxir•15m ago•0 comments

Show HN: Billia – free invoice generator, no signup, no watermark, no back end

https://billia.app/
2•livetaub•16m ago•1 comments

The Download: biotech's future and cheaper, cleaner steel

https://www.technologyreview.com/2026/09/11/1143879/the-download-biotech-future-cheaper-cleaner-s...
1•joozio•16m ago•0 comments

Astra does a concerning amount of work with no chain of thought

https://www.alignmentforum.org/posts/eRmzz8J8Qkzqvzrgg/astra-can-do-a-concerning-amount-with-no-c...
1•putlake•17m ago•0 comments

Simple Systems Have Less Downtime (2020)

https://www.gkogan.co/simple-systems/
2•gk1•17m ago•0 comments

Unique, rare 9/11 material shot from the Hudson [video]

https://www.youtube.com/watch?v=3HbD_Q6kmh8
1•spzx•17m ago•0 comments

The Falling Man (2021)

https://www.esquire.com/news-politics/a48031/the-falling-man-tom-junod/
1•thm•17m ago•0 comments

Mapping a codebase into a knowledge tree of features, services, and data models

https://easyspecs.ai/features/from-code-to-documentation
2•HelloXesca•18m ago•1 comments

Show HN: Socratix – an AI tutor for proving mastery, not memorizing

https://socratix-nine.vercel.app
1•Aditya_0315•18m ago•1 comments

Why Ente QR?

https://ente.com/blog/qr/
1•Cider9986•19m ago•0 comments

Saudi Arabian oil pipeline system hit by projectiles triggering fires

https://www.cnn.com/2026/09/11/politics/saudi-arabian-oil-pipeline-hit-by-projectiles-triggering-...
2•bdangubic•20m ago•0 comments

Stop Panicking About AI

https://www.thebignewsletter.com/p/is-artificial-intelligence-going
2•connor11528•21m ago•1 comments

We rebuilt complex permissions without migrating to Zanzibar

https://infisical.com/blog/folder-based-rbac
1•vmatsiiako•23m ago•0 comments

Do black holes have hidden hair? Scientists find a new way to check

https://en.nagoya-u.ac.jp/news/articles/pr-do-black-holes-have-hidden-hair-scientists-find-a-new-...
2•gmays•25m 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.