Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Cloudflare Quick Tunnels(cloudflare.com ↗)
    113comments
  2. There's no point at which turning your brain off will work(danluu.com ↗)
    5comments
  3. An Empirical Study of Harness Design for Coding Agents(arxiv.org ↗)
    35comments
  4. Photon-Emission-Guided Laser Fault Injection Enables RP2350 Secure Debug(ledger.com ↗)
    1comments
  5. North Korean nuclear test sets off years of earthquakes(science.org ↗)
    66comments
  6. Show HN: Cactus Needle 3: 8-29MB automation models can match DeepSeek V4 Flash(cactuscompute.com ↗)
    15comments
  7. OpenJev(openjev.com ↗)
    202comments
  8. C++26: Trivial infinite loops are no longer undefined behaviour(sandordargo.com ↗)
    94comments
  9. Mathematicians Build Long-Awaited Graph Sandwich(quantamagazine.org ↗)
    4comments
  10. I vibed a proof of Conway's conjecture(overreacted.io ↗)
    97comments
  11. A heap overflow and SSO misconfiguration to compromise OpenAI internal repos(hacktron.ai ↗)
    179comments
  12. GrassLobster: AI Agentic Generation of Parametric Geometry Workflows(miro.vision ↗)
    3comments
  13. Show HN: Microsoft Office running with Wine on Linux with no virtualization(github.com/tombert ↗)
    42comments
  14. I don't like passkeys(hawksley.dev ↗)
    513comments
  15. BeanShell3 in Development(beanshell.github.io ↗)
    10comments
  16. Jemalloc 5.4.0(github.com/jemalloc ↗)
    72comments
  17. Cekura (YC F24) Is Hiring(ycombinator.com ↗)
    discuss
  18. The Shadows Lurking in the Equations – Underwater Islands(gods.art ↗)
    9comments
  19. NATS publishes preliminary report on technical incident of 8 September(nats.aero ↗)
    23comments
  20. The scourge of x86 emulation(fex-emu.com ↗)
    67comments
  21. Bonsai 2 27B: Near-Lossless Compression in a 9x Smaller Footprint(prismml.com ↗)
    176comments
  22. Warren Buffett Steps Down as Berkshire Chairman, Names Son to Replace Him(nytimes.com ↗)
    152comments
  23. US Treasuries Have Become Unappetizing for Foreign Central Banks and Governments(wolfstreet.com ↗)
    41comments
  24. Build Faster Feedback Loops Using Qualitative User Research(nseldeib.com ↗)
    1comments
  25. Qwen 3.8 Omni Flash(qwen.ai ↗)
    117comments
  26. Second Circuit Allows Government to Search Electronic Devices at the Border(knightcolumbia.org ↗)
    34comments
  27. Show HN: Scry, programmable internet search w/ congestion pricing(scry.io ↗)
    2comments
  28. How to Write with an LLM(sockpuppet.org ↗)
    192comments
  29. Pre-Greek: The lost language hidden within Ancient Greek(linguisticdiscovery.com ↗)
    60comments
  30. Microsoft exec called AI scraping 'the largest theft of labor in human history'(techcrunch.com ↗)
    623comments

Hacker News has native mobile view

66 pointsby 13y agonews.ycombinator.com
44 comments
13y agoHN ↗

I just noticed it when checking on my iphone. That's all I know. Couldn't wait to share the news.

13y agoHN ↗

Same here, I thought I accidentally found some new safari zoom (i am constantly confused on all the iOS gestures)

13y agoHN ↗

I suspect the number of stories that get flagged is about to decline dramatically.

13y agoHN ↗

Seems pretty terrible. It has big huge white bars on the sides squishing the content to be nearly unreadable. I can't even manage to hit the arrows instead of the links as well.

13y agoHN ↗

Agreed. Wasting margin space on an already tiny screen is ridiculous.

13y agoHN ↗

Does the job well for the home page ! But comments are still as hard to read through.

13y agoHN ↗

Same here. The home page works great now, but comment pages are as difficult to read on phone as ever.

iPad looks a little more zoomed in, but not too aggressively so.

13y agoHN ↗

Is there a way of choosing the regular view for a mobile device? Windows Phone rendered the old home page very well, but now each story takes up a lot more space and it's no longer possible to take in a large number of stories without a lot of scrolling.

13y agoHN ↗

Completely agree on this! I went scrolling for a 'Desktop view' link at the top/bottom, or somewhere in my settings that would flip it back, but I'm unable to find it.

