frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The New Internet Era

https://blogs.newardassociates.com/blog/2026/titit-llms-and-internet.html
1•damowangcy•30s ago•0 comments

At the Autograph Show

https://oldster.substack.com/p/at-the-autograph-show
1•NaOH•1m ago•0 comments

Tab Tender – Split the bar tab in seconds

https://tabtender.app
1•MitchelRut•1m ago•1 comments

From Silos to Service Topology: Why Netflix Built a Real-Time Service Map

https://netflixtechblog.com/from-silos-to-service-topology-why-netflix-built-a-real-time-service-...
1•mazinz•2m ago•0 comments

Intel Is Struggling to Supply Laptop Chips Built Around Its New 18A Node

https://www.culpium.com/p/intel-is-struggling-to-supply-laptop
1•osnium123•2m ago•0 comments

Microsoft Is Bricking the Perpetual Version of Office 2019 for Mac

https://support.microsoft.com/en-us/office/update-microsoft-365-or-office-on-your-macos-or-ios-de...
1•tech234a•3m ago•0 comments

Agentic Mfw

https://agenticmotherfucking.website
1•elmerland•3m ago•1 comments

I left the Alan Turing Institute to join 'game-changer' AI lab

https://www.thetimes.com/business/technology/article/alan-turing-institute-new-ai-lab-nskdppnjb
1•petethomas•5m ago•0 comments

Running an AI-native engineering org – Claude

https://claude.com/blog/running-an-ai-native-engineering-org
1•ddl•8m ago•0 comments

I made Bipolar-Tracker.com to track my manic episodes better

https://bipolar-tracker.com/
1•nataliebeaumont•13m ago•1 comments

Ask HN: Feedback on an AI-driven "Life RPG" for real-world skill building?

1•MixasETH•17m ago•0 comments

Pakistan's lost city of 40k people

https://www.bbc.com/travel/article/20221114-pakistans-lost-city-of-40000-people
2•mooreds•18m ago•1 comments

Indus Script (2015)

https://www.worldhistory.org/Indus_Script/
3•mooreds•18m ago•0 comments

Summer Is Prime Time for Account Takeover

https://securityboulevard.com/2026/06/summer-is-prime-time-for-account-takeover/
1•mooreds•19m ago•0 comments

I built a CLI that orients you in an unfamiliar repo: feedback wanted

https://github.com/mansoor-mamnoon/codeglance
1•mansoor-mamnoon•23m ago•0 comments

Look Who Just Crashed OpenAI and SoftBank's IPO Party

https://www.bloomberg.com/opinion/articles/2026-06-02/ipo-race-look-who-just-crashed-open-ai-and-...
2•petethomas•23m ago•0 comments

Free daily AI brief from your Garmin data (Gemini and GitHub Actions)

https://github.com/deep0410/garmin-ai-notifier
2•deep0410xd•24m ago•0 comments

NLAB: The worlds smallest electronics lab

https://getnlab.com/
2•doctoboggan•27m ago•0 comments

Can A.I. Produce Writing That We Want to Read?

https://www.newyorker.com/news/fault-lines/can-ai-produce-writing-that-we-actually-want-to-read
3•fortran77•28m ago•1 comments

Real-time ceiling projection of planes flying overhead

https://old.reddit.com/r/aviation/comments/1tvabpy/i_live_in_the_take_off_path_of_sfo_and_built_a/
2•CarbonBasedUnit•28m ago•1 comments

Where Google's Head of AGI Safety Thinks the 'Doomers' Are Wrong – Rohin Shah [video]

https://www.youtube.com/watch?v=Tv3mGA3wqh8
1•emrehan•28m ago•0 comments

FUTO – 2 Years Later

https://immich.app/blog/futo-two-years-later
1•sathyabhat•32m ago•0 comments

Bad universal priors and notions of optimality (2015) [pdf]

https://jan.leike.name/publications/Bad%20Universal%20Priors%20and%20Notions%20of%20Optimality%20...
1•measurablefunc•32m ago•0 comments

The Hare Programming Language

https://harelang.org/
2•gurjeet•33m ago•0 comments

Capstone – multi-platform, multi-architecture disassembly framework

https://www.capstone-engine.org/
2•gregsadetsky•36m ago•0 comments

How to delete your ChatGPT account

https://proton.me/blog/how-to-delete-chatgpt-account
4•devonnull•38m ago•0 comments

Ask HN: A Brief History of LLMs

2•menomatter•38m ago•0 comments

Adding Features That Help Get Users

https://fastbusinessapi.com/article/adding-features-that-help-get-users/
1•ApiFB-Dev•39m ago•0 comments

My Theory by Albert Einstein(1919)

https://todayinsci.com/E/Einstein_Albert/EinsteinAlbert-MyTheory.htm
2•o4c•39m ago•0 comments

Videos show people entering NYC sewers at night; residents,investigators baffled

https://apnews.com/article/nyc-sewer-explorers-manhole-investigation-a229be36b3daa74223ad0a43bfdc...
3•petethomas•39m 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.