Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. An Empirical Study of Harness Design for Coding Agents(arxiv.org ↗)
    15comments
  2. I Vibed a Proof of Conway's Conjecture(overreacted.io ↗)
    12comments
  3. Bend 2 and the Vibe-Coding Trap(liampwll.com ↗)
    176comments
  4. I don't like passkeys(hawksley.dev ↗)
    298comments
  5. OpenJev(openjev.com ↗)
    182comments
  6. The Shadows Lurking in the Equations – Underwater Islands(gods.art ↗)
    3comments
  7. Subnormal floating-point numbers are expensive on Intel processors(lemire.me ↗)
    34comments
  8. Jemalloc 5.4.0(github.com/jemalloc ↗)
    61comments
  9. Warren Buffett Steps Down as Berkshire Chairman, Names Son to Replace Him(nytimes.com ↗)
    104comments
  10. The scourge of x86 emulation(fex-emu.com ↗)
    57comments
  11. Bonsai 2 27B: Near-Lossless Compression in a 9x Smaller Footprint(prismml.com ↗)
    168comments
  12. Cekura (YC F24) Is Hiring(ycombinator.com ↗)
    discuss
  13. Microsoft exec called AI scraping 'the largest theft of labor in human history'(techcrunch.com ↗)
    477comments
  14. Astra for Law(openai.com ↗)
    644comments
  15. NATS publishes preliminary report on technical incident of 8 September(nats.aero ↗)
    2comments
  16. Bend – A language that blocks AI mistakes via proof, on CPU and GPU(bend-lang.com ↗)
    272comments
  17. Second Circuit Allows Government to Search Electronic Devices at the Border(knightcolumbia.org ↗)
    6comments
  18. Hister: A private search engine for the pages you visit and the files you keep(github.com/asciimoo ↗)
    178comments
  19. Replacing Pull Requests with Delta(zed.dev ↗)
    49comments
  20. Qwen 3.8 Omni Flash(qwen.ai ↗)
    101comments
  21. C++26: Trivial infinite loops are no longer undefined behaviour(sandordargo.com ↗)
    1comments
  22. Wax motor(wikipedia.org ↗)
    89comments
  23. ZCode, the GLM coding agent, silently uploads your Git history(tokenstead.ai ↗)
    47comments
  24. Rabbit Hole: Minimum L-seams(fractalkitty.com ↗)
    discuss
  25. When the fractional part of a float fixes your shader(crocidb.com ↗)
    13comments
  26. Fujitsu launches made-in-Japan next-generation CPU FUJITSU-MONAKA(global.fujitsu ↗)
    242comments
  27. Pre-Greek: The lost language hidden within Ancient Greek(linguisticdiscovery.com ↗)
    57comments
  28. How to Write with an LLM(sockpuppet.org ↗)
    168comments
  29. Show HN: Navier-Stokes Visualized as 1kB i386 demos(juandecos.github.io ↗)
    4comments
  30. New wild cat species discovered – with only one known living member(bbc.com ↗)
    4comments

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.