Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Astra for Law(openai.com ↗)
    269comments
  2. Bonsai 2 27B: Near-Lossless Compression in a 9x Smaller Footprint(prismml.com ↗)
    42comments
  3. Bend – A language that blocks AI mistakes via proof, on CPU and GPU(bend-lang.com ↗)
    119comments
  4. Hister: A private search engine for the pages you visit and the files you keep(github.com/asciimoo ↗)
    124comments
  5. How to Write with an LLM(sockpuppet.org ↗)
    35comments
  6. Wax motor(wikipedia.org ↗)
    41comments
  7. Fujitsu launches made-in-Japan next-generation CPU FUJITSU-MONAKA(global.fujitsu ↗)
    186comments
  8. More than 100k people in Japan are now aged 100 or older(bbc.com ↗)
    20comments
  9. Flet 1.0 – Build cross-platform apps in Python(flet.dev ↗)
    13comments
  10. CrowdSec Source Code Leak(crowdsec.net ↗)
    35comments
  11. The most important product decision is what you don't build(liamnugent.me ↗)
    10comments
  12. Diplodocus, Long Thought Exclusively American, Turns Up in Spain(sci.news ↗)
    10comments
  13. Rate limits on GitLab.com are changing(about.gitlab.com ↗)
    103comments
  14. Infinite-Parameter LLMs: Generating and Adapting Weights from Live Data(arxiv.org ↗)
    26comments
  15. How GLM built its own inference infrastructure(z.ai ↗)
    259comments
  16. The American Religion of Self-Storage Facilities(newyorker.com ↗)
    312comments
  17. Why I didn’t sign the Fields medallists’ letter(gowers.wordpress.com ↗)
    259comments
  18. TSMC revealing details about next gen A14 node(mapyourshow.com ↗)
    29comments
  19. How do we prevent mathemathics from devolving into the Medieval Era of secrecy?(mathoverflow.net ↗)
    42comments
  20. Zettascale (YC S24) Is Hiring ASIC/FPGA Engineers to Build Chips for ASI(zscc.ai ↗)
    discuss
  21. Sex, AI, and the Apocalypse(iankduncan.com ↗)
    78comments
  22. How Uber Protects Against Retry Storms(uber.com ↗)
    9comments
  23. Landing the Space Shuttle – A Flying Machine and the Thrill of a Lifetime(eaa.org ↗)
    1comments
  24. CCC invites all model citizens to 40C3(ccc.de ↗)
    176comments
  25. Running Ubuntu on the Lenovo IdeaPad Duet(vhaudiquet.fr ↗)
    22comments
  26. Launch HN: Skillsync (YC W26) – AI chat sessions made portable across agents
    46comments
  27. André Weil and the Hodge Conjecture(jiahao116.github.io ↗)
    10comments
  28. Show HN: Share your AI Setup, Learn from others(mysetup.ai ↗)
    87comments
  29. Computer Reset, Dallas(dfarq.homeip.net ↗)
    discuss
  30. Show HN: Snapdrop: Instantly share files between devices. No setup, no signup(snapdrop.me ↗)
    9comments

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.

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

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

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

4m agoHN ↗

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

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