Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Laya the open source version of Jev(convaiinnovations.com ↗)
    33comments
  2. Human brain is two separate organs, Stanford Medicine-led research finds(stanford.edu ↗)
    141comments
  3. AI-generated posters don’t have to be horrible(john.hartnup.uk ↗)
    296comments
  4. “The Secret Life of Circuits” is here(coredump.cx ↗)
    31comments
  5. Android 17 is the first since 3.x to add new APIs without releasing to the AOSP(grapheneos.social ↗)
    499comments
  6. GPT-6 Astra Solves a WWI German Radio Cipher(prinzai.com ↗)
    103comments
  7. San Francisco Onion Futures Company(onionfutures.com ↗)
    88comments
  8. If math is more than proof, we need to better celebrate the rest of it(terrytao.wordpress.com ↗)
    139comments
  9. Communication by means of modulated Johnson noise(pnas.org ↗)
    12comments
  10. Cloudflare Quick Tunnels(cloudflare.com ↗)
    294comments
  11. From Stonemasons to Carpenters(thelastsoftwareengineer.substack.com ↗)
    3comments
  12. How to Write with an LLM(sockpuppet.org ↗)
    352comments
  13. You can run Git on object storage if you re-make packfiles(tigrisdata.com ↗)
    20comments
  14. Ray Ozzie and the Optimism of Being Early(reproof.app ↗)
    1comments
  15. SDCC – Small Device C Compiler(sourceforge.net ↗)
    20comments
  16. Saving another 100TB of RAM(cloudflare.com ↗)
    85comments
  17. Science Is Open Software(jepedersen.dk ↗)
    45comments
  18. How OpenAI Used Its Own LLMs to Design Its Jalapeño Chip(ieee.org ↗)
    102comments
  19. Why building a Rust LSP is hard(rust-glancer.github.io ↗)
    42comments
  20. NASA-IBM Lunar Foundation open-Source Geospatial AI Model(usra.edu ↗)
    5comments
  21. Ctenophores: Wonders of Biology(quantamagazine.org ↗)
    6comments
  22. The first new cat species discovered in 100 years(nationalgeographic.com ↗)
    113comments
  23. OpenJev(openjev.com ↗)
    273comments
  24. Goroutine Leak Profiles(go.dev ↗)
    6comments
  25. Show HN: I wrote a custom assembler for CHIP-8 in C++(github.com/tackx ↗)
    3comments
  26. Show HN: Cactus Needle 3: 8-29MB automation models can match DeepSeek V4 Flash(cactuscompute.com ↗)
    89comments
  27. Photon-Emission-Guided Laser Fault Injection Enables RP2350 Secure Debug(ledger.com ↗)
    76comments
  28. Veronese's Dogs(publicdomainreview.org ↗)
    2comments
  29. Warez: The Infrastructure and Aesthetics of Piracy (2021)(archive.org ↗)
    94comments
  30. Cache-to-Cache: Direct Semantic Communication Between LLMs (2025)(arxiv.org ↗)
    16comments

Ask HN: Text-based web-browsers. Are it affected by Meltdown and Spectre?

3 pointsby 8y ago
4 comments
Most popular web-browsers (Mozilla FireFox, Gooogle Chrome, Pale Moon, etc.) already work on solving issues related to Spectre and Meltdown attacks and this month rolled out it's security updates.

Text-based[1] web-browsers (such as Lynx, Links2, etc.) are much simpler than 'normal' browsers, so could they be affected by Meltdown and Spectre? Are there any news on security issues for text-based browsers related to such attacks?

[1] https://en.wikipedia.org/wiki/Text-based_web_browser

P.S.: I use Links browser in graphics mode as default browser on my PC, and this post also submitted throw it ;-)

  $ links2 -g http://news.ycombinator.com
8y agoHN ↗

Those browser's vulnerability to those attacks are entirely based on the fact that they execute JavaScript. Thus, if your browser doesn't execute JS, it's immune.

8y agoHN ↗

Thus, if your browser doesn't execute JS, it's immune.

I hope on that, but it would be cool get more details why text-based browsers are much more secure than modern browsers in 2018.

P.S.: Screenshot[0] from my web-browser with this thread.

[0] http://hnng.moe/f/ZZJ

8y agoHN ↗

That is the complete explanation… JavaScript. Executing arbitrary code from strangers on the Internet is what makes browsers less secure.

8y agoHN ↗

Possibly.

Because Meltdown and Spectre are vulnerabilities caused by CPU design, any running code is potentially vulnerable. Text based browsers are not safe merely because they do not run javascript, they are only safe in that case from javascript being able to exploit the vulnerabilities. The application itself may still be vulnerable.

You should contact the maintainers of these projects directly and find out from them.