frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Grigori Perelman

https://en.wikipedia.org/wiki/Grigori_Perelman
1•YeGoblynQueenne•4m ago•0 comments

Why Authenticity Matters in Personal Development

https://medium.com/@flaviopilotodasilva/why-authenticity-matters-in-personal-development-d75de9a3...
1•flaviopilotodas•8m ago•0 comments

Hallucinate got a jetpack – MMO Rave

https://hallucinate.site/?hn
2•stagas•11m ago•0 comments

BabaCAD Robotics Web – free browser-based industrial robot simulator

https://www.babacad.com/robotics/web/
2•comirza•12m ago•0 comments

Pnpm 12.4 can install Rust crates and Python packages

https://pnpm.io/blog/releases/12.4
1•novoreorx•14m ago•0 comments

Show HN: We built a local-first Android agent. Then Meta launched Muse

https://creepy.im/
1•kotleta552•15m ago•0 comments

The core arguments behind the Rockstar union busting trial

https://www.gamedeveloper.com/production/rockstar-and-fired-gta-developers-outline-core-arguments...
3•EvgeniyZh•18m ago•0 comments

Decky: Open-source DIY stream deck

https://github.com/Fenish/decky
2•thunderbong•19m ago•0 comments

Deep dive on evals for agents [video]

https://www.youtube.com/watch?v=UxMZfbWI3LY&list=PLo2EIpI_JMQvQZm-kVlz4wY1vWF0LBcf5&index=1
2•porridgeraisin•19m ago•0 comments

New Solar Panel Technology Trends for 2026 (UK)

https://spectrumenergysystems.co.uk/articles/new-solar-panel-technology-trends-for-2026/
2•DamonHD•32m ago•0 comments

Resistance Training Prescription for Muscle Function, Hypertrophy in Health

https://pmc.ncbi.nlm.nih.gov/articles/PMC12965823/
1•ultral•32m ago•0 comments

Perplexity trusts GPT‑6 Astra with end-to-end systems

https://openai.com/index/perplexity-improving-accuracy-with-astra/
1•ENOMEM•35m ago•0 comments

What do you think of controlling your agent via Siri

1•in_making•35m ago•0 comments

Rust-Like Syntax for WebAssembly

https://github.com/ocsigen/wax
2•alex_hirner•36m ago•0 comments

GoatCode – open-source terminal AI agent with provider failover

2•Arhan-w•38m ago•0 comments

AI may be denting computer science graduates' job prospects, UK data shows

https://www.theguardian.com/education/2026/sep/12/ai-computer-science-graduates-job-prospects-uk-...
2•vinni2•43m ago•0 comments

How the Nintendo Zapper Worked in Slow Motion [video]

https://www.youtube.com/watch?v=V6XnSvB34y8
2•ultral•44m ago•0 comments

The Newsroom EP01 – OpenAI Ships GPT-5 to Azure – DeepSeek Open-Sources 236B Moe

https://www.youtube.com/watch?v=oKORpPIwkm4
2•LebToki•45m ago•0 comments

Learnings from 12,000 Agentic Code Reviews

https://blog.watson-labs.co.uk/6-learnings-from-12000-agentic-code-reviews/
1•ultral•53m ago•0 comments

Time's Best Companies of 2026

https://time.com/article/2026/09/09/worlds-best-companies-of-2026/
2•giuliomagnifico•55m ago•0 comments

Collaboration

1•RTP123•58m ago•0 comments

LocalSend-like file transfer beyond the LAN

https://github.com/threatexpert/gonc-gui
1•gonc_cc•1h ago•0 comments

Stephen Bourne: Early days of Unix and design of sh (2015) [video]

https://www.youtube.com/watch?v=2kEJoWfobpA
1•mpweiher•1h ago•0 comments

Hegel's Logic in Cubical Agda

https://ddebruce.github.io/hegel-agda/index.html
1•hackandthink•1h ago•0 comments

UAE revises 5GW AI data center plan after Iranian attacks, sources say

https://www.reuters.com/world/middle-east/uae-revises-ai-data-center-plan-after-iranian-attacks-s...
5•giuliomagnifico•1h ago•0 comments

40C3 – Call for Participation

https://content.events.ccc.de/cfp/40c3/index.en.html
3•cgeier•1h ago•0 comments

What 1k% Open Rates Taught Us About Detecting Hijacked Email Accounts

https://www.sh.consulting/blog/what-a-1000-percent-open-rate-reveals-about-hijacked-email-accounts
2•toruviel•1h ago•0 comments

Declared Purpose Is Not Authorization

https://zenodo.org/records/22719527
1•sangamdas•1h ago•0 comments

Show HN: Stend – share whatever your agent came up with

https://stend.sh
1•chalyi•1h ago•0 comments

Why This Author Doesn't Publish Technical Articles Anymore

https://galratner.substack.com/p/why-i-dont-publish-technical-articles
5•cats_and_dogs•1h ago•2 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.