Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Base's B20 Bet Is Growing – Could the Next Billion-Dollar Project Be Built Here?(fika.bar ↗)
    discuss
  2. The FAA's plan to fix air traffic? $875M worth of AI(techcrunch.com ↗)
    discuss
  3. Red and Blue America Have Found Something to Agree On: Flock Cameras Must Go(wsj.com ↗)
    discuss
  4. LawConnect(lawconnect.com ↗)
    1comments
  5. Email marketing from Grok Bot official integration(twitter.com/migma_ai ↗)
    discuss
  6. OSU's Bag Man - What was his bag, man?(oregonstater.org ↗)
    discuss
  7. Mistral Hacked(frenchbreaches.com ↗)
    discuss
  8. Dear developers, we are open‑sourcing our dictation app, Blurt(assemblyai.com ↗)
    discuss
  9. Can an AI chatbot save lives by answering texts about pregnancy?(npr.org ↗)
    discuss
  10. Publishers block the robots.txt path their own affiliate redirects live on(disclosed.info ↗)
    discuss
  11. Productivity Effects Across Generations of AI Coding Tools(ssrn.com ↗)
    1comments
  12. Talk to JEV(github.com/mkotlikov ↗)
    discuss
  13. Typing Python, Gradually [video](youtube.com ↗)
    discuss
  14. PPPlayer – An open-source music player built with Flutter(ppplayer.com ↗)
    discuss
  15. We Need to Rewild the Internet (2024)(noemamag.com ↗)
    discuss
  16. Egglog and Equality Saturation in a Production Tensor Compiler(egraphs.org ↗)
    discuss
  17. Fix It in Post(oncemarked.com ↗)
    discuss
  18. Tech continues to be political (2025)(miriamsuzanne.com ↗)
    discuss
  19. SHOW HN: I built the fastest PHP webserver in the world
    1comments
  20. Show HN: A repo-aware architecture checkup for Rails apps(railsbaseline.com ↗)
    discuss
  21. EA Safety(venkateshrao.com ↗)
    discuss
  22. Union Alpha is Unbiased's Pareto(openrouter.ai ↗)
    1comments
  23. Show HN: 500 TB internet index in ClickHouse, with congestion pricing(scry.io ↗)
    discuss
  24. Jev was trained on 100% synthetic data(twitter.com/completeskeptic ↗)
    discuss
  25. Reimagining research papers as interactive and reliable AI agents(nature.com ↗)
    discuss
  26. Is-odd-jev – check if a number is odd, with a calibrated probability(github.com/alxcrt ↗)
    discuss
  27. Zeek 9 – Zeek Network Security Monitor(zeek.org ↗)
    discuss
  28. Alibaba releases Qwen 3.8 Omni Flash(qwen.ai ↗)
    discuss
  29. What Is Happening with PostgreSQL 19?(snowflake.com ↗)
    discuss
  30. Agent Email Is Spam(coryd.dev ↗)
    discuss

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

25 pointsby 3h agoliamnugent.me
10 comments
2h agoHN ↗

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

2h 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.

56m 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.

48m 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.

4m agoHN ↗

I thought "custom reporting" was code for "our in-house dev team is slow".

2h agoHN ↗

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

I’m not building space elevator.

30m agoHN ↗

Or as I like to say “the best way to launch is to cut features”.

As an engineering leader you’ve got to advocate for it against product/design all the time.

5m agoHN ↗

The better way is to never have those features in your pipeline already.

3m agoHN ↗

Part of the question may be how do you change the users expectations.

If you are building a product the user already knows, that might not be difficult.

We work in the sleep space, where everyone expects a hypnogram and a sleep score. Even though these things don't actually tell you anything real. They are of little value to most people, but that is the expectation.