frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Behind the Rise of Censorship and Distrust in Europe [video]

https://www.youtube.com/watch?v=vL4VvmFYpW0
1•PorciiVorbesc•1m ago•0 comments

JavaScript is enough to build native firmware for microcontrollers

https://geastack.com/one-pager
1•arbayi•2m ago•0 comments

US preparing 'massive' potash deal with Belarus

https://kyivindependent.com/us-preparing-massive-potash-deal-with-belarus-trump-says/
1•consumer451•2m ago•0 comments

Project Terminal – A macOS workspace for terminals and coding agents

https://www.projectterminal.app/
1•soybelli•2m ago•0 comments

Planning with Agents: Divided Worlds, Boundary Objects, and Thicker Interfaces

https://maggieappleton.com/planning-agents
1•azhenley•4m ago•0 comments

Parsing Bolo Replays

https://rooklift.github.io/parsing_bolo_replays/
1•danielvf•5m ago•0 comments

When semantic judgment becomes cheap enough to put everywhere

https://sameernanda.com/system-one-models-jev/
1•sameernanda•5m ago•0 comments

Solving for faster SHA-1 collision detection

https://sam.dev/blog/faster-sha1-collision-detection
2•srijs•6m ago•0 comments

AI-Assisted Starling Desktop Introduces 3D View

https://www.phoronix.com/news/Starling-0.5-3D-Desktop
1•starlingos•9m ago•0 comments

US halts flights at busy East Coast airports, says fiber line cut

https://www.reuters.com/world/us/faa-halts-some-us-east-coast-flights-due-communication-issues-20...
4•allanbreyes•10m ago•1 comments

Developmental xenocortication using human-derived organoids in mice

https://www.nature.com/articles/s41586-026-11032-2
1•bookofjoe•10m ago•0 comments

We gave every managed cloud agent a durable SQL database

https://docs.opencomputer.dev/agents/database
1•iacguy•11m ago•0 comments

One Hundred Days of Fatherhood

https://suriya.cc/essays/100days/
2•suriyaG•11m ago•0 comments

GLM 5.3 Hosted by Mistral

https://twitter.com/mistralvibe/status/2102056993531871446
1•abc42•11m ago•0 comments

Gravity Linux Alpha Release: Linux on the M4 Mac Mini with GPU and DCP Support

https://gravitylinux.org/blog/early-alpha-m4-mac-mini/
3•ADevWithAnIdea•14m ago•0 comments

Robot Relations Departments: The New Corporate Reality

https://www.techbuzz.ai/articles/robot-relations-departments-the-new-corporate-reality
1•Vaslo•15m ago•0 comments

Mullet of Log Processing: Determinism in the Front, AI at the Back (Expanso/Jev)

https://expanso.io/blog/log-triage-expanso-jev/
2•TheIronYuppie•16m ago•0 comments

Show HN: VisionOS 27, iOS 27 object tracking demo – placing objects eyes closed

https://github.com/robomex/visionOS-27-iOS-27-Object-Tracking-Demo
1•robomex•18m ago•0 comments

How to Limit What Apple's New Siri AI Can Access in iOS 27

https://www.eff.org/deeplinks/2026/09/how-limit-what-apples-new-siri-ai-can-access-ios-27
3•paimapi•18m ago•0 comments

Anthropic, OpenAI et al. face antitrust suit for agreeing to slow AI development

https://www.tomshardware.com/tech-industry/big-tech/anthropic-openai-spacexai-and-google-face-ant...
8•MC995•18m ago•0 comments

Help 404 Media Find Out How Your Local Police Are Surveiling You

https://www.404media.co/is-your-city-using-axon-license-plate-cameras-we-need-your-help/
9•paimapi•18m ago•0 comments

Why Does an NPM Math Library Need an Encrypted Loader?

https://safedep.io/mathmain-encrypted-loader/
4•abhisek•18m ago•0 comments

Right-sizing Databricks job clusters, automatically

https://altimate.ai/blog/right-sizing-databricks-job-clusters-automatically
1•frasermarlow•19m ago•0 comments

No protocol fees. No investors

https://basicswapdex.com/donations
1•dRK-U•20m ago•0 comments

Show HN: MicroLLM lab – try small LMs in browser, see tok/s and accuracy

https://github.com/robss2020/microllm-lab
1•logicallee•20m ago•0 comments

Windows Exploitation Techniques: Dangling COM Object Registrations

https://projectzero.google/2026/09/windows-dangling-com.html
1•dimonomid•21m ago•0 comments

Boomers love making AI images of their grandkids. Millennial parents hate it

https://www.businessinsider.com/grandparents-ai-images-grandkids-privacy-parents-2026-9
6•randycupertino•22m ago•0 comments

SnoozeOps – Scheduled sleep for AWS and GCP dev environments

https://snoozeops.io
1•tiagotemporin•22m ago•0 comments

Paramount settles with US states in big step towards closing Warner Bros merger

https://www.reuters.com/legal/litigation/paramount-settles-with-california-other-states-clearing-...
4•JumpCrisscross•22m ago•0 comments

Show HN: Conway's Game of Life in boot sector

https://github.com/0xAX/BootLife
1•0xAX•24m 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.