Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Laya the open source version of Jev(convaiinnovations.com ↗)
    63comments
  2. What Zig felt like, coming from Rust(besok.github.io ↗)
    12comments
  3. AI-generated posters don’t have to be horrible(john.hartnup.uk ↗)
    344comments
  4. Human brain is two separate organs, Stanford Medicine-led research finds(stanford.edu ↗)
    156comments
  5. Tin: full-text search for Postgres(planetscale.com ↗)
    3comments
  6. A graphical desktop for the ZX Spectrum(github.com/mindbox77 ↗)
    4comments
  7. “The Secret Life of Circuits” is here(coredump.cx ↗)
    33comments
  8. Android 17 is the first since 3.x to add new APIs without releasing to the AOSP(grapheneos.social ↗)
    513comments
  9. Asking Authors About Their Own Papers(medium.com/tmlrorg ↗)
    discuss
  10. Black Holes or Black Hole Stars? Astronomers Spar over 'Little Red Dots'(quantamagazine.org ↗)
    3comments
  11. San Francisco Onion Futures Company(onionfutures.com ↗)
    91comments
  12. GPT-6 Astra Solves a WWI German Radio Cipher(prinzai.com ↗)
    118comments
  13. If math is more than proof, we need to better celebrate the rest of it(terrytao.wordpress.com ↗)
    158comments
  14. Communication by means of modulated Johnson noise(pnas.org ↗)
    16comments
  15. From Stonemasons to Carpenters(thelastsoftwareengineer.substack.com ↗)
    4comments
  16. Cloudflare Quick Tunnels(cloudflare.com ↗)
    299comments
  17. Learning Another Language May Be One of the Best Ways to Keep Your Brain Healthy(theconversation.com ↗)
    1comments
  18. How to Write with an LLM(sockpuppet.org ↗)
    356comments
  19. You can run Git on object storage if you re-make packfiles(tigrisdata.com ↗)
    23comments
  20. SDCC – Small Device C Compiler(sourceforge.net ↗)
    21comments
  21. Saving another 100TB of RAM(cloudflare.com ↗)
    86comments
  22. Science Is Open Software(jepedersen.dk ↗)
    46comments
  23. Why building a Rust LSP is hard(rust-glancer.github.io ↗)
    42comments
  24. How OpenAI Used Its Own LLMs to Design Its Jalapeño Chip(ieee.org ↗)
    111comments
  25. NASA-IBM Lunar Foundation open-Source Geospatial AI Model(usra.edu ↗)
    5comments
  26. Ctenophores: Wonders of Biology(quantamagazine.org ↗)
    6comments
  27. The first new cat species discovered in 100 years(nationalgeographic.com ↗)
    116comments
  28. OpenJev(openjev.com ↗)
    275comments
  29. Ray Ozzie and the Optimism of Being Early(reproof.app ↗)
    4comments
  30. Goroutine Leak Profiles(go.dev ↗)
    6comments

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.