frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The day the business started deploying to prod

https://annampeter.substack.com/p/the-day-the-business-started-deploying
1•codebyauser•4m ago•0 comments

Show HN: Grok-ultracode – standing ultracode for Grok Build CLI

https://github.com/malakhov-dmitrii/grok-ultracode
1•cskeleto•5m ago•0 comments

In Soviet Union, Optimization Problem Solves You (2012 but Relevant Again)

https://crookedtimber.org/2012/05/30/in-soviet-union-optimization-problem-solves-you/
1•hagbard_c•6m ago•1 comments

ZeroVer: 0-Based Versioning

https://0ver.org/
1•vladde•7m ago•0 comments

White House tech strategy leaves open-weight AI off its critical list

https://thenextweb.com/news/white-house-strategy-open-weight-ai-critical-technology-list
1•LYFMail•7m ago•0 comments

Domain Name Journal

https://www.dnjournal.com/index.htm
1•orf•7m ago•0 comments

Code quality and security tooling was built around the repo and that's breaking

https://blog.codacy.com/teams-built-quality-and-security-infrastructure-around-the-repository-and...
1•claudiacsf•8m ago•1 comments

Hong Kong convicts two Tiananmen vigil activists of inciting subversion

https://www.france24.com/en/asia-pacific/20260821-the-hong-kong-tiananmen-vigil-activists-convict...
1•pera•8m ago•0 comments

Rust 1.98.0

https://blog.rust-lang.org/2026/08/20/Rust-1.98.0/
2•HieronymusBosch•12m ago•1 comments

Safety Issues and an Accident Delayed Linde's Green Hydrogen Plant for Years

https://industrydecarbonization.com/news/safety-issues-and-an-accident-delayed-lindes-green-hydro...
1•hannob•13m ago•0 comments

The smell of rain: how Aussie scientists invented a new word in 1964

https://www.csiro.au/en/news/All/Articles/2015/March/the-smell-of-rain-how-our-scientists-invente...
1•fanf2•14m ago•0 comments

Pasiv – a signed, honest crypto miner for the machine you own

https://pasiv.network/
1•screan•18m ago•0 comments

Bounded Agents: Delegation Security for Multi-Agent AI Systems

https://arxiv.org/abs/2608.15888
2•xmuruaga•24m ago•0 comments

Google gives publishers a new way to fight AI-driven traffic losses

https://techcrunch.com/2026/08/20/google-gives-publishers-a-new-way-to-fight-ai-driven-traffic-lo...
2•jnord•29m ago•0 comments

We Changed Travel Forever

https://hotels.cooveb.com
1•sshinde•30m ago•2 comments

Scientists tracked kids for 8 years – the screen time result was unexpected

https://www.sciencedaily.com/releases/2026/08/260815064803.htm
1•jnord•30m ago•0 comments

Emacs 31.1 will release on 8/24

https://github.com/emacs-mirror/emacs/blob/062dcd2aead00c3b47c14ff5b6c40313f7a775f5/etc/HISTORY
9•birdculture•36m ago•0 comments

Bulwark Gateway – fail-closed security proxy for LLM agents (self-hosted)

https://github.com/red-orbita/bulwark-gateway
1•rokitoh•38m ago•0 comments

Engaging with AI for serious maths research – Norman Wildberger

https://www.youtube.com/watch?v=Q7d2KMdVp9E
1•nyc111•38m ago•0 comments

The Defense-Tech Bubble Is Headed for Consolidation

https://fox-and-lion.vercel.app/analysis/the-defense-tech-bubble-is-headed-for-consolidation
5•bdjsmsm•42m ago•0 comments

SQLite plans can drastically differ with CTE and temp table

https://askrecall.dev/blog/44-minute-ci-job/
1•vira28•43m ago•0 comments

SQLite for Everything

https://joecode.com/2026-08-19-sqlite3/
1•mpweiher•44m ago•0 comments

Survival Guide for a Censored Internet

https://akitaonrails.com/en/2026/08/19/survival-guide-for-a-censored-internet/
1•g0xA52A2A•47m ago•0 comments

Compilation of Elon Musk promising self driving Tesla 'next year' for 10 years

https://www.reddit.com/r/EnoughMuskSpam/s/ROk3lHIdqQ
3•fsuts•48m ago•1 comments

Inadvertent Context Leakage in Language Models

https://arxiv.org/abs/2608.19857
1•sbulaev•49m ago•0 comments

Voluntary attention regulates acute immune responses in humans

https://www.nature.com/articles/s41562-026-02541-1
2•morsch•52m ago•0 comments

America Inc has a tight grip on allied governments

https://www.economist.com/business/2026/08/16/america-inc-has-a-tight-grip-on-allied-governments
1•edward•53m ago•0 comments

Bitcoin's short squeeze traced to a Treasury bond buyback decision

https://davidebtc186.substack.com/p/bitcoin-just-had-its-biggest-squeeze
1•shadowbip•58m ago•0 comments

Only one type of lawyer will survive the AI wipeout

https://www.afr.com/work-and-careers/workplace/judges-may-be-the-only-survivors-of-law-s-ai-carna...
2•asdefghyk•1h ago•1 comments

Writing with AI Is Stupid

https://lambdaland.org/posts/2026-08-07-ai-writing-stupid/
4•frizlab•1h ago•3 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.