frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Ten Steps on the Road to Efficient

https://seths.blog/2026/08/ten-steps-on-the-road-to-efficient/
1•momentmaker•1m ago•0 comments

Giza Pyramid Complex

https://en.wikipedia.org/wiki/Giza_pyramid_complex
1•tosh•1m ago•0 comments

DeepSeek-V4-Flash-Vision-Exp

https://huggingface.co/deepseek-ai/DeepSeek-V4-Flash-Vision-Exp
1•amulyabaral•4m ago•0 comments

The Universe as a Minified Bundle

https://andrewarrow.dev/2026/moons/2/day/9/the-universe-as-a-minified-bundle/
1•cs1996•4m ago•0 comments

14% of US employers to drop weight-loss drugs in 2027, as costs increase

https://www.reuters.com/legal/litigation/more-us-employers-drop-weight-loss-drugs-2027-healthcare...
1•brandonb•5m ago•0 comments

Real Estate Scraper– Token-efficient structured property crawler

https://github.com/Kodomoppoi/Real-estate-Scrapper
1•Koddop•7m ago•1 comments

The feds seized a stake in Anthropic from Sam Bankman-Fried's friends

https://www.businessinsider.com/sam-bankman-fried-anthropic-ftx-caroline-ellison-nishad-singh-doj...
1•theanonymousone•9m ago•0 comments

Agent Memory as a File Format

https://calpaterson.com/memoryfields.html
1•ingve•11m ago•0 comments

celld v0.4.0

https://github.com/denoland/celld/releases/tag/v0.4.0
1•tosh•12m ago•0 comments

A CVE Dispute

https://daniel.haxx.se/blog/2026/06/24/a-cve-dispute/
4•theanonymousone•15m ago•0 comments

Your syntax highlighter is wrong (2014)

https://jameshfisher.com/2014/05/11/your-syntax-highlighter-is-wrong/
1•kqr•17m ago•0 comments

Editable 2.0 preview – CMS-free editable websites with Svelte and SQLite

https://editable.website/
1•_mql•19m ago•0 comments

Andrew Ng: the biggest opportunities in AI

https://www.youtube.com/watch?v=o-wv_szZ0V0
1•lifeisstillgood•19m ago•0 comments

SubmitMap – 360 launch directories, who each one accepts, and why

https://submitmap.com/
1•submitmap•21m ago•0 comments

CC builds macOS native driver for HP Laser 1008a

https://github.com/Kuberwastaken/hp-laser-1008a-macos
2•kekqqq•23m ago•0 comments

Sabine Hossenfelder: More Exposed Than Ever (Racism Edition) [video]

https://www.youtube.com/watch?v=BdB79BUcLV0
4•lynx97•25m ago•1 comments

You Know Who Hates AI? Insurance Claims Adjusters

https://www.wired.com/story/insurance-claims-adjusters-really-hate-ai/
1•joozio•27m ago•0 comments

An AI agent is a background job, not a web request

https://nitishagar.medium.com/an-agent-is-a-job-not-an-api-7673b837bd11
1•nitishagar•28m ago•0 comments

The quality you should most wish for your children

http://economist.com/business/2026/08/27/the-quality-you-should-most-wish-for-your-children
4•pingou•30m ago•1 comments

I built a hardware-bound local password vault hidden in a photo

https://blindlock.app/en/
2•BlindLock•30m ago•0 comments

The AI-Native SDLC Starts with Your Infrastructure

https://metalbear.com/blog/ai-native-sdlc-infrastructure/
3•aviramha•31m ago•0 comments

What happens when a GPU writes memory

https://blog.doubleword.ai/what-happens-when-a-gpu-writes-memory
3•somnial•34m ago•0 comments

The People's Computer at 50 the Cosmac ELF [video]

https://www.youtube.com/watch?v=H3Pdf8iRw5E
2•oldnetguy•34m ago•0 comments

Show HN: AI studio with 500 models for headshots, video and images

https://magicshot.ai
2•not_wowinter14•37m ago•0 comments

Local AI Is Dead. You Are at the Funeral

https://twitter.com/ivanburazin/status/2094373912154874171
4•tosh•38m ago•1 comments

There is no such thing as full decentralization

https://en.andros.dev/blog/603e4e90/there-is-no-such-thing-as-full-decentralization/
3•andros•41m ago•0 comments

Day: Create native apps for every platform from a single Rust codebase

https://daybrite.dev/
2•LiamPowell•50m ago•0 comments

Show HN: SwiftMo Power captures real-time exercise kinematics from a webcam

https://app.swiftmo.com/#/stage/:manualMode/:demo
2•Tomas_Metcalfe•51m ago•3 comments

Malleable software = solid bases and custom code

https://www.mdubakov.me/malleable-software-solid-bases-custom-code/
2•tablet•52m ago•0 comments

Data Abstraction, Distributed Systems – Barbara Liskov (Turing Award Winner) [video]

https://www.youtube.com/watch?v=T9CGjbPZeaM
2•binyu•53m 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.