news.volyx.in

Show HN: Resurrecting the Dillo browser (dillo-browser.github.io)

599 points by rodarima · 961 days ago · 174 comments on HN

Article summary

The Dillo browser project has been resurrected and is now self-hosted on its own server. Dillo is a fast and lightweight graphical web browser that runs on multiple platforms, including Linux, BSD, MacOS, and Windows. It has its own rendering engine and is designed to be efficient and secure. The project is looking for contributions and has a range of plugins available to extend its functionality.

Main themes

  • lightweight browsing
  • security
  • efficiency
  • cross-platform compatibility
  • plugin ecosystem
  • self-hosting
  • build systems
  • fuzzing and testing

What commenters say

  • Dillo's lack of JavaScript support makes it secure, but also limits its ability to render modern websites.
  • The browser's lightweight nature makes it a good option for low-spec machines or for browsing documentation.
  • Some users prefer Dillo for its simplicity and efficiency, while others find its limitations to be a drawback.
  • The project's decision to self-host and move away from GitHub is seen as a positive step by some, while others are concerned about the potential for vulnerabilities in the codebase.
  • Using Dillo to browse suspicious pages is not recommended, and instead users should consider using a more secure approach such as downloading and inspecting pages with curl and hexdump.
  • The comparison between Dillo and other lightweight browsers like Netsurf is seen as a continuum of options, with each having its own strengths and weaknesses.
  • The use of a build system like Meson or CMake is suggested as a way to improve the project's maintainability and cross-platform compatibility.
  • Fuzzing and testing are seen as important steps to ensure the security and stability of the browser.