I'm Funding Ladybird Because I Can't Fund Firefox

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Servo

    Servo, the embeddable, independent, memory-safe, modular, parallel web rendering engine

    Why is Ladybird getting so much attention. Has anyone herd of servo? They're trying to offload css rendering to the gpu. That could be a big deal in the long run.

    https://servo.org/

  • InfluxDB

    Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.

    InfluxDB logo
  • ladybird.org

    > monthly updates on our progress!

    https://github.com/LadybirdBrowser/ladybird.org/blob/336f892...

  • ungoogled-chromium

    Google Chromium, sans integration with Google

    I think you want:

    https://github.com/ungoogled-software/ungoogled-chromium

    Without signing in to a Google Account, Chromium does pretty well in terms of security and privacy. However, Chromium still has some dependency on Google web services and binaries. In addition, Google designed Chromium to be easy and intuitive for users, which means they compromise on transparency and control of internal operations.

    ungoogled-chromium addresses these issues in the following ways:

    * - Remove all remaining background requests to any web services while building and running the browser*

    * - Remove all code specific to Google web services*

    * - Remove all uses of pre-made binaries from the source code, and replace them with user-provided alternatives when possible.*

    * - Disable features that inhibit control and transparency, and add or modify features that promote them (these changes will almost always require manual activation or enabling).*

  • ladybird

    Truly independent web browser

    I was looking through what is needed to be able to contribute to ladybird and saw this in their CONSTRIBUTING.md:

    > This is a purely technical project. As such, it is not an appropriate arena to advertise your personal politics or religious beliefs. Any changes that appear ideologically motivated will be rejected.

    This honestly is telling me enough about the maintainers of this project that I don't want to get involved with those kinda people (as a sidenote, that statement in itself is a contradiction of the entire project wanting to be an independent browser, as that is an ideology in itself).

    Also, `using std::swap` specifically is done like this[1] for generics for ADL. And directly beneath not using fixed width integers anywhere is also questionable, I guess with exception of their custom one used only for memory stuff? why is everyone allergic to using (`std::`)`byte`.

    [1]: https://github.com/LadybirdBrowser/ladybird/blob/master/Docu...

  • firecracker

    Secure and fast microVMs for serverless computing.

    What he said is true, AWS uses Rust heavily in some of AWS core systems https://aws.amazon.com/blogs/devops/why-aws-is-the-best-plac....

    Some of the open source projects you can find are AWS Firecracker https://github.com/firecracker-microvm/firecracker and Cloudflare Pingora https://github.com/cloudflare/pingora

  • pingora

    A library for building fast, reliable and evolvable network services.

    What he said is true, AWS uses Rust heavily in some of AWS core systems https://aws.amazon.com/blogs/devops/why-aws-is-the-best-plac....

    Some of the open source projects you can find are AWS Firecracker https://github.com/firecracker-microvm/firecracker and Cloudflare Pingora https://github.com/cloudflare/pingora

  • wuffs

    Wrangling Untrusted File Formats Safely

    > Rust was literally invented to solve the security and concurrency issues inherent in using C/C++ for a browser engine.

    Are most browser vulnerabilities not still found in engines like V8? Rust can help with something like last year's buffer overflow in libwebp (although that's overkill when a project like https://github.com/google/wuffs exists), but I'm unclear on how it gets you a better JIT.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • This month in Servo: tabbed browsing, Windows buffs, devtools, and more

    1 project | news.ycombinator.com | 31 Aug 2024
  • Servo Web Engine Now Leverages Multiple CPU Cores for Rendering HTML Tables

    1 project | news.ycombinator.com | 31 Jul 2024
  • Welcome to Ladybird, a independent web browser

    10 projects | news.ycombinator.com | 2 Jul 2024
  • Welcome to Ladybird

    1 project | news.ycombinator.com | 1 Jul 2024
  • Ask HN: Best alternative to Chrome for power-user?

    1 project | news.ycombinator.com | 22 Jun 2024

Did you konow that Rust is
the 5th most popular programming language
based on number of metions?