Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Is-odd-jev – check if a number is odd, with a calibrated probability(github.com/alxcrt ↗)
    discuss
  2. Zeek 9 – Zeek Network Security Monitor(zeek.org ↗)
    discuss
  3. Alibaba releases Qwen 3.8 Omni Flash(qwen.ai ↗)
    discuss
  4. What Is Happening with PostgreSQL 19?(snowflake.com ↗)
    discuss
  5. Agent Email Is Spam(coryd.dev ↗)
    discuss
  6. ICE-style immigration raids won't be used in Australia, minister says(abc.net.au ↗)
    1comments
  7. Show HN: Things To Have – free, privacy caring, mighty wishlist app(thingstohave.app ↗)
    discuss
  8. AI safety requires more than just slowing our pace – Stuart Russell(theguardian.com ↗)
    discuss
  9. The Neon back end is GA(neon.com ↗)
    discuss
  10. Craft: A Collection of Design Engineering Concepts(gustavofior.com ↗)
    discuss
  11. Apple Reportedly Accepts 30% Higher RAM and Storage Prices in 2027(macrumors.com ↗)
    discuss
  12. Show HN: I made a browser tool that creates newspaper and book text match cuts(papereffects.site ↗)
    discuss
  13. Amazon EC2 T8i Instances(amazon.com ↗)
    discuss
  14. A Mathematical Theory of Communication [pdf](math.harvard.edu ↗)
    1comments
  15. Filename Breaks iOS, and That's Boring Now(bryce.co ↗)
    discuss
  16. 'Godfather of AI' says tech regulation is nearing Covid-style pivot moment(theguardian.com ↗)
    discuss
  17. Three +1s and a Prayer(minid.net ↗)
    discuss
  18. AWS launches simplified getting started experience (with budget limits)(amazon.com ↗)
    1comments
  19. Huawei Ascend 960 SuperPoD uses NPO technology to power next-generation AI infra(technode.com ↗)
    discuss
  20. Why I Built my own Language App(maximepeabody.substack.com ↗)
    2comments
  21. Data Science Weekly – Issue 669(datascienceweekly.substack.com ↗)
    discuss
  22. Human Agency, Coding Agents, and Transagentic Knowledge Acquisition(bayleaf.dev ↗)
    discuss
  23. Docs in AI copyright suit reveal startling admission by Microsoft exec(orlandosentinel.com ↗)
    discuss
  24. Silo and the impossible "dream" of programming humanity(emot.substack.com ↗)
    discuss
  25. Show HN: Respawn – an undo button for AI agents (Rust, local-first, no cloud)(github.com/savageazfck ↗)
    discuss
  26. Show HN: Unmute – a single definition for voice agents, pushed to any stack(github.com/slng-ai ↗)
    discuss
  27. Meteor Blaster(cdn.openai.com ↗)
    1comments
  28. Small AI models let drones autonomously identify and attack battlefield targets(arstechnica.com ↗)
    discuss
  29. Jev is about to change the AI economy(thefinancialengineer.substack.com ↗)
    discuss
  30. Show HN: summ – a single-binary container registry in Rust with a built-in UI(github.com/summcr ↗)
    1comments

The most important product decision is what you don't build

15 pointsby 2h agoliamnugent.me
6 comments
2h agoHN ↗

Yes. Don't succumb to featuritis. Destroy the barnacles.

1h agoHN ↗

The one I get constantly is we want "custom reporting". Well what the hell is that really? Why, why, why do you need that? Then I just build a new feature they will actually use and defer "custom reporting" for another month.

1h agoHN ↗

I see this all the time... custom reporting, reports... I have seen this so many times in so many places and I wonder why the fuck are people asking about it. Most of the time they have little clue of what they want reported, or how they want the data to look like. Nearly 100% of the time what they mean by reporting is "join all the tables that have a foreign key, force join all the ones that do not have a foreign key by using a union against some arbitrary value picked at most-likely-to-be-the-right-one and dump everything on an "excel spreadsheet". This is the golden standard most people go by.

13m agoHN ↗

I worked with a guy who specialized in custom reporting tools and pipelines. He said that a majority of the time people are asking for custom reporting tools, it’s because the app’s built-in tools for sorting/filtering/aggregating data aren’t answering the questions they are asking.

Now whenever someone brings that up, I ask “What question are they wanting the answer to?”. It usually leads to either a new feature or just clarifying where that question can be answered. Looks like you’ve caught onto that same school of thought.

Sometimes people just want to feed data into their own warehouse so they can query data across different pieces of software, or they are too stubborn to get to the bottom of what question they’re trying to answer.

4m agoHN ↗

Give them an API with the data so they can get create their own reports. Maybe even charge them per hour to create the custom reports.

1h agoHN ↗

It’s hard decision, but it has to be made.

I’m not building space elevator.