frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Pack-src – pack source code into clean shareable ZIP

https://github.com/muhammadmuzzammil1998/pack-src
1•muzzammildotxyz•59s ago•0 comments

Computer-Use-Linux

1•anotherCodder•3m ago•0 comments

Built a email agent for founders which never sleeps

1•maulik_builds•3m ago•0 comments

'Impossible' Black Holes: Scientists Know Why

https://www.wired.com/story/the-universe-is-full-of-impossible-black-holes-now-scientists-know-why/
1•Timofeibu•5m ago•0 comments

ShannonBase: The Lightweight Semantic Layer for Enterprise AI SQL

https://medium.com/@shannon.data.tech/shannonbase-the-lightweight-semantic-layer-for-enterprise-a...
1•shannon-data-ai•10m ago•1 comments

Captainys / Townsemu Releases v20260522

https://github.com/captainys/TOWNSEMU/releases/tag/v20260522
1•cyrc•11m ago•0 comments

Maybe human-coded software will be seen like we see Pyramids of Giza today

https://chaos.social/@doener/116624000858016044
2•doener•18m ago•0 comments

"Write as Little Code as Possible"

https://age-of-product.com/little-code-ai/
1•swolpers•23m ago•0 comments

New macOS Spreadsheet App (v1.2)

https://apps.apple.com/us/app/quicksheet-light-spreadsheet/id6748457063?mt=12
2•FileNotch•26m ago•0 comments

Language models are weird for the same reason human cultures are weird

https://davidoks.blog/p/language-models-are-weird-for-the
1•tie-in•27m ago•0 comments

Would people value credibility indicators in shortform educational/news content?

1•HelloWorldP•28m ago•0 comments

DSHR's talk at Stanford "Designing for Authenticity" class

https://blog.dshr.org/2026/05/talk-jonathan-dotans-class.html
1•basilesimon•29m ago•0 comments

OpenAI and Nvidia Are Using Google's SynthID to Watermark AI Content

https://firethering.com/openai-nvidia-using-google-synthid-ai-watermarking/
2•steveharing1•32m ago•0 comments

A Cattle Ranch Is Doing What the Ivy League Can't

https://www.nytimes.com/2026/05/20/opinion/deep-springs-college-ivy-league-education.html
1•mitchbob•33m ago•0 comments

The Enhanced Games: Like the Olympics, but steroids are allowed

https://www.bbc.com/news/articles/cedpz1zqp8po
1•only_in_america•34m ago•0 comments

Build-time sponsorship verification for OSS libraries installed via NuGet

https://github.com/SimonCropp/SponsorCheck
1•lowleveldesign•43m ago•0 comments

Inside the Motorola 68060 and Chip Design: Lead Designer Joe Circello

https://www.youtube.com/watch?v=1takr2k7Yfo
1•doener•48m ago•0 comments

Claude Got Fed Up

2•blokeofkent•50m ago•1 comments

Karen Hao: AI creating a DESPERATE BASE OF WORKERS with no full-time employment

https://www.youtube.com/watch?v=E4Zd9ZXjkao
5•chvid•51m ago•1 comments

SnapIndex turns browser screenshots into searchable notes

https://www.snapindex.tools/
4•walkingsardine•53m ago•1 comments

Mathematical Patterns in African American HAIRSTYLEs

https://math.buffalo.edu/mad/special/gilmer-gloria_HAIRSTYLES.html
2•marysminefnuf•58m ago•0 comments

A Place for Free Speach

https://openvoice.club
1•DevBookDigital•59m ago•1 comments

Structured LLM Learning Path, from Zero to AI Researcher, 8-Phase Curriculum

https://github.com/barvhaim/llm-learning-path
1•bignet•59m ago•0 comments

Apiffuf (ffuf for APIs) – fuzzer for API hostsnames and endpoints

https://github.com/jsmonhq/apiffuf
1•rashahacks•1h ago•0 comments

APKPure is distributing a malicious copy of Telegram

https://xcancel.com/EricParker/status/2058411298195661221
2•csmantle•1h ago•0 comments

From source code 2 LLM constraints:a semantic extractor for Python, SwiftUI, Lua

https://github.com/whitecell-dev/Semantic-Extractor/tree/main
1•MaykonMan•1h ago•0 comments

Greg Brockman: Inside the 72 Hours That Almost Killed OpenAI

https://fs.blog/knowledge-project-podcast/greg-brockman/
2•prakashqwerty•1h ago•0 comments

Computer Science Achievement and Writing Skills Predict Vibe Coding Proficiency

https://dl.acm.org/doi/10.1145/3772318.3791666
2•galaxyLogic•1h ago•1 comments

Tinkersynth

https://www.tinkersynth.com/
1•saikatsg•1h ago•0 comments

A maintainability ratchet for AI-assisted Python

https://kayhan.dev/posts/014-letting-agents-write-code-without-ratcheting-up-risk/
1•keynha•1h 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.