frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

We're not ready for superpersistent AI

https://www.natesilver.net/p/were-not-ready-for-superpersistent
1•JumpCrisscross•3m ago•0 comments

Show HN: Vending Machine Lab – Build business, leave for 2 wks, see what breaks

https://vending-machine-lab.pages.dev/
1•professorgc•4m ago•0 comments

Reversing AIs tech job displacement

https://gist.github.com/mxfactorial/34ec46591752cc6955c842d436b01604
1•mxfactorial•5m ago•0 comments

Show HN: Interakt – open-source self-hosted search and AI chat for your website

https://github.com/alphasolutionsrepo/interakt
2•interakt•8m ago•0 comments

Gnome 51, "A Coruña"

https://release.gnome.org/51/
3•plaguna•9m ago•0 comments

Artemis II Launch 35mm High Speed Film (01.apr.2026)

https://images.nasa.gov/details/KSC-20260401-MH-AJN01-0001-Artemis_II_Launch_35mm_High_Speed_Film...
1•HelloUsername•10m ago•0 comments

A 3D Rasterizer for Embedded Devices

https://github.com/CubeCoders/Jet
1•SamuraiLion•10m ago•0 comments

Breaking the 1.58-bit Barrier for Ternary LLMs

https://arxiv.org/abs/2609.16338
2•matt_d•10m ago•0 comments

2026 Small World in Motion Competition – Nikon Small World

https://www.nikonsmallworld.com/galleries/2026-small-world-in-motion-competition
1•xnx•13m ago•0 comments

RustFS 1.0.0 GA: Production-Ready, Open Source, S3-Compatible Object Storage

https://rustfs.com/blog/announcing-rustfs-1-0-0-ga/
1•frozeus•14m ago•0 comments

Zuck's bot increased our Vercel bill 10x

1•Marciok•15m ago•0 comments

How VoltDB Works

https://docs.voltdb.com/UsingVoltDB/IntroHowVoltDBWorks.php
1•ronfriedhaber•15m ago•0 comments

Ask HN: People unemployed for >2 years, how do you spend your time?

3•DeepLogin•17m ago•2 comments

Ukrainian USV Attack on Sochi Reveals Rarely Seen Russian Navy Trained Dolphins

https://www.hisutton.com/Sochi-Attack-Dolphins.html
1•EA-3167•17m ago•0 comments

Copyrightability of LLM-Generated Code

https://fsfe.org/news/2026/news-20260825-01.fr.html
1•erlend_sh•17m ago•0 comments

I'm getting sued by a data center

https://technically.beehiiv.com/p/why-data-centers-fight-to-keep-state-pitches-secret
2•herbertl•18m ago•0 comments

Trump's war on EVs derailed America's auto-factory revival

https://economictimes.indiatimes.com/news/international/business/how-trumps-war-on-evs-derailed-a...
8•devonnull•21m ago•0 comments

Show HN: A simple Mac extension for recent screenshots

https://github.com/KanishkVashisht/screenshot-shelf
1•kva•23m ago•1 comments

Everything we know about good agent design

https://rubriclabs.com/blog/everything-we-know-about-good-agent-design
1•handfuloflight•24m ago•0 comments

R/DoohickeyCorporation

https://www.reddit.com/r/doohickeycorporation/
1•rhet0rica•25m ago•1 comments

WASM to Go Source Code

https://github.com/goccy/wasm2go
1•jcbhmr•26m ago•0 comments

Ask HN: How would you anthropomorphize the Anthropic Claude logo?

1•standeven•27m ago•0 comments

Automattic's interim CEO and legal chief signed reciprocal severance deals

https://techcrunch.com/2026/09/16/automattics-interim-ceo-and-legal-chief-signed-reciprocal-sever...
3•miguelxpn•29m ago•1 comments

Arrow 2 and Arrow 2 Telos

https://quiver.ai/blog/introducing-arrow-2-0/
1•handfuloflight•29m ago•0 comments

History of Forgotten Chips [video]

https://www.youtube.com/watch?v=7Cd4NQu1OG0
3•rbanffy•33m ago•0 comments

An air taxi that floats: Regent's Seaglider takes flight with people on board

https://www.smartcitiesdive.com/news/regent-seaglider-first-human-crewed-flight/829828/?_hsenc=p2...
3•rmason•34m ago•0 comments

Brushstrokes: Avant-Garde and the Psychology of Perception

https://eclecticlight.co/2026/09/16/brushstrokes-avant-garde-and-the-psychology-of-perception/
1•Brajeshwar•34m ago•0 comments

The Rhythm of Your Breath Leaves a Fingerprint on Your Thoughts

https://nautil.us/the-rhythm-of-your-breath-leaves-a-fingerprint-on-your-thoughts-1285059
2•Brajeshwar•34m ago•0 comments

New satellites and artificial intelligence are transforming wildfire detection

https://www.theguardian.com/us-news/2026/aug/17/satellites-ai-wildfire-detection
2•rmason•35m ago•0 comments

How to use HDR brightness as a graphic design hack

https://hdrlogo.com/after-white
1•alex_trfmv•36m 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.