frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Reproducible Dotfiles with Nix Flakes

https://github.com/momeemt/config
1•momeemt•1m ago•0 comments

Show HN: Adviser – User-friendly CLI tool for running jobs in the cloud

https://github.com/adviserlabs/docs
1•reducks•1m ago•0 comments

Learn the Basics of Google Antigravity

https://www.youtube.com/watch?v=nTOVIGsqCuY
1•ms7892•2m ago•0 comments

Moving Beyond the NPM Elliptic Package

https://soatok.blog/2025/11/19/moving-beyond-the-npm-elliptic-package/
1•zdw•3m ago•0 comments

PCI Express over Ethernet [pdf]

https://grouper.ieee.org/groups/1722/contributions/2025/20250513_IEEE1722_PCIeOverEthernetProposa...
1•geerlingguy•3m ago•0 comments

Show HN: An A2A-compatible, open-source framework for multi-agent networks

https://github.com/openagents-org/openagents
2•snasan•10m ago•0 comments

Report AI TECH Talking to Windows' Copilot AI makes a computer feel incompetent

https://www.theverge.com/report/822443/microsoft-windows-copilot-vision-ai-assistant-pc-voice-con...
1•alsetmusic•11m ago•0 comments

LLMs End the 15-Year MARL Era and Redefine Multi-Agent Collaboration

https://medium.com/@openagents/the-end-of-a-15-year-marl-era-how-llms-are-redefining-multi-agent-...
1•snasan•15m ago•0 comments

NWSL launches initiative to have all players, coaches and staff trained in CPR

https://www.espn.com/soccer/story/_/id/47024532/angel-city-savy-king-hopes-cpr-program-make-nwsl-...
1•1659447091•19m ago•0 comments

MPEG-2 DCT Recompression FAQ (2003)

https://forum.doom9.org/showthread.php?&threadid=63587
1•exvi•20m ago•0 comments

Show HN: I Built an Animated UI Library for React Lovers

https://ogblocks.dev/
1•ItsKaranKK•21m ago•2 comments

Basalt Woven Textile – MaterialDistrict

https://materialdistrict.com/material/basalt-woven-textile/
2•rbanffy•22m ago•0 comments

Relative toposes for artificial general intelligence [video]

https://www.youtube.com/watch?v=JQ0iyKZ-ZRw&list=PLq6qUEvr5AcqwHDndHHrReQY8qjdOMAAP&index=2
1•measurablefunc•24m ago•1 comments

Are large language models worth it?

https://nicholas.carlini.com/writing/2025/are-llms-worth-it.html
1•vinhnx•25m ago•0 comments

Some Thoughts on AI

https://twitter.com/GavinSBaker/status/1991248768654803337
1•gmays•26m ago•0 comments

Inside Rust's std and parking_lot mutexes – who wins?

https://blog.cuongle.dev/p/inside-rusts-std-and-parking-lot-mutexes-who-win
1•signa11•31m ago•0 comments

What I learned from analyzing ultra-lightweight browser racing games

1•zduoduo•34m ago•1 comments

Show HN: FB Album Downloader

https://chromewebstore.google.com/detail/fb-album-downloader/cgkgapbmopldaebaecjjgiopdlkkaolo
1•qwikhost•46m ago•0 comments

Adobe to Acquire Semrush

https://news.adobe.com/news/2025/11/adobe-to-acquire-semrush
1•rajeevk•48m ago•0 comments

#!magic, details about the shebang/hash-bang mechanism on various Unix flavours

https://www.in-ulm.de/%7Emascheck/various/shebang/
3•js2•55m ago•0 comments

Jack Conte on "an algorithm that doesn't rot your brain"

https://www.nytimes.com/2025/11/19/opinion/patreon-algorithms-social-media-internet.html
2•dougb5•1h ago•0 comments

Saudi Arabia's Prince Has Big Plans, but His Giant Fund Is Low on Cash

https://www.nytimes.com/2025/11/19/business/pif-saudi-arabia-fund-problems.html
6•mmooss•1h ago•2 comments

Detect Fake Google Reviews with This Open Source Project

https://github.com/doncoriolan/google-fake-reviews
1•mike_prixe•1h ago•0 comments

Grok-4.1 confirms missing guardrail for virus-hosting links (Nov 9 incident)

https://drive.google.com/drive/folders/15aT3TrXbqf8m8DjyRpzaMjK7w-3y9Vv3?usp=sharing
1•MarsFryCook•1h ago•0 comments

RealWorldProgrammer – How to scale blockchain workflows

https://realworldprogrammer.com/2025/11/18/overloading-the-node-the-hidden-engineering-behind-sca...
1•rwpdotcom•1h ago•0 comments

A better way to use MCP

https://rayai.com/blog/code-executing-agents-in-production
1•Amit_Patil_010•1h ago•0 comments

Who Is OpenAI's Auditor?

https://www.ft.com/content/3cff198e-25e5-481a-bd34-e26941e1d12d
2•mraniki•1h ago•2 comments

New Agentic Development Environment

https://app.principal-ade.com
1•fernandoramlugo•1h ago•0 comments

Ask HN: What are some modern technologies that you refuse to adopt?

7•catstor•1h ago•2 comments

Show HN: Quantum4J – A Pure Java Quantum Computing SDK

https://github.com/vijayanandg/quantum4j
1•vijayanandg•1h ago•1 comments
Open in hackernews

Show HN: GeniusPlants – AI-Powered Gardening Assistant

https://www.geniusplants.com/
1•eibrahim•6mo 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.