Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Cloudflare Quick Tunnels(cloudflare.com ↗)
    163comments
  2. Photon-Emission-Guided Laser Fault Injection Enables RP2350 Secure Debug(ledger.com ↗)
    20comments
  3. Show HN: Cactus Needle 3: 8-29MB automation models can match DeepSeek V4 Flash(cactuscompute.com ↗)
    39comments
  4. North Korean nuclear test sets off years of earthquakes(science.org ↗)
    100comments
  5. US Military had close call after using AI for hallucinated intelligence report(cnn.com ↗)
    63comments
  6. OpenJev(openjev.com ↗)
    225comments
  7. C++26: Trivial infinite loops are no longer undefined behaviour(sandordargo.com ↗)
    128comments
  8. Systemd is a suite of basic building blocks(systemd.io ↗)
    16comments
  9. Show HN: Ax-check.com – Can agents use your product?(ax-check.com ↗)
    11comments
  10. I vibed a proof of Conway's conjecture(overreacted.io ↗)
    131comments
  11. A heap overflow and SSO misconfiguration to compromise OpenAI internal repos(hacktron.ai ↗)
    189comments
  12. Mathematicians Build Long-Awaited Graph Sandwich(quantamagazine.org ↗)
    10comments
  13. I don't like passkeys(hawksley.dev ↗)
    603comments
  14. Jemalloc 5.4.0(github.com/jemalloc ↗)
    77comments
  15. Border agents can search cellphones without a warrant or reasonable suspicion(lawandcrime.com ↗)
    12comments
  16. Cekura (YC F24) Is Hiring(ycombinator.com ↗)
    discuss
  17. NATS publishes preliminary report on technical incident of 8 September(nats.aero ↗)
    24comments
  18. The scourge of x86 emulation(fex-emu.com ↗)
    71comments
  19. Show HN: Scry, programmable internet search w/ congestion pricing(scry.io ↗)
    8comments
  20. The Shadows Lurking in the Equations – Underwater Islands(gods.art ↗)
    13comments
  21. Warren Buffett Steps Down as Berkshire Chairman, Names Son to Replace Him(nytimes.com ↗)
    172comments
  22. GrassLobster: AI Agentic Generation of Parametric Geometry Workflows(miro.vision ↗)
    5comments
  23. BeanShell3 in Development(beanshell.github.io ↗)
    18comments
  24. Replacing Pull Requests with Delta(zed.dev ↗)
    80comments
  25. AI chatbots are becoming experts at changing people's minds(science.org ↗)
    82comments
  26. An empirical study of harness design for coding agents(arxiv.org ↗)
    49comments
  27. Bend 2 and the Vibe-Coding Trap(liampwll.com ↗)
    224comments
  28. Build Faster Feedback Loops Using Qualitative User Research(nseldeib.com ↗)
    2comments
  29. Pre-Greek: The lost language hidden within Ancient Greek(linguisticdiscovery.com ↗)
    63comments
  30. Microsoft exec called AI scraping 'the largest theft of labor in human history'(techcrunch.com ↗)
    684comments

Clients Don’t Care About Responsive Web Design

1 pointsby 13y agospeckyboy.com
4 comments
13y agoHN ↗

Responsive design is crap. I (as a user) would rather have ONE fucking site that looks the same in all devices.

"Responsive design" of the kind with moving divs around for different sizes instantly give me LESS on a mobile, and changes the experience from when I browse on my laptop. Suddenly I have to hunt for things that were all there on the laptop version of the website.

It's ironic that we got "responsive design" in an era when even mobile/tablet devices finally have the capability to show a full width page and/or employ tap-to-zoom to make navigation a breeze.

13y agoHN ↗

...but let me give you a real world example:

- You're out on the street and want to find the local Target

- You do a google search which takes you to the Target website

- Now you're looking at a page that lists 25+ stores on a giant laundry list

- You zoom in and now have the scroll through tons of text which all looks alike while people hustle by you on a busy sidewalk

- You now find the listing but it's on a long line of text which you have to swipe to see the entire address

This is a case where having a single page that you don't have zoom in on would make a major difference to the user.

13y agoHN ↗

You can't seriously believe that "Tap-n-Zoom" provides a better browsing experience from a ~4" screen than that provided be a well designed responsive site ... can you?

I present the HN front page as a prime example. Every time I load it from my phone I groan at the prospect of dragging a small viewport all around the content area in order to read the full titles/comments of submissions. A responsive design with a simple list interface would easily solve this problem.

Furthermore - from what I remember of UX modules at University the whole point of good responsive design is that it presents the same content to the user as they would expect from a desktop interface. You can't cite an example of someone not following a practice as a reason to not to follow that practice.

At the end of the day - this article was about designing websites for small businesses who are looking for customers. These people are not involved with the content you present to them straight away and are, by definition, "browsing". As such you can expect anything less than a seamless, "quick" experience to harm their eyeball conversion rates.

TL;DR - Nope.

13y agoHN ↗

You can't seriously believe that "Tap-n-Zoom" provides a better browsing experience from a ~4" screen than that provided be a well designed responsive site ... can you?

I very much can. I want the full monty on my mobile phone (and tablet), not what some designer deemed the more important parts with which to "respond" to my screen size.

I present the HN front page as a prime example. Every time I load it from my phone I groan at the prospect of dragging a small viewport all around the content area in order to read the full titles/comments of submissions. A responsive design with a simple list interface would easily solve this problem.

A custom list interface? That's even worse in the general case than the usual responsive "musical chairs" div game. That's what RSS clients and decicated native apps are for. If I want to visit Hacker News, I want to see Hacker News. And Hacker News as is, is 100% great for mobile navigation -- it's merely a signle column list of links already.

Furthermore - from what I remember of UX modules at University the whole point of good responsive design is that it presents the same content to the user as they would expect from a desktop interface. You can't cite an example of someone not following a practice as a reason to not to follow that practice.

I've never seen a "responsive design" providing "the same content" and surely not in the same manner to the desktop interface. All actual use and all the examples in design sites I've seen, are all about moving content around, hiding blocks for smaller screens, etc.