frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Ask HN: Is it impossible to disable Siri on macOS 27?

1•semidror•18s ago•0 comments

Show HN: JevGeni, the fruit-fly claw machine overator

https://jevgeni.vercel.app
2•deemkeen•3m ago•0 comments

Planly

https://github.com/drkokorev/Planly
2•hy4hy•5m ago•1 comments

There is no way to get ChatGPT to stop injecting your location in context

https://chatgpt.com/share/6ab11f30-4c08-83eb-a82d-6673219f8cc4
1•GodelNumbering•5m ago•0 comments

OpenAI Codex Is Retiring the Last Model That Behaves Like an Assistant

https://www.vincentschmalbach.com/gpt-5-5-retirement-codex/
1•vincent_s•5m ago•0 comments

The Campaign for North Africa

https://en.wikipedia.org/wiki/The_Campaign_for_North_Africa
1•thunderbong•6m ago•0 comments

Disney Hires Character.ai Chief to Drive Its Technology Push

https://www.nytimes.com/2026/09/18/business/media/disney-ai-technology-karandeep-anand.html
1•bookofjoe•6m ago•1 comments

The Destruction of the Scottish Canon

https://asteriskmag.com/issues/15/the-destruction-of-the-scottish-canon
1•surprisetalk•7m ago•0 comments

AI is becoming too interconnected to fail

https://www.axios.com/2026/09/21/ai-finance-credit-circular
1•meep_meep_meep•7m ago•0 comments

Show HN: Callwitness – record what your AI agent's tools return

https://github.com/AditiChaudharyy14/callwitness
1•aditichaudharyy•10m ago•0 comments

Show HN: M0saic – deterministic video compiler (CLI, web, desktop)

https://m0saic.io
1•m0saic-dev•10m ago•0 comments

Is JEV just clever rule-based programming?

1•daly•12m ago•0 comments

ChatGPT Plus and Pro Will Get Ads in 2027

https://www.vincentschmalbach.com/chatgpt-plus-and-pro-will-get-ads-in-2027/
2•vincent_s•12m ago•1 comments

What I believe about the future of software development

https://thorstenball.com/blog/2026/09/19/what-i-believe-about-the-future-of-software-development/
2•misternugget•13m ago•0 comments

Recreate Eliza Using JEV?

1•daly•13m ago•0 comments

Edit command line tool – DOS Edit is back

https://learn.microsoft.com/en-us/windows/edit/
1•noworld•14m ago•1 comments

RFC-0285: The Magma GPU open-source project

https://fuchsia.dev/fuchsia-src/contribute/governance/rfcs/0285_magma_gpu_open_source_project
1•undecidabot•16m ago•0 comments

Tannakian Reconstruction in a Yoneda Equipment

https://bartoszmilewski.com/2026/09/21/tannakian-reconstruction-in-a-yoneda-equipment/
1•ibobev•16m ago•0 comments

Creating a Blog in Gemini

https://brennan.day/creating-a-blog-in-gemini/
1•ibobev•17m ago•0 comments

Do you use:visited on links?

https://kevquirk.com/do-you-use-visited-on-links
1•ibobev•18m ago•0 comments

NATS second glitch this month causes more disruption

https://www.bbc.co.uk/news/live/cq4g5r4e949jt
1•librasteve•18m ago•2 comments

Show HN: Lossless-memory – a personal AI memory that never summarizes

https://github.com/aru-labs/lossless-memory
3•aru-labs•19m ago•0 comments

Show HN: SQLBraid – Write SQL directly in TypeScript without a query-builder DSL

https://github.com/Clickin/SQLBraid
1•Clickin•21m ago•0 comments

The Roadmap to Mastering LLM Inference Optimization

https://machinelearningmastery.com/the-roadmap-to-mastering-llm-inference-optimization/
1•eigenBasis•24m ago•0 comments

Will new grid rules put the future of UK datacentres at risk?

https://www.computerweekly.com/opinion/Will-new-grid-rules-put-the-future-of-UK-datacentres-at-risk
1•beardyw•24m ago•0 comments

He was probably right: we should be confident in our beliefs, but never certain

https://aeon.co/essays/a-good-sceptic-has-more-than-doubt-and-less-than-certainty
1•Towaway69•25m ago•1 comments

GeoJev, ask questions about the world and get its heatmaps

https://geojev.vercel.app/
1•franciscop•25m ago•0 comments

Do people prefer traditional architecture?

https://worksinprogress.co/issue/do-people-prefer-traditional-architecture/
1•surprisetalk•27m ago•0 comments

Want to have a 24/7 colleague for your recruitment?

https://www.sourcegeek.com/en/features
1•nielsberkhout•27m ago•0 comments

Anthropic Principle

https://en.wikipedia.org/wiki/Anthropic_principle
2•chistev•28m 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.