frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Cursor in talks to raise $2B+ at $50B valuation as enterprise growth surges

https://techcrunch.com/2026/04/17/sources-cursor-in-talks-to-raise-2b-at-50b-valuation-as-enterpr...
2•evo_9•5m ago•0 comments

I watch my parents meet a predator that hard work cannot beat

https://substack.com/home/post/p-194559908
1•kyanfeat•6m ago•0 comments

Operation Gladio

https://en.wikipedia.org/wiki/Operation_Gladio
1•Jimmc414•9m ago•0 comments

Friday Squid Blogging: New Giant Squid Video

https://www.schneier.com/blog/archives/2026/04/friday-squid-blogging-new-giant-squid-video-2.html
1•omer_k•14m ago•0 comments

Bodega Cats of New York

https://bodegacatsofnewyork.com
1•zdw•15m ago•0 comments

Objection.ai - The AI Tribunal of Truth

https://objection.ai/
1•kawera•16m ago•0 comments

White House and Anthropic hold meetings over Mythos model

https://www.bbc.com/news/articles/cyv10e1d13po
1•_josh_meyer_•25m ago•1 comments

The Business Plot of 1933

https://en.wikipedia.org/wiki/Business_Plot
3•Jimmc414•28m ago•0 comments

Channel decorrelation: 52.8% reduction across Kodak suite, no ML or codec mods [pdf]

https://github.com/PearsonZero/asymmetric-channel-decorrelation/blob/main/baetzel_2026_kodak_benc...
1•PearsonZero•35m ago•0 comments

The nine-to-five PhD: mere myth or an achievable goal?

https://www.nature.com/articles/d41586-026-00509-9
2•jyunwai•39m ago•0 comments

Effective Conversational AI Book: Detailed Review

https://noroinsight.com/effective-conversational-ai-book-review/
1•teleforce•44m ago•0 comments

Show HN: Small, an x402 powered writing site

https://getsmall.xyz/
2•trezm•51m ago•0 comments

Claude Experiment "PersMEM" Rep5: The Distributional Bias and the Third Instance

1•asixicle•54m ago•0 comments

Ketamine for negative and depressive symptoms in schizophrenia

https://www.frontiersin.org/journals/psychiatry/articles/10.3389/fpsyt.2026.1766485/full
1•PaulHoule•56m ago•0 comments

Human Accelerated Regions

https://en.wikipedia.org/wiki/Human_accelerated_regions
1•rolph•56m ago•0 comments

The rate trap: how one architecture decision kills flexibility

https://github.com/getlago/lago/wiki/The-rate-trap:-how-one-architecture-decision-kills-flexibility
1•danoandco•56m ago•0 comments

H.R.8250 Parents Decide Act – trying to force OS age verification US-wide

https://old.reddit.com/r/pcmasterrace/comments/1so9wm8/hr8250_parents_decide_act_this_is_bad/
4•LorenDB•58m ago•2 comments

Diving into Starlink's User Terminal Firmware

https://blog.quarkslab.com/starlink.html
4•techgq•1h ago•0 comments

New AI-generated videos of Iran war spread across social media

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

Traders place $760M bet on falling oil ahead of Hormuz announcement

https://www.reuters.com/sustainability/boards-policy-regulation/traders-place-760-million-bet-fal...
8•Jimmc414•1h ago•1 comments

Show HN: I made a calculator that works over disjoint sets of intervals

https://victorpoughon.github.io/interval-calculator/
2•fouronnes3•1h ago•1 comments

Casus Belli Engineering

https://marcosmagueta.com/blog/casus-belli-engineering/
5•b-man•1h ago•0 comments

The Bureaucrats Won't Be Toppled: Revolts No Longer Work

https://unherd.com/2025/09/why-the-bureaucrats-wont-be-toppled/
4•barry-cotter•1h ago•1 comments

Infinite Velocity

https://cube-drone.com/posts/2026/infinite_velocity/
2•tapoxi•1h ago•0 comments

Madison Square Garden's Surveillance Machine

https://www.wired.com/story/madison-square-garden-jim-dolan-surveillance-machine/
5•c420•1h ago•4 comments

Why LLMs Aren't Giving You the Result You Expect

https://akitaonrails.com/en/2026/04/15/how-to-talk-to-claude-code-effectively/
3•vinipolicena•1h ago•0 comments

The parking lot that's keeping the lights on

https://www.begiant.ca/stories/places/solar-parking-lots-energy-emissions
3•Teever•1h ago•0 comments

Reflecting on my own strange year at Uber

https://anon-ex-uber.medium.com/reflecting-on-my-own-strange-year-at-uber-e73165422245
17•anon-ex-uber•1h ago•0 comments

Education research is weak and sloppy. Why?

https://www.theargumentmag.com/p/education-research-is-weak-and-sloppy
3•barry-cotter•1h ago•0 comments

Show HN: Nilbox – Run OpenClaw without exposing your API tokens

https://nilbox.run/
2•rednakta•1h ago•0 comments
Open in hackernews

Show HN: GeniusPlants – AI-Powered Gardening Assistant

https://www.geniusplants.com/
1•eibrahim•11mo 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.