frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: A geocities inspired place for your vibed tools

https://www.tinytooltown.com/
2•shanselman•1m ago•0 comments

Google Cameyo – turn legacy Windows apps into PWAs

https://cameyo.google/
1•LorenDB•2m ago•0 comments

The Tree House: A voyage to the source of a backyard dream

https://www.laphamsquarterly.org/roundtable/tree-house
1•Caiero•4m ago•0 comments

Red Hot Chili Peppers sell music catalogue for $300M

https://guitar.com/news/industry-news/red-hot-chili-peppers-sell-music-catalogue/
2•randycupertino•7m ago•0 comments

The AI agent economy is going mainstream

https://datadome.co/agent-trust-management/why-anthropics-connector-expansion-makes-mcp-security-...
3•nrengan•9m ago•0 comments

Agentic AI is giving cyber criminals nation-state-like powers

https://www.defenseone.com/threats/2026/05/pentagon-leaders-love-agentic-ai-its-giving-cyber-crim...
1•jethronethro•9m ago•1 comments

SignalForge – A Local-First, Zero-Cloud Autonomous Agent with UI Verification

https://peerlist.io/aliberkcanli/project/signalforge
1•ABCanli•10m ago•0 comments

W – The European social network for verified humans

https://wsocial.news/
1•layer8•10m ago•0 comments

Library for fast mapping of Java records to native memory

https://github.com/mamba-studio/TypedMemory
2•joe_mwangi•12m ago•0 comments

I Ran the NSA This Is How to Defeat China's Hacker Army

https://www.nytimes.com/2026/05/11/opinion/international-world/i-ran-the-nsa-this-is-how-to-defea...
2•frb•14m ago•0 comments

Agentic AI vs. AI Agents: The Governance Shift

https://rootcx.com/blog/agentic-ai-vs-ai-agents
2•seyz•20m ago•0 comments

Ask HN: What makes a good intern in 2026?

3•ThePhillipLin•21m ago•1 comments

Show HN: Agentic productivity platform for high perfomers

https://www.mainthread.app/
2•bolshchikov•21m ago•0 comments

German data protectionists push for final end to Chat Control

https://www.heise.de/en/news/German-data-protectionists-push-for-final-end-to-chat-control-112830...
4•theanonymousone•23m ago•0 comments

Nvidia embraces AI investor, topping $40B in equity bets 2026

https://www.cnbc.com/2026/05/09/nvidia-embraces-ai-investor-topping-40-billion-in-equity-bets-202...
3•gmays•23m ago•2 comments

Will AI Produce the Next Great Divergence?

https://www.lawfaremedia.org/article/will-ai-produce-the-next-great-divergence
2•speckx•25m ago•0 comments

Mac App Store Review Times Increasing

https://mjtsai.com/blog/2026/03/02/mac-app-store-review-times-increasing/
4•jhack•25m ago•0 comments

FormulaBase: A Markdown editor with LaTeX support

https://formulario-five.vercel.app/
2•developer_ai_•26m ago•0 comments

A modern desktop music player for people tired of streaming apps

https://github.com/heartached/Noctis
3•heartached•27m ago•1 comments

Myst's Game Design Proposal document (1991)

https://archive.org/details/myst_proposal
2•gaws•30m ago•0 comments

Expat 2.8.1 released, CVE-2026-45186 and CVSS unreliability

https://blog.hartwork.org/posts/expat-2-8-1-released/
2•spyc•32m ago•0 comments

Golden Testing a CAD Library

https://doscienceto.it/blog/posts/2026-04-27-golden-testing-cad.html
2•PaulHoule•33m ago•0 comments

I built a simpler, more powerful "Dropbox" for devs and creators

https://dropscodes.vercel.app/
2•ghassan_gaidi•33m ago•0 comments

MobyDB – The Geospatial-Native Database

https://mobydb.com/
2•petethomas•33m ago•0 comments

DepthWork – iOS app that scores focus quality with a neuroscience-based index

https://depthwork.io/
2•CubusWaw•35m ago•0 comments

Sunburn inspired a new way to store energy

https://www.bbc.com/news/articles/c62l9gnx775o
6•devonnull•36m ago•0 comments

Cloudflare "issue" blocking legitimate access from humans for days

https://www.cloudflarestatus.com/incidents/xlh20wf0hd70
5•BrunoBernardino•37m ago•0 comments

Privacy, ownership, and freedom are being taken away from you

https://spicygarbagesoup.bearblog.dev/privacy-ownership-and-freedom-are-being-taken-away/
4•y0eswddl•37m ago•0 comments

History of CRMs APL

https://www.computer.org/csdl/magazine/an/2026/01/11442828/2eXehpB3Ybe
2•tosh•37m ago•0 comments

Using LLM in the shebang line of a script

https://til.simonwillison.net/llms/llm-shebang
3•twapi•39m ago•0 comments
Open in hackernews

Show HN: GeniusPlants – AI-Powered Gardening Assistant

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