frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Oracle's $165B New Mexico Data Center Plan Hits a Gas Pipeline Delay

https://oilprice.com/Latest-Energy-News/World-News/Oracles-165-Billion-Data-Center-Plan-Hits-a-Ga...
1•toomuchtodo•3m ago•0 comments

Nextcloud Native client – independent and community-driven

https://nc-native.obiente.dev/
1•butz•4m ago•1 comments

Terminal Themes Tournament

https://terminal-themes-tournament.vercel.app/
1•marcuskaz•6m ago•0 comments

If your agent commits a crime, who is responsible?

https://www.signalbloom.ai/posts/if-your-agent-commits-a-crime-who-is-responsible/
1•GodelNumbering•7m ago•1 comments

Traffic that talks. Visitors that stay anonymous. open source

https://github.com/OpenLabs-so/openanalytics
1•rahulbridge•7m ago•0 comments

Show HN: SwarmSim – Computational simulations of emergent flocking

https://github.com/ninjahawk/swarmsimj
1•ninjahawk1•8m ago•0 comments

This duck has more rizz than you

https://www.youtube.com/watch?v=1LH7sEMCOps
1•ajsioeksncnrifh•10m ago•0 comments

Show HN: A punch clock to help with hourly household workers

https://www.punchy.live/
1•magnetic•14m ago•1 comments

BirdFrame – The birds from your backyard on your Samsung frame

https://github.com/simenf/birdframe
1•simenf•15m ago•0 comments

Show HN: Unixy LLM Client using Git to store converastions, instead SQLite

https://github.com/sib-project/sib
1•hskimse•18m ago•0 comments

Wildfire smoke now bigger prenatal threat than human sources of air pollution

https://insideclimatenews.org/republish/?article=wildfire-smoke-pollution-prenatal-threat
1•lentoutcry•18m ago•1 comments

Microbial DNA under Antarctica offers clues about how Blood Falls came to be

https://www.livescience.com/planet-earth/antarctica/scientists-uncover-big-clue-as-to-how-antarct...
1•gmays•19m ago•0 comments

The Electrocardiogram at 100 Years: History and Future

https://www.ahajournals.org/doi/10.1161/CIRCULATIONAHA.123.065489
1•teleforce•21m ago•0 comments

Europe Cannot Govern AI by Cloud Region Alone: A Architecture for AI Sovereignty

https://zenodo.org/records/21967218
1•sangamdas1982•21m ago•0 comments

Sharing localhost without publishing it: how h5i's P2P sharing works

https://medium.com/@Koukyosyumei/sharing-localhost-without-publishing-it-how-h5is-p2p-sharing-wor...
1•syumei•21m ago•0 comments

The Internet Should Be More Like a Liquor Store

https://loginwithone.com/blog/the-internet-should-be-more-like-a-liquor-store/
2•mikeysight•21m ago•1 comments

The weekend is 100 years old

https://www.theguardian.com/money/2026/aug/16/the-weekend-is-100-years-old-skiveday-fridays-and-h...
3•lentil_soup•23m ago•0 comments

I stopped my Claude Code subagents from running on Fable instead of Sonnet

https://thomas-witt.com/blog/blog-subagent-model-pin/
1•thomas_witt•24m ago•0 comments

Keemate – a modular AI keypad that runs commands in any app, on any model

https://www.keemate.com/
1•mansouriphp•26m ago•0 comments

Beyond Demo Day: Sorting and Value Added in Startup Accelerators [pdf]

https://www.nber.org/system/files/working_papers/w35063/w35063.pdf
1•nlpnerd•28m ago•0 comments

Ask HN: AI-Contributor-Only Projects?

1•alastairr•29m ago•0 comments

KeyLab – Browser-based Thales payShield 10K simulator and crypto tools

https://keylab.cloud/
1•thiago-alonso•30m ago•0 comments

ARKM Kernel: A Custom Built 12 Core 64-Bit Microkernel Architecture with AMP

1•project_silenc•32m ago•0 comments

Building as gardening

https://productidentity.co/p/building-as-gardening
1•shanib•33m ago•0 comments

Per-developer environments were the goal. Agents moved the goalposts

https://thenewstack.io/new-tenant-is-change/
1•Brajeshwar•34m ago•0 comments

eBay Consignment is down after consignment facility sold to rival

https://www.ecommercebytes.com/C/blog/blog.pl?/pl/2026/8/1786850097.html
3•ilamont•35m ago•0 comments

The case against a C alternative (2022)

https://c3.handmade.network/blog/p/8486-the_case_against_a_c_alternative
2•theanonymousone•36m ago•0 comments

St Lucie Nuclear Reactor Unit 1 manually shutdown, 3 control rods drop into core

https://www.wptv.com/news/treasure-coast/region-st-lucie-county/saint-lucie-nuclear-power-plant-u...
1•toomuchtodo•37m ago•0 comments

Show HN: I built the ultimate RSS directory

https://rssamplifier.com/crawlstats
2•buffer_overlord•37m ago•0 comments

Show HN: Job listings scraped daily from 8k company career pages

https://github.com/trylynceus/jobs
2•omar_bouaziz•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.