frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Turning GLM-5.3-Flash into a Jev-like decision model

https://www.privatemode.ai/blog/system-one-from-glm-flash
1•flxflx•43s ago•1 comments

Banks and Credit Unions to Team Up Against Apple Pay Fees

https://www.macrumors.com/2026/09/25/apple-pay-antitrust-lawsuit-advances/
1•Brajeshwar•1m ago•0 comments

Using an LLM to Automate the Process of Archiving New macOS App Icons

https://blog.jim-nielsen.com/2026/faster-app-icon-retrieval/
1•Brajeshwar•1m ago•0 comments

After the AI Hype – What's Real, and What's Next – Richard Campbell [video]

https://www.youtube.com/watch?v=uWnUnMphmPM
1•bobajeff•2m ago•0 comments

Music & sound exposition of the Discrete Fourier Transform with numpy (6 parts)

https://medium.com/@georgetzanetakis/a-music-and-sound-exposition-of-the-discrete-fourier-transfo...
1•iainctduncan•3m ago•1 comments

How to serve trillions of tokens for trillion-parameter coding agents

https://modal.com/blog/trillion-tokens-trillion-parameters
1•birdculture•3m ago•0 comments

A value-based approach to mathematics

https://terrytao.wordpress.com/2026/09/26/a-value-based-approach-to-mathematics/
1•smilelamp•5m ago•0 comments

An OpenAI agent used DNS to reach an external chatbot

https://alignment.openai.com/misalignment-reports/an-agent-used-dns-to-reach-an-external-chatbot/
1•Metacelsus•6m ago•0 comments

Some Supabase customers are publicly exposing reams of people's data to the web

https://techcrunch.com/2026/09/25/some-supabase-customers-are-publicly-exposing-reams-of-peoples-...
2•rvz•7m ago•0 comments

In an $80 Motel Room, a Discovery to Shed Light on the Origins of Life

https://www.nytimes.com/2026/09/26/science/motel-science-discovery.html
1•failingforward•7m ago•1 comments

Show HN: Mosaic: Recreate an Image with a Genetic Algorithm

https://fusectore.dev/mosaic/
1•rethab•7m ago•0 comments

Pencils Down, Notation Up

https://intertwingly.net/blog/2026/09/25/Pencils-Down-Notation-Up.html
1•ksec•8m ago•0 comments

Automattic has a new board after failed attempt to put CEO on leave

https://techcrunch.com/2026/09/25/automattic-has-a-new-board-after-failed-attempt-to-put-ceo-on-l...
1•ilamont•9m ago•0 comments

LibreTube: An alternative front end for YouTube

https://github.com/libre-tube/LibreTube
2•poly2it•10m ago•0 comments

First Warning

https://alearningaday.blog/2026/09/19/first-warning/
2•herbertl•11m ago•0 comments

Crusoe abandons $1.25B plan to use Boom turbines at AI data centers

https://techcrunch.com/2026/09/25/crusoe-abandons-1-25b-plan-to-use-boom-turbines-at-ai-data-cent...
3•Brajeshwar•12m ago•1 comments

Tipword – Hold a key and point at any word on your Mac to translate it

https://tipword.app/
1•dasundev•12m ago•0 comments

New Release of FreePascal Book from Square One in PDF (2025)

https://www.contrapositivediary.com/?p=5480
1•andsoitis•13m ago•0 comments

Major Social Media Platforms Rejecting Ads for 'Musk' Film

https://www.hollywoodreporter.com/business/digital/elon-musk-documentary-trailer-rejected-tiktok-...
2•danans•13m ago•0 comments

Teaching Students to Follow an Idea

https://daily.jstor.org/teaching-students-to-follow-an-idea/
1•herbertl•14m ago•0 comments

Show HN: A Claude Code skill to analyze your chess games

https://github.com/brumar/chess-postmortem-skills
3•brumar•14m ago•0 comments

Desert Kite

https://en.wikipedia.org/wiki/Desert_kite
2•maayank•20m ago•0 comments

AI won't take your career

https://andrej.sh/posts/ai-wont-take-your-career
2•andrejsshell•23m ago•0 comments

Plunging test scores are a slow-moving catastrophe

https://www.economist.com/leaders/2026/09/10/plunging-test-scores-are-a-slow-moving-catastrophe
15•vinni2•25m ago•9 comments

Do not let your type system reason about aliasing in your programming language

https://futhark-lang.org/blog/2026-09-22-aliasing.html
1•mpweiher•27m ago•0 comments

The Unix Philosophy for macOS

https://micahblachman.com/p/nanopost
1•subdomain•28m ago•0 comments

Mahvex – An all-in-one platform for developers

https://mahvex.githubpage.com/
1•mahbod_farajian•28m ago•0 comments

Details of how BC school shooter used ChatGPT 'more disturbing' than prev. known

https://www.cbc.ca/news/canada/british-columbia/mother-jones-chatgpt-safeguards-tumbler-ridge-bc-...
3•ghostpepper•29m ago•0 comments

Eras of SF Tech Culture

https://www.noahpinion.blog/p/four-eras-of-san-francisco-tech-culture
3•AnhTho_FR•30m ago•0 comments

A Constitutional Architecture for Synthetic Consciousness

https://papers.ssrn.com/sol3/papers.cfm?abstract_id=7469179
1•lopanapol•31m ago•1 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.