frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

RF Capture Guide for VHS

https://github.com/oyvindln/vhs-decode/wiki/RF-Capture-Guide
1•linuxkernal•58s ago•1 comments

Katz's Management Explains the $50 Lost Ticket Fee

https://ny.eater.com/2010/5/17/6733167/katzs-management-explains-the-50-lost-ticket-fee
1•thunderbong•2m ago•0 comments

Meta-Stripper – Strip Image Metadata Locally

https://metastripper.devkram.de/
1•ulrischa•2m ago•0 comments

Anton Poulter

https://adamapples.blogspot.com/2026/09/anton-poulter.html
1•Tomte•2m ago•0 comments

SNL Weekend Update: Anthropic CEO Dario Amodei on A.I.'S Threat to Humanity [video]

https://www.youtube.com/watch?v=-Nvne3LzBls
1•CharlesW•2m ago•0 comments

Ember-1

https://fireworks.ai/blog/ember-1
1•gmays•2m ago•0 comments

Gut Feelings (2007) [pdf]

https://hadinur.net/wp-content/uploads/2018/05/gerd-gigerenzer-gut-feelings_-the-intelligence-of-...
1•joebig•6m ago•0 comments

How Jev works: calibrated decision models

https://victordibia.com/explainers/jev/
1•azhenley•7m ago•0 comments

Sinai: By This Way Only

https://worldhistory.substack.com/p/sinai-by-this-way-only
1•gdillard•7m ago•0 comments

Calling the AI bluff: Adding "Do not guess" cut made-up fields from 71% to 20%

https://earnanhonestdollar.com/bench
3•FKJ•10m ago•0 comments

Then They Came for the Ostriches

https://harpers.org/archive/2026/10/then-they-came-for-the-ostriches-jb-mackinnon-paranoia-and-po...
3•Thevet•12m ago•0 comments

macOS 27: ifconfig command no longer prints hardware MAC address

1•luckman212•13m ago•0 comments

Show HN: Gat – Version large files with Git, without an LFS server

https://github.com/getgat-dev/gat
3•davnn•14m ago•0 comments

Elon Musk Film Hit with Censorship

https://www.thedailybeast.com/obsessed/damning-elon-musk-film-hit-with-shocking-censorship/
3•embedding-shape•17m ago•0 comments

Show HN: EthosLM - Turn a sentence into a Minecraft city

https://github.com/chaitbuilds/EthosLM
1•chaitbuildz•19m ago•0 comments

Show HN: Jobless Joke Language (JJL), a Brainf***-inspired esoteric language

https://github.com/ghetea-patrick/jjl
1•patrick-ghetea•19m ago•0 comments

Show HN: Claude on a 2007 Nokia 6300 (Java ME app, TLS 1.0, private CA)

https://github.com/emir/claude-s40
1•emir•21m ago•0 comments

MiMo-v2.6-Flash: on intelligence/price Pareto frontier

https://artificialanalysis.ai/models/mimo-v2-6-flash
2•AnodicElegy•21m ago•1 comments

Dynep: Real-time GPU spot market across 31 cloud providers

https://data.dynep.com
1•nurturely•24m ago•0 comments

Flock seeks to have security researchers' map of Flock cameras taken down

https://www.tomshardware.com/tech-industry/cyber-security/flock-seeks-to-have-security-researcher...
3•sbulaev•27m ago•0 comments

Hello Hnu

1•Mohamed_Amineio•28m ago•1 comments

Against Political Realism

https://xd1.dev/2024/07/against-political-realism
2•gchamonlive•28m ago•1 comments

The accidental history of 3000, 8080, and other port numbers

https://smarmelling.com/posts/the-accidental-history-of-3000-8080-and-other-port-numbers.html
2•smarmelling•30m ago•0 comments

ReBirth RB-338

https://en.wikipedia.org/wiki/ReBirth_RB-338
1•gregsadetsky•31m ago•0 comments

AI in hospital billing adds nearly $1B in extra costs

https://www.bcbs.com/about-us/association-news/bcbsa-analysis-ai-coding-tools-affects-healthcare-...
2•neehao•32m ago•1 comments

Halo: An open-source, self-modifiable, agentic operating system

https://gethalo.dev/
1•tanishqkanc•33m ago•0 comments

Appeals Court Lets The Pentagon Designate Anthropic a Supply-Chain Risk

https://www.wired.com/story/appeals-court-lets-the-pentagon-designate-anthropic-a-supply-chain-risk/
1•joozio•33m ago•0 comments

Life Forge – Autonomous Flight Simulator for AI Agents

https://github.com/zariffromlatif/life-forge
1•mdzariflatif•34m ago•0 comments

Joby Completes First-Ever Autonomous Flight Across the United States

https://www.jobyaviation.com/news/joby-completes-first-ever-fully-autonomous-flight-across-the-un...
1•sssilver•34m ago•0 comments

Joplin

https://joplinapp.org
1•Tomte•35m 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.