Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Android 17 is the first since 3.x to add new APIs without releasing to the AOSP(grapheneos.social ↗)
    127comments
  2. Claude Code now reads AGENTS.md if there is no Claude.md(claude.com ↗)
    22comments
  3. Cloudflare Quick Tunnels(cloudflare.com ↗)
    203comments
  4. Saving another 100TB of RAM(cloudflare.com ↗)
    18comments
  5. Xcode 27.1 Beta Release Notes(developer.apple.com ↗)
    46comments
  6. Cache-to-Cache: Direct Semantic Communication Between LLMs (2025)(arxiv.org ↗)
    9comments
  7. Photon-Emission-Guided Laser Fault Injection Enables RP2350 Secure Debug(ledger.com ↗)
    39comments
  8. Show HN: Cactus Needle 3: 8-29MB automation models can match DeepSeek V4 Flash(cactuscompute.com ↗)
    65comments
  9. How to Write with an LLM(sockpuppet.org ↗)
    218comments
  10. The Implications of Linguistic Illegibility for LLM Security(arxiv.org ↗)
    12comments
  11. OpenJev(openjev.com ↗)
    234comments
  12. C++26: Trivial infinite loops are no longer undefined behaviour(sandordargo.com ↗)
    145comments
  13. Our brain evolved from two primitive nervous systems that merged: Study(newscientist.com ↗)
    41comments
  14. The first new cat species discovered in 100 years(nationalgeographic.com ↗)
    23comments
  15. Korea raises data breach fines to 10% of revenue(koreajoongangdaily.com ↗)
    45comments
  16. Border agents can search cellphones without a warrant or reasonable suspicion(lawandcrime.com ↗)
    95comments
  17. I vibed a proof of Conway's conjecture(overreacted.io ↗)
    170comments
  18. A search-and-inference database from scratch in pure Zig(antfly.io ↗)
    11comments
  19. From Geometry to Algebra and Back Again: 4000 Years of Papers (2023) [video](youtube.com ↗)
    discuss
  20. How SpaceX streamlined the Raptor engine(construction-physics.com ↗)
    14comments
  21. Cyclomatic Complexity in C#(ndepend.com ↗)
    discuss
  22. Minimal Phone 2(minimalcompany.com ↗)
    120comments
  23. Inside ZCode: Silently uploading your Git history to the cloud(ferstar.org ↗)
    86comments
  24. Warez: The Infrastructure and Aesthetics of Piracy (2021)(archive.org ↗)
    8comments
  25. Cekura (YC F24) Is Hiring(ycombinator.com ↗)
    discuss
  26. Show HN: Ax-check.com – Can agents use your product?(ax-check.com ↗)
    23comments
  27. North Korean nuclear test sets off years of earthquakes(science.org ↗)
    142comments
  28. US Military had close call after using AI for hallucinated intelligence report(cnn.com ↗)
    240comments
  29. Mathematicians Build Long-Awaited Graph Sandwich(quantamagazine.org ↗)
    15comments
  30. Show HN: Scry, programmable internet search w/ congestion pricing(scry.io ↗)
    16comments

Show HN: This one line of code will make HN usable on mobile devices

12 pointsby 12y ago
4 comments
Since the HN devs seem to be in dev-mode, I thought I'd put in one more little request. :)

This one line of code, added to the head of HN's html, will make the site actually usable on mobile devices:

  <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"/>
Here are the before and after pics of the front page:

  http://imgur.com/rMYfqwN,mwPDMvB#0
12y agoHN ↗

Been there, tried that:

  https://news.ycombinator.com/item?id=6253835
  https://news.ycombinator.com/item?id=6253403

Trust me, it's worse on most devices. On the Android devices I tested comments often get compressed to two or three characters per line.

12y agoHN ↗

Bummer, but thanks for the reply. FWIW, I'd prefer compression of nested comments over having to scroll horizontally, back-and-forth, to read anything on the site.

12y agoHN ↗

On my galaxy note GT-N7000 I have the opposite problem - the text is tiny and I have to zoom in.

Would a better solution be to set a viewport width of 800 or 1000 pixels on mobile devices?