foundation.rust-lang.org VS linux

Compare foundation.rust-lang.org vs linux and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
foundation.rust-lang.org linux
23 30
26 2,100
- 1.8%
8.8 0.0
about 11 hours ago 3 days ago
Nunjucks C
Apache License 2.0 GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

foundation.rust-lang.org

Posts with mentions or reviews of foundation.rust-lang.org. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-15.
  • Open source at Fastly is getting opener
    10 projects | dev.to | 15 Mar 2024
    Through the Fast Forward program, we give free services and support to open source projects and the nonprofits that support them. We support many of the world’s top programming languages (like Python, Rust, Ruby, and the wonderful Scratch), foundational technologies (cURL, the Linux kernel, Kubernetes, OpenStreetMap), and projects that make the internet better and more fun for everyone (Inkscape, Mastodon, Electronic Frontier Foundation, Terms of Service; Didn’t Read).
  • Thekla should release the Jai compiler, but sell it
    1 project | /r/Jai | 19 Jun 2023
    This is why some of the bigger programming languages have a consortium behind them, dedicated to maintaining the language and making decisions for its continued improvement. When you look at the logos at the bottom of the Rust Foundation page, you can see some pretty big names.
  • Who "owns" Rust ?
    6 projects | /r/rust | 10 Feb 2023
    The Rust foundation, which is a nonprofit general (delaware) corporation with bylaws, employees, a normal legal existence. It owns the trademarks and domain names, acts as a legal and administrative point of contact when one is needed, and has I think operational and funding responsibility for infrastructure (crates.io, CI, etc.) The foundation has members which are almost all corporate sponsors who donate money (and sometimes people) to further its mandate. There's a fairly broad set of companies involved here: Microsoft, Google, Amazon, Meta, Huawei, etc. etc.
  • Me starting a new project
    1 project | /r/ProgrammerHumor | 30 Jan 2023
  • The Python Paradox
    7 projects | news.ycombinator.com | 26 Jan 2023
    When you say enterprise, who do you mean? Rust is absolutely being pushed by faang et al for example. Just look at the bottom of the Rust foundation page[0]. You do not see this support for things like Nim or Julia[1].

    [0] https://foundation.rust-lang.org/

  • Blog post: Rust in 2023
    1 project | /r/ProgrammingLanguages | 12 Dec 2022
    The Rust language is supported by the Rust Foundation, more details on that website. Financial donors to the Rust Foundation are about 30-40 companies currently, the bigger ones include Mozilla, Google, Microsoft, AWS, and Meta
  • We Just Gave $260,028 to Open Source Maintainers
    1 project | news.ycombinator.com | 27 Oct 2022
    > https://foundation.rust-lang.org/ 15,000

    With all due respect, they don't need this money. Rust is a great project, and deserving, but they already have plenty of sponsors.

    I would have rather seen 150 x $100 go to smaller projects. So much great software is being written, by people who are barely scraping by, and even $100 could be the motivation for someone to finish something widely useful.

  • New to Rust. How to setup Nvim as IDE?
    9 projects | /r/learnrust | 15 Oct 2022
    So, let's clarify a couple things first about how the Rust and Cargo crates work. First off, there is no single company or entity who's the sole contributor to the core Rust tooling. Rust is an open source project to which anyone can view the codebase and contribute (though there's a select set of people who are responsible for approving changes to it and managing releases). It's worth noting this doesn't mean there isn't an organization responsible for the project however. The Rust Foundation are a non-profit who manages the core repositories and tooling, and is also responsible for setting high level goals for the language.
  • Asahi Lina on her experience writing a driver in rust
    6 projects | /r/rust | 5 Oct 2022
    I don't think it is the same as Java. There is no single company owning Rust. Several big companies are investing in rust foundation (https://foundation.rust-lang.org/) including Google in particular which had quite a story regarding Java.
  • Why is Rust the most loved programming language in the world?
    1 project | dev.to | 5 Aug 2022
    Recently, several big techs like Google, Microsoft, Mozilla and Amazon jointly launched a non-profit organization to help the language maintain itself by giving full support to the maintainers who lead and develop the project. Here at Vaultree we use Rust in our product and services, as we need to deliver data with reliability and agility to our customers, as we are in a business line where any error or inaccuracy can be costly, the adoption of Rust was a great fit for us.

linux

Posts with mentions or reviews of linux. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-20.
  • Red Hat to Author New Linux Driver for Nvidia GPUs in Rust
    2 projects | news.ycombinator.com | 20 Mar 2024
    You're missing on a lot of things Rust (or any language with non-toy types) can provide. Lock ordering, better accessible complex structures, enforcement of enumerated options, rich description of APIs, and many others. Atomic values are usable transparently https://github.com/AsahiLinux/linux/blob/97c628055904a7f2ef1... and multithreaded reference counting is easily enforced https://github.com/AsahiLinux/linux/blob/bd0a1a7d465fcb60685... also issues like type confusion https://www.vicarius.io/vsociety/posts/a-type-confusion-bug-... are less likely if you can easily use tagged unions checked by the compiler.
  • Asahi Linux project's OpenGL support on Apple Silicon officially surpasses Apple
    2 projects | news.ycombinator.com | 15 Feb 2024
    From the gpu issue tracker[0]:

    > For a bit of context -- Google Maps loads images to the GPU at.. inopportune times. While games would typically load their images during a load screen (so slow image loading just means longer loading screens), Google Maps loads when scrolling around I think (so slow image loading means the whole map stutters). I don't think there's a fundamental driver bug we can fix here, but we can make image loading a lot faster which makes the symptoms go away.

    [0]: https://github.com/AsahiLinux/linux/issues/72#issuecomment-1...

  • Committing to Rust for Kernel Code
    5 projects | news.ycombinator.com | 23 Nov 2023
    > Is this mostly just a thing to get more young people interested in kernel development...allowing them to start out in less important areas and in a language they are passionate about?

    Not likely. At the moment you need to do extra work to get Rust working well. It's not exactly beginner friendly and doing work in the kernel, you'll need to dig into C anyway.

    > Or is this a serious proposal about the future of operating systems and other low level infrastructure code?

    Serious code already exists, so... Yes?

    > Do you just program everything in unsafe mode? What about runtimes?

    Why would you? You need that only when interfacing with something that can't hold the Rust compiler assumptions. See for example https://github.com/AsahiLinux/linux/blob/gpu/rebase-6.4/driv...

    The few places that need direct access / unsafe are almost all single-line areas with an explanation.

  • Speaker Support in Asahi Linux
    4 projects | news.ycombinator.com | 12 Nov 2023
    I think the idea with the M-series laptops in particular is that you can drive the speakers at volumes that actually damage them very quickly ( see https://github.com/AsahiLinux/linux/issues/53 ). The idea AIUI is that you can use a DSP along with a physical model of the voice coil to get better sound than you would if the speakers were volume-limited.
  • Ask HN: How is Rust used in the Linux kernel today?
    2 projects | news.ycombinator.com | 12 Sep 2023
    I am using Asahi Linux and the GPU driver works great, it even supports OpenGL 3.1 (https://asahilinux.org/2023/06/opengl-3-1-on-asahi-linux/). Definitely not alpha, I would say it's close to a "release candidate". Many bugs got resolved, nothing much left (besides newer OpenGL and Vulkan of course, but current state is very stable): https://github.com/AsahiLinux/linux/issues/72
  • Charging Threshold for Gnome Asahi Linux users
    1 project | /r/AsahiLinux | 12 May 2023
  • The Linux Kernel Module Programming Guide
    2 projects | news.ycombinator.com | 1 May 2023
    There aren't really any non-trivial mainline modules, since the Rust support is so new. There's the non-mainline Asahi M1 GPU driver though! It will eventually be mainlined, but IIRC some more Rust support code needs to be mainlined first.

    https://github.com/AsahiLinux/linux/tree/asahi/drivers/gpu/d...

  • Asahi Linux: Initial Apple M2 Pro/Max device trees and early support added to the Linux kernel (bringup)
    1 project | /r/linux | 11 Apr 2023
  • Initial M2 Pro/Max device trees and early support added to m1n1 and Linux kernel
    1 project | /r/AsahiLinux | 11 Apr 2023
  • Fix Asahi Linux Screen Temperature?
    1 project | /r/AsahiLinux | 21 Mar 2023
    You can follow the progress here: https://github.com/AsahiLinux/linux/issues/91

What are some alternatives?

When comparing foundation.rust-lang.org and linux you can also consider the following projects:

logos - Create ridiculously fast Lexers

Amethyst - Automatic tiling window manager for macOS à la xmonad.

concrete - Concrete: TFHE Compiler that converts python programs into FHE equivalent

fritter - A privacy-friendly Twitter frontend for mobile devices

sqlx - 🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, and SQLite.

linux-m1 - Linux kernel source tree

obm_confluent_blog - Open Bank Mark as will be used for the Confluent Blog, with ssl and multiple types in the same topic.

docs - Hardware and software docs / wiki

papers - ISO/IEC JTC1 SC22 WG21 paper scheduling and management

ExpansionCards - Reference designs and documentation to create Expansion Cards for the Framework Laptop

mask - 🎭 A CLI task runner defined by a simple markdown file

nomicon - The Dark Arts of Advanced and Unsafe Rust Programming