I actually relied on the desktop view on my iOS device when any of the other third-party HN mobile views weren't quite getting me what I needed.

Loss of this view (without having to rely on a third-party App Store app that allows overriding the UserAgent) is rather saddening.

13y agoHN ↗

Yea, I'm a big fan of pinch and zoom and the new format on WP8 is worse.

13y agoHN ↗

This is pretty cool, but how did you find this?

13y agoHN ↗

The size of the comment box needs to be reduced. Right now, it's stretching out the comments pages.

Native: https://www.dropbox.com/s/tni84vod5giq9ky/Screenshot_2013-08...

Eliminated the 85% max width and reduced the comments box to 40 cols, and set padding: 0 on <body>:

https://www.dropbox.com/s/047b5zkheguk8lz/2013-08-21%2016.27...

Just remove the hardcoded 85% width and 60 cols and toss this into the CSS:

    form textarea         { width: 500px; }
    body > center > table { width: 85%;   }

    @media(max-device-width: 1024px) {
      form textarea         { width: 80%;  }
      body                  { padding: 0;  }
      body > center > table { width: 100%; }
    }
13y agoHN ↗

Why not `table { width: 100%;}` in the 2nd media query?

13y agoHN ↗

There are many tables in the site, and the content is going to provide that sizing anyhow.

13y agoHN ↗

I think its OK but needs some more design work - why not make a competition? surely theres enough people here to waste a few hours putting together a nice design

13y agoHN ↗

Both of those look identical on my phone. And they both look identical on my PC. The only difference I see is that both versions on my phone are missing the [flag] option.

13y agoHN ↗

Flag is available when you are logged in. Like you said, there appears to be no difference whatsoever between the two versions.

13y agoHN ↗

doh! I should have remembered that. So they are totally the same on PC and phone for me.

13y agoHN ↗

I've seen this pop up a few times over the last few weeks. I just thought Safari was bugging out because I'd refresh and it'd be gone again. Hope it sticks around.

13y agoHN ↗

This is a joke right? I just curled and diffed / and /?native_mobile and the result was empty.

13y agoHN ↗

The query param in the submission is probably just to get around the duplicate submission rule, I think it uses user agent to determine which page to serve

13y agoHN ↗

I think it uses user agent to determine which page to serve

If it does then it's broken. Typing the full url manually into my address bar resulted in the first time I've ever seen that version of the site, on Android or iOS.

13y agoHN ↗

Header needs work, but otherwise I love it.

13y agoHN ↗

All I did is add the following:

  <meta name="viewport" content="width = device-width">

I think it looks worse on my iPhone 5 and HTC One, and will probably back out the change. At least now I've proven it's not that simple.

13y agoHN ↗

FWIW, I see no difference on my Moto Photon... and it looks pretty much exactly the same (for better or worse) as it does in Chrome on Windows 7.

13y agoHN ↗

I've seen several offers of mobile-optimized CSS for this site over the past while, yet this feels like a half-done job. On my iPhone 5 the margins are all off, the vote icons are still impossibly small, and the header is a mess. It looks like this isn't much more than an added viewport meta tag.

It is still an improvement, but it could be much better. I know the YC crew are busy folks, but you could throw a few bucks to the poster with the best mobile CSS and I'm sure people would be up for the challenge.

13y agoHN ↗

What's "native" about this mobile view?

And oh dear, does this look terrible on an iPhone 4 screen.

13y agoHN ↗

Works even better when you pin that to the home screen as a faux app.

13y agoHN ↗

... unless it's iOS 6 and you try to use the 'open in a new window' links (javascript window.open with a target of _blank) for the articles.

When pinned as a Web Clip, the site opens up fullscreen and addressbar-less and without tabs / as a single window. The attempts to 'open in a new window' just replace the HN mobile view altogether with the article and then strand you there without gestures or controls to move Back.

13y agoHN ↗

How do you return to the HN UI after clicking a story when there isn't any browser chrome / back button? That is the only downside that I have seen from adding it to the home screen.

13y agoHN ↗

I simply hit the home button, then restart the Web Clip.

13y agoHN ↗

Wow. Thanks for the link. I love this mobile version.

13y agoHN ↗

This may come as a bit of a shock, but it doesn't seem to be working in IE.

13y agoHN ↗

I just wanted to say "Thanks!" for the mobile view. I have found HN to be difficult to read on my ipod touch, and I'm glad you're working on fixing it up. I have nothing to say about the million-and-one suggestions about how it might be EVEN BETTER than what you've chosen to try for now, but I'm glad it's getting some attention.