Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Astra for Law(openai.com ↗)
    219comments
  2. Bend – A language that blocks AI mistakes via proof, on CPU and GPU(bend-lang.com ↗)
    105comments
  3. Bonsai 2 27B: Near-Lossless Compression in a 9x Smaller Footprint(prismml.com ↗)
    30comments
  4. Hister: A private search engine for the pages you visit and the files you keep(github.com/asciimoo ↗)
    121comments
  5. Wax motor(wikipedia.org ↗)
    37comments
  6. Fujitsu launches made-in-Japan next-generation CPU FUJITSU-MONAKA(global.fujitsu ↗)
    174comments
  7. Sex, AI, and the Apocalypse(iankduncan.com ↗)
    33comments
  8. Flet 1.0 – Build cross-platform apps in Python(flet.dev ↗)
    3comments
  9. How to Write with an LLM(sockpuppet.org ↗)
    11comments
  10. CrowdSec Source Code Leak(crowdsec.net ↗)
    35comments
  11. Infinite-Parameter LLMs: Generating and Adapting Weights from Live Data(arxiv.org ↗)
    26comments
  12. Rate limits on GitLab.com are changing(about.gitlab.com ↗)
    103comments
  13. Diplodocus, Long Thought Exclusively American, Turns Up in Spain(sci.news ↗)
    5comments
  14. How Uber Protects Against Retry Storms(uber.com ↗)
    8comments
  15. The American Religion of Self-Storage Facilities(newyorker.com ↗)
    295comments
  16. TSMC revealing details about next gen A14 node(mapyourshow.com ↗)
    28comments
  17. How GLM built its own inference infrastructure(z.ai ↗)
    255comments
  18. Zettascale (YC S24) Is Hiring ASIC/FPGA Engineers to Build Chips for ASI(zscc.ai ↗)
    discuss
  19. Everybody's Lost Their Minds(netmeister.org ↗)
    174comments
  20. Why I didn’t sign the Fields medallists’ letter(gowers.wordpress.com ↗)
    242comments
  21. How do we prevent mathemathics from devolving into the Medieval Era of secrecy?(mathoverflow.net ↗)
    31comments
  22. The most important product decision is what you don't build(liamnugent.me ↗)
    5comments
  23. Show HN: Snapdrop: Instantly share files between devices. No setup, no signup(snapdrop.me ↗)
    6comments
  24. Canto: A speech model built for the real world(wisprflow.ai ↗)
    11comments
  25. One year of sponsored Servo development(servo.org ↗)
    138comments
  26. Running Ubuntu on the Lenovo IdeaPad Duet(vhaudiquet.fr ↗)
    19comments
  27. CCC invites all model citizens to 40C3(ccc.de ↗)
    175comments
  28. André Weil and the Hodge Conjecture(jiahao116.github.io ↗)
    8comments
  29. Launch HN: Skillsync (YC W26) – AI chat sessions made portable across agents
    43comments
  30. Towards Self-Driving Codebases(detail.dev ↗)
    74comments

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.

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

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

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