frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

A canvas-like workspace where you design your own knowledge archive

https://strata.ws
1•sf_ws•27s ago•0 comments

NY judge stays lawsuit seeking ownership of nearly 40k Bitcoin wallets

https://www.theblock.co/post/403910/ny-judge-stays-lawsuit-seeking-ownership-of-nearly-40000-bitc...
1•hippich•6m ago•0 comments

Living in the Time of Dying

https://www.livinginthetimeofdying.com
3•rendx•7m ago•1 comments

U.S. attorney accuses California of blocking voter roll audit amid legal battle

https://ktla.com/news/california/u-s-attorney-accuses-california-of-blocking-voter-roll-audit-ami...
1•Bender•7m ago•0 comments

SpaceX IPO deck says "Deploy orbital AI compute at scale"

https://www.sec.gov/Archives/edgar/data/1181412/000162828026040610/spacexfwp.htm
1•Lihh27•10m ago•1 comments

The Nerdy Escorts Cashing in on Silicon Valley's AI Boom

https://www.forbes.com/sites/annatong/2026/06/07/the-nerdy-escorts-cashing-in-on-silicon-valleys-...
1•hilux•13m ago•1 comments

Opra.ai: GitHub-native governance for agentic business workflows

https://github.com/sabbanis/opra.ai
1•sabbanis•14m ago•1 comments

Will artificial intelligence soon escape human control?

https://www.economist.com/science-and-technology/2026/06/07/will-artificial-intelligence-soon-esc...
1•andsoitis•16m ago•1 comments

NodeRadar Pro v1.0.0 (Freeware Network Utility)

https://github.com/PyPie-Studio/NodeRadar-Pro
1•tryku•19m ago•0 comments

Navy sailor, 25, is arrested for twisted ISIS plot to wreak mass havoc

https://www.dailymail.com/news/article-15881297/california-man-arreted-isis-terroist-plot-navy-sa...
2•Bender•19m ago•0 comments

New Power Banks Released by BMX with Safer Semi-Solid-State Batteries

https://www.androidauthority.com/bmx-semi-solid-state-battery-power-banks-3674759/
1•m463•19m ago•0 comments

Firefox Merges Support for Vulkan Video Decoding

https://www.phoronix.com/news/Firefox-Vulkan-Video-Merged
2•Bender•20m ago•0 comments

Difficult conversations don't need to be messy

https://julienreszka.com/blog/difficult-conversations-don-t-need-to-be-messy/
1•julienreszka•23m ago•0 comments

Huawei executive credits bans for accelerating domestic chip independence

https://www.techradar.com/pro/huaweis-chairman-officially-thanks-the-us-government-for-enabling-c...
3•yogthos•24m ago•0 comments

AI enthusiasts in a race against time, AI skeptics in a race against entropy

https://charitydotwtf.substack.com/p/ai-enthusiasts-are-in-a-race-against
1•ssivark•25m ago•0 comments

Amp Wave

https://www.ampwave.online
1•Wilcorleone•26m ago•1 comments

Ask HN: Are we as society going to let LLM companies take all the values?

8•randomdev123•32m ago•2 comments

I made Claude Code 100x better and 40% more efficient

https://claynicholson.com/blog/khlawde-code
5•claynicholson•34m ago•1 comments

Tiny community of English master thatchers: fight unfolding over dying tradition

https://www.nytimes.com/2026/06/03/realestate/thatch-roof-homes-england-long-straw-tradition.html
1•bookofjoe•36m ago•1 comments

John Drew Barrymore Double Feature

https://cinemasojourns.com/2026/06/07/john-drew-barrymore-double-feature/
1•jjgreen•36m ago•0 comments

Show HN: Code Island – teaches programming logic with drag-and-drop blocks

https://zslava.itch.io/code-island
1•zslava88•42m ago•0 comments

From Company Brain to an AI Operating System

https://medium.com/@calufa/from-company-brain-to-an-ai-operating-system-a9378d697f1a
1•_hfqa•43m ago•0 comments

Why People Get Autonomy Wrong

https://autonomousagents19.com/blog/founder-dependency/why-most-people-get-autonomy-wrong
1•KissMySaas•43m ago•0 comments

NASA to wear Prada as luxury group pushes into space industry

https://www.reuters.com/science/nasa-wear-prada-luxury-group-pushes-into-space-industry-2026-06-07/
2•JumpCrisscross•46m ago•0 comments

Three decades of warming in temperate forests destabilizes soil organic matter

https://www.sciencedirect.com/science/article/pii/S0048969726004419?via%3Dihub
1•PaulHoule•48m ago•0 comments

UK Home Office retires 25-year-old asylum database, keeps spreadsheets

https://www.theregister.com/public-sector/2026/06/07/home-office-ditches-legacy-asylum-database-k...
1•logickkk1•50m ago•0 comments

Show HN: Shunbox, Your inbox sorted before you open it

https://www.shunbox.app/
1•albertyang•50m ago•0 comments

A Categorical Framework for Agentic Artificial Intelligence

https://arxiv.org/abs/2606.01444
1•ssivark•53m ago•1 comments

Can Mark Carney Get Canadians to Trust AI?

https://www.cbc.ca/news/politics/artificial-intelligence-mark-carney-analysis-9.7225476
4•devonnull•54m ago•0 comments

Yann LeCun Says LLMs Have 2 Years Left

https://www.youtube.com/watch?v=85M0cTnNKCI
2•root-parent•54m 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.