Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Astra for Law(openai.com ↗)
    332comments
  2. Bonsai 2 27B: Near-Lossless Compression in a 9x Smaller Footprint(prismml.com ↗)
    65comments
  3. Bend – A language that blocks AI mistakes via proof, on CPU and GPU(bend-lang.com ↗)
    138comments
  4. Hister: A private search engine for the pages you visit and the files you keep(github.com/asciimoo ↗)
    135comments
  5. Wax motor(wikipedia.org ↗)
    45comments
  6. Fujitsu launches made-in-Japan next-generation CPU FUJITSU-MONAKA(global.fujitsu ↗)
    192comments
  7. Flet 1.0 – Build cross-platform apps in Python(flet.dev ↗)
    24comments
  8. More than 100k people in Japan are now aged 100 or older(bbc.com ↗)
    92comments
  9. Diplodocus, Long Thought Exclusively American, Turns Up in Spain(sci.news ↗)
    18comments
  10. Goose: 1.16x faster than C++ and 1.12x than safe Rust, while memory safe(github.com/aardappel ↗)
    1comments
  11. CrowdSec Source Code Leak(crowdsec.net ↗)
    37comments
  12. How Uber Protects Against Retry Storms(uber.com ↗)
    22comments
  13. Rate limits on GitLab.com are changing(about.gitlab.com ↗)
    106comments
  14. Infinite-Parameter LLMs: Generating and Adapting Weights from Live Data(arxiv.org ↗)
    30comments
  15. Why I didn’t sign the Fields medallists’ letter(gowers.wordpress.com ↗)
    299comments
  16. The most important product decision is what you don't build(liamnugent.me ↗)
    15comments
  17. How do we prevent mathemathics from devolving into the Medieval Era of secrecy?(mathoverflow.net ↗)
    51comments
  18. The American Religion of Self-Storage Facilities(newyorker.com ↗)
    330comments
  19. CCC invites all model citizens to 40C3(ccc.de ↗)
    179comments
  20. TSMC revealing details about next gen A14 node(mapyourshow.com ↗)
    33comments
  21. Landing the Space Shuttle – A Flying Machine and the Thrill of a Lifetime(eaa.org ↗)
    4comments
  22. Zettascale (YC S24) Is Hiring ASIC/FPGA Engineers to Build Chips for ASI(zscc.ai ↗)
    discuss
  23. Alibaba releases Qwen 3.8 Omni Flash(qwen.ai ↗)
    discuss
  24. Show HN: Snapdrop: Instantly share files between devices. No setup, no signup(snapdrop.me ↗)
    17comments
  25. Running Ubuntu on the Lenovo IdeaPad Duet(vhaudiquet.fr ↗)
    23comments
  26. Show HN: Share your AI Setup, Learn from others(mysetup.ai ↗)
    94comments
  27. Launch HN: Skillsync (YC W26) – AI chat sessions made portable across agents
    46comments
  28. Plugin4Shell – Zero Click RCE Vulnerability found in top four coding agents(air.security ↗)
    2comments
  29. André Weil and the Hodge Conjecture(jiahao116.github.io ↗)
    11comments
  30. Towards Self-Driving Codebases(detail.dev ↗)
    81comments

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

37 pointsby 4h agoliamnugent.me
15 comments
4h agoHN ↗

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

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

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

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

1h agoHN ↗

Sometimes "reporting" / "monitoring" is how someone does an end-run around normal product and engineering, and we skip adding what ought to be a feature or domain concept.

For example, suppose someone wants special logging whenever a certain field is edited... And then you find out their real goal is to be able to copy-paste old values back in when someone calls up support and says "oops something went wrong." Now the reporting tool is an intermittent part of our customer support.

In contrast, imagine if there was a real "settings events" table that recorded changes in the app and users could go see them. Or a new concept of "revisions", instead of single mutable field.

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

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

3h agoHN ↗

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

I’m not building space elevator.

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

1h agoHN ↗

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

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

1h agoHN ↗

I would say that 'what not to build' is the second most important decision.

The most important decision is what limitations and constraints you are prepared to accept. There are always limitations and constraints but they are rarely identified up-front.

The most difficult, hard-to-revert decisions are those related to hard constraints imposed by the systems and/or data you have to rely on. Maybe it's not physically possible to obtain the data you need to solve the problem you need to solve for the price you need for it to be viable. Maybe you need to be able to process large files which may take many hours to complete. Or your input data grows father than you can process on a single CPU core. Or the security requirements of a particular piece of data means that you can't efficiently connect it to some external piece of data as you need.

1h agoHN ↗

I see posts pop up with this sentiment often and I'm of two minds:

- llms let us build exactly what we want fairly quickly nowadays, or at least a prototype and

- being able to build these features (or separate products) quickly is exactly the trap

It’s the same test I keep applying when picking the right problems to solve — does it make the boat go faster?

Who knows this though? It's rarely engineers. Product often has a good sense within their lane. Leadership usually (at good companies) is mostly aligned, with some nuance depending on who's speaking.

It's a good sentiment but rarely a single person's decision.

As I said, I see these pop up and I'm usually annoyed because what new take could someone bring at this point, but I read them every single time :p

34m agoHN ↗

I find myself often trapped (enticed?) by how fast and inexpensive it is to build software nowadays and also to learn new things.

Today, was thinking about 1) what do I actually want to build AND maintain? and 2) what do I want to build and maintain that if I didn't do it, someone else probably wouldn't and I'd be really annoyed that it didn't exist in the world?

I dunno, just two current questions I thought you might find interesting, not sure if it adds anything new to the discourse, may be a challenge throughout different parts of human history :-D

1h agoHN ↗

I would go one step further. Instead of 5 low impact features, build the one high impact one. Instead of a cheap notifications hub, fix the need for why you need one.