frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Fonts.Free

https://fonts.free/
1•nadermx•35s ago•0 comments

Copy of US Declaration of Independence found by volunteer in UK archives

https://www.theguardian.com/uk-news/2026/jul/03/vanishingly-rare-copy-us-declaration-independence...
1•bloat•1m ago•0 comments

The $1.3M theft that exposed AI's blind spot

https://thenewstack.io/ai-infrastructure-cargo-theft/
1•healsdata•2m ago•0 comments

Crimson Cloak iSH iOS Wrapper with RealTime Dashboard

https://github.com/synchancybersecurity/Crimson-Cloak-ISH-wrapper-iOS-
1•SynChancyber•5m ago•0 comments

Wagering on Wildfires? There's a New Prediction Market for That

https://gizmodo.com/wagering-on-wildfires-theres-a-new-prediction-market-for-that-2000779594
2•engineermore•9m ago•1 comments

We Ran a Complex Task – A LangChain Repo Analysis with Claude Fable Models

https://ctrlnode.ai/news/fable-claude-model-audit-experiment/
1•ctrlnode-ai•15m ago•0 comments

crustc: entirety of `rustc`, translated to C

https://github.com/FractalFir/crustc
4•Philpax•19m ago•0 comments

The Intercept lost control of its Signal-based tip line for months

https://twitter.com/ryangrim/status/2072761908231585845
4•bhouston•22m ago•0 comments

Show HN: GeoSpoof – your VPN hides your IP, but the browser leaks your location

https://geospoof.com/
3•sgro•23m ago•0 comments

Why Did Goose Die Ejecting in Top Gun, but Maverick Didn't in Top Gun Maverick [video]

https://www.youtube.com/watch?v=Gj3r_aKo2bA
2•fortran77•25m ago•0 comments

Sous-Chef, a Claude Code plugin where Fable reviews, Codex implements

https://github.com/tomascupr/sous-chef
1•tomcupr•26m ago•0 comments

FBI Seizes NetNut Proxy Platform, Popa Botnet

https://krebsonsecurity.com/2026/07/fbi-seizes-netnut-proxy-platform-popa-botnet/
3•k1m•29m ago•1 comments

How America Celebrated Its Previous Big Birthday in 1976

https://www.wsj.com/us-news/how-america-celebrated-1976-b0f2b9d1
2•fortran77•30m ago•0 comments

The LLVM Compiler Infrastructure

https://cacm.acm.org/federal-funding-of-academic-research/the-llvm-compiler-infrastructure/
2•sohkamyung•30m ago•0 comments

TV Time is shutting down in a couple of weeks

https://www.neowin.net/news/tv-time-is-shutting-down-in-a-couple-of-weeks/
2•bundie•30m ago•0 comments

Ask HN: What if we provided support for AI guidelines at the kernel level?

1•PJHkorea•32m ago•1 comments

Show HN: Gist Discover – TikTok for ArXiv Summaries

https://gist.is/discover
1•MediaSquirrel•32m ago•0 comments

Mystery identity of 'Green Boots' climber is finally solved after DNA test

https://www.dailymail.com/news/article-15943905/Mystery-identity-Green-Boots-climber-macabre-land...
3•FireBeyond•33m ago•0 comments

Roach cyborg diving suit works well

https://www.popsci.com/technology/cockroach-diving-suit/
2•aegatlin•34m ago•0 comments

Google Android: the ECJ upholds Google's fine of around €4.1B [pdf]

https://curia.europa.eu/site/upload/docs/application/pdf/2026-07/cp260093en.pdf
1•bushwart•35m ago•0 comments

Scaling a 1.59 quadrillion-row logging system across three clouds

https://clickhouse.com/blog/a-quadrillion-rows-across-the-three-cloud-scaling-loghouse
2•saisrirampur•35m ago•0 comments

Greyshark AUV – Biologically Inspired High-Performance Underwater Drone

https://www.hisutton.com/Greyshark-AUV.html
1•EA-3167•36m ago•0 comments

GitHub will send you a CD with your repo on it

https://twitter.com/github/status/2072801888525840476
7•EvanZhouDev•36m ago•1 comments

Smol Machines

https://smolmachines.com/
4•fumplethumb•39m ago•0 comments

Show HN: Capcat – CLI/TUI to Archive Articles as Markdown and HTML (FOSS)

https://capcat.org/
2•stayux•39m ago•0 comments

JPEG-XL Libjxl 0.12 Brings More Performance Optimizations

https://www.phoronix.com/news/JPEG-XL-libjxl-0.12
1•Bender•41m ago•0 comments

Lean 4 software scaling laws

https://gwern.net/lean-scaling
1•yuppiemephisto•41m ago•0 comments

Show HN: A 155K-param transformer builds a map of a world it's never shown

https://ankur-chr.github.io/inside-the-model/
2•ankurchrungoo•42m ago•0 comments

Archivegenocide.com: view the footage collected from Gaza in one place

https://archivegenocide.com/
6•lorecore•44m ago•3 comments

OpenNotetaker for Hinglish Meetings

2•IsomerX•45m 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.