Hacker News

Top stories

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

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?