frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

A powerful new chapter for Windows PCs, accelerated by Nvidia RTX Spark

https://blogs.windows.com/windowsexperience/2026/05/31/introducing-a-powerful-new-chapter-for-win...
1•WalterSobchak•28s ago•0 comments

Nvidia DGX Station for Windows

https://nvidianews.nvidia.com/news/nvidia-dgx-station-for-windows-puts-a-trillion-parameter-ai-su...
1•goshx•1m ago•0 comments

Show HN: Shdoc – javadoc for shell scripts (2019)

https://github.com/reconquest/shdoc
1•reconquestio•9m ago•0 comments

Complexity Theory's 50-Year Journey to the Limits of Knowledge (2023)

https://www.quantamagazine.org/complexity-theorys-50-year-journey-to-the-limits-of-knowledge-2023...
1•arunc•11m ago•0 comments

Future Prediction of News Letter

https://pendianoca.substack.com/p/the-friction-filled-transition-maritime
1•penpendian•12m ago•0 comments

Surface Laptop Ultra: Made for World Makers

https://blogs.windows.com/devices/2026/05/31/introducing-surface-laptop-ultra-made-for-world-makers/
3•berlianta•13m ago•0 comments

MiniMax M3: The First Open-Weights Model to Combine Three Frontier Capabilities

https://twitter.com/MiniMax_AI/status/2061266317815296322
3•pretext•17m ago•0 comments

Comparisons of Health Care Systems in the United States, Germany and Canada (2012)

https://pmc.ncbi.nlm.nih.gov/articles/PMC3633404/
1•rawgabbit•18m ago•0 comments

Story Points: Explicit, Honest, Predictable. In Use

https://bastrich.tech/story-points/
1•bastrich•19m ago•0 comments

Hermes Agent is now natively supported on Windows

https://hermes-agent.nousresearch.com/docs/user-guide/windows-native
1•pretext•19m ago•0 comments

Ask HN: What's an advice that you no longer give? Why?

2•joddystreet•21m ago•0 comments

Gavriel Cohen found his own code inside OpenClaw, so he walked away

https://thenewstack.io/nanoclaw-openclaw-agent-security/
2•msolujic•22m ago•0 comments

Jk

https://marcodonatodigitalluxe.nl/
1•janbv124•27m ago•0 comments

SOTA-scan: Claude skill, an honest mirror for your repo

https://github.com/MerlijnW70/sota-scan
1•MerlijnW70•30m ago•0 comments

"What a joke": GitHub Copilot's token-based billing spurs backlash among devs

https://techcrunch.com/2026/05/30/what-a-joke-github-copilots-new-token-based-billing-spurs-const...
2•nryoo•31m ago•0 comments

Prompt injection lets attackers hijack Instagram accounts via Meta AI support

https://www.neowin.net/news/people-are-using-prompt-injection-to-trick-metas-ai-into-handing-over...
2•bundie•32m ago•0 comments

The Capacity of HotHands to Facilitate High-Altitude Research (2023) [pdf]

https://www.colorado.edu/center/spacegrant/sites/default/files/attached-files/B3_RRCC_BringingThe...
2•radeeyate•33m ago•0 comments

Rubin Tracks Skyscraper-Size Asteroids and Failed Supernovas

https://www.quantamagazine.org/rubin-tracks-skyscraper-size-asteroids-failed-supernovas-and-inter...
2•adm4•37m ago•0 comments

Reflection SDD: Use a Reflection Harness to Level Up Your OpenSpec Workflow

https://www.dataleadsfuture.com/reflection-sdd-use-a-reflection-harness-to-level-up-your-openspec...
1•qtalen•39m ago•1 comments

The first Vera Rubin NVL72 server rack

https://twitter.com/i/status/2061118201636036668
3•mudil•1h ago•0 comments

Marcus Aurelius Had Anxiety Too – Stoicism for People Who Overthink

https://stvrrll1ght.substack.com/p/marcus-aurelius-had-anxiety-too-stoicism
11•maheenahmed•1h ago•1 comments

In UFO Files, Some Christians See Vexing Questions – and Demons

https://www.nytimes.com/2026/05/31/us/ufo-files-pentagon.html
1•ryan_j_naughton•1h ago•0 comments

Can I find the exact number of users in FusionAuth with specific attributes?

https://fusionauth.io/community/forum/topic/3132/how-can-i-get-an-exact-number-of-users-with-some...
1•mooreds•1h ago•0 comments

Ask HN: How do you solve AI's confused deputy problem?

1•david_shi•1h ago•0 comments

xAI touts 10x performance gain while Ceramic has achieved 80 MFU

https://www.ceramic.ai/blog/ai-training-stack-performance-how-ceramic-achieved
4•densone•1h ago•0 comments

The Totalisator

https://computer.rip/2026-05-31-totalisator.html
2•pinewurst•1h ago•0 comments

Peter Thiel warns AI is threat to technical roles more than to creative thinkers

https://fortune.com/article/peter-thiel-ai-skills-creative-thinking-technical/
5•1vuio0pswjnm7•1h ago•1 comments

Nearly one-third of automotive loan terms are longer than six years

https://www.businesswire.com/news/home/20260528635242/en/
2•mattas•1h ago•1 comments

Instagram exploit allows you to use Meta AI to reset passwords to accounts

https://xcancel.com/DarkWebInformer/status/2061253599758315527
3•Cider9986•1h ago•0 comments

Show HN: Find your birth date song that was number-one

https://github.com/skorotkiewicz/tbs
1•modinfo•1h 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.