frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Sharding a routing table for lock-free reads in Go

https://vincent.bernat.ch/en/blog/2026-akvorado-rib-sharding
1•vbernat•39s ago•0 comments

Manufacturing Consensus: Propaganda in the Era of Automation and Anonymity(2023)

https://ijoc.org/index.php/ijoc/article/download/26942/5263/107089
1•Jimmc414•2m ago•0 comments

OpenAI reportedly completed a $7B employee tender offer

https://techcrunch.com/2026/08/10/openai-reportedly-completed-a-7-billion-employee-tender-offer/
1•ashurandi•3m ago•0 comments

Operation Earnest Voice (Centcom)

https://en.wikipedia.org/wiki/Operation_Earnest_Voice
1•Jimmc414•4m ago•0 comments

Analytic Treatment of Tipping Points for Social Consensus in Large Networks-2013

https://arxiv.org/abs/1304.7401
1•Jimmc414•6m ago•1 comments

Meta wiped key scam evidence in Andrew Forrest suit, US judge rules

https://www.afr.com/technology/meta-wiped-key-scam-evidence-in-andrew-forrest-suit-us-judge-rules...
3•asdefghyk•12m ago•1 comments

Pakistan requires fingerprint scan transfer to govt. db for SIM card activation

https://www.pta.gov.pk/category/biometric-verification-771039280-2023-05-30
2•walrus01•13m ago•0 comments

Show HN: I vibecoded a heavy lift drone

https://lukeiseman.substack.com/p/i-vibecoded-a-drone
1•liseman•15m ago•0 comments

GPT 5.6 Cyber

https://openai.com/index/expanding-daybreak-as-the-cyber-defense-window-narrows/#websocket-authen...
1•smusamashah•19m ago•0 comments

Folding Prion Protein with AI

https://blog.georeactor.com/prionbio-1
1•mapmeld•20m ago•0 comments

Microsoft Responds to Outcry After Quiet Enterprise Install of Beta 'Photos' App

https://www.neowin.net/news/windows-11-admins-unhappy-as-microsoft-found-installing-unexpected-ne...
4•m463•24m ago•1 comments

Egg: Fast and Extensible Equality Saturation

https://cacm.acm.org/research-highlights/egg-fast-and-extensible-equality-saturation/
1•t-3•27m ago•0 comments

More Young College Graduates Are Living at Home. Is That a Bad Thing?

https://www.nytimes.com/2026/08/02/business/college-graduates-living-at-home.html
2•littlexsparkee•31m ago•3 comments

27x Faster Terminal Text Effects Rust Port

https://github.com/omacom-io/ttfx
2•smusamashah•36m ago•1 comments

Muse Glimmer

https://simonwillison.net/2026/Aug/10/introducing-muse-glimmer/
3•raybb•36m ago•0 comments

HN is good for marketing other than communication or study!?

3•lilerjee•37m ago•0 comments

Demon's souls prototype presentation for gameshare iv [video]

https://www.youtube.com/watch?v=qVK_rc-tnGY
2•andrekandre•37m ago•1 comments

Updated GPG Key for Signing Firefox and Thunderbird Releases

https://blog.mozilla.org/security/2026/08/10/updated-gpg-key-for-signing-firefox-and-thunderbird-...
12•csmantle•38m ago•1 comments

Language models transmit behavioural traits through hidden signals in data

https://www.nature.com/articles/s41586-026-10319-8
3•Phithagoras•41m ago•0 comments

Teaching an Open Model to Do Science

https://www.arcee.ai/blog/teaching-an-open-model-to-do-science
2•gmays•42m ago•0 comments

VSCode-code-widgets: Interactive widgets embedded in source code

https://github.com/CZDanol/vscode-code-widgets
2•thunderbong•45m ago•0 comments

'We Did Our Best': Metaphors of Parenting and AI

https://www.nybooks.com/articles/2026/06/25/we-did-our-best-ai-meghan-ogieblyn/
3•mitchbob•50m ago•1 comments

Why My Father Is Wrong: A Defense of Guitar Hero

https://whatever.scalzi.com/2026/08/10/why-my-father-is-wrong-a-defense-of-guitar-hero/
10•Tomte•50m ago•1 comments

Don't Classify. Hallucinate

https://softwaredoug.com/blog/2026/08/10/hypothetical-classifications.html
2•Tomte•51m ago•0 comments

Show HN: Seedle, daily -dle for Minecraft seeds

https://seedle.loch.tools/
2•lwansbrough•55m ago•0 comments

Plethora – your new (social) platform for Interactive Media

https://plethora.studio/
2•zenarin•56m ago•1 comments

A Technical Framework for Bring Your Own Cloud Applications

https://byocanywhere.org/
2•aloknnikhil•1h ago•0 comments

Pretense of You

https://iamwisdom.substack.com/p/pretense-of-you
2•I_Am_Wisdom•1h ago•0 comments

Wingdings (Album) 2026

https://en.wikipedia.org/wiki/Wingdings_(album)
7•ddxv•1h ago•1 comments

Hatsune Miku

https://en.wikipedia.org/wiki/Hatsune_Miku
3•palad1n•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.