rfc-leadership-council VS Home

Compare rfc-leadership-council vs Home and see what are their differences.

rfc-leadership-council

RFCs for changes to Rust (by rust-lang)

Home

This is the landing repository for the .NET foundation efforts. Start here! (by dotnet-foundation)
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
rfc-leadership-council Home
2 37
6 80
- -
2.7 0.0
12 months ago about 1 year ago
Markdown
Apache License 2.0 -
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.

rfc-leadership-council

Posts with mentions or reviews of rfc-leadership-council. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-30.
  • Rust has been forked to the Crab Language
    8 projects | news.ycombinator.com | 30 May 2023
    This fork promises "All of the memory-safe features you love, now with 100% less bureaucracy!" Compelling, until you realise that all the commits are auto-merges of rust-lang/rust's main branch. Which means the same teams doing the same work, under a different name.

    Rust is experiencing growing pains because they're still figuring out a governance structure that works for everyone. They want to simultaneously keep the current structure of bottom up development where each team (compiler, lang, crates.io, cargo) has the autonomy to make decisions for themselves, but the project as a whole can speak can come to a consensus and speak with a single voice. That's what this RFC tries to capture (https://github.com/rust-lang/rfc-leadership-council/blob/mai...). But the project isn't there yet, and is making these frustrating missteps in the interim. The lack of transparency into these missteps manifests as "bureaucracy" to outsiders like us.

    If Crab lang actually attracted people doing the real work of development, they would have the exact same "bureaucracy" as teams tried to figure out how to build consensus and speak with one voice. The fact that they don't have bureaucracy is a direct consequence of them not doing any work right now. None of the people involved in regular Rust work, as far as I can tell, so they might not be aware of this.

    Lastly, I want to note that the top comment in this thread is blaming the Foundation, which is simply bizarre. The Foundation very explicitly tries to stay hands off on technical decisions and does not interfere in how the teams organise themselves. You may disagree with that, but it's an inaccurate characterisation.

  • Hey Rustaceans! Got a question? Ask here (15/2023)!
    15 projects | /r/rust | 10 Apr 2023
    Read eg. https://github.com/rust-lang/rfc-leadership-council/blob/main/text/3392-leadership-council.md as start

Home

Posts with mentions or reviews of Home. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-30.
  • Shepherd's Oasis: Statement on RustConf & Introspection
    1 project | /r/rust | 31 May 2023
    Are you sure you want Microsoft in particular to step in? https://github.com/dotnet-foundation/Home/discussions/39
  • Rust has been forked to the Crab Language
    8 projects | news.ycombinator.com | 30 May 2023
    Indeed, by criteria of community drama, .NET is also too immature for use. See [1], as the conclusion of that.

    [1]: https://github.com/dotnet-foundation/Home/discussions/40

  • 6 .NET Myths Dispelled — Celebrating (Almost) 21 Years of .NET
    9 projects | /r/programming | 28 Jan 2022
  • .NET 6
    18 projects | news.ycombinator.com | 8 Nov 2021
    Saying that outcry was about one tiny decision is like saying WW1 was because an Archduke got assassinated.

    Microsoft's handling of .NET 's OSS community has been haphazard at best. Just a week or two prior to the 'dotnet watch' debacle, there were issues and concerns with the .NET Foundation that led to the Executive Director stepping down [0].

    I bring this up, because in many cases the perception is that there is -still- lock in, just in a different fashion.

    By that, I mean, if you Ask a typical .NET developer what they use, they'll probably say ASPNETCORE, EF Core, maybe you'll hear Hangfire, MediatR, RestSharp, or Dapper.

    So, you've got a bunch of .NET devs that -only- know Microsoft technologies for the most part. Yeah there's some other stuff like MongoDb, Kafka, Redis, stuff like that, but It's not very frequent you hear about teams reaching out to other technologies.

    It's very rare I hear people bring up Linq2Db, a beautiful* Micro-ORM that is best described as a type-safe, extensible SQL DSL. Or Websharper, a really-freaking-cool library that basically lets you transpile your C#/F# code into Javascript and/or Reactive HTML, complete with seamless server calls if you'd like.

    You might run into some interesting things at different places. One shop I was at used MassTransit, which was kinda cool. I've wound up using Akka.NET a few times in the past, which has always been super fun.

    The end result of this though, is the -perception- of what .NET Developers are like. And sometimes those perceptions are real. I remember the dev that felt Dapper was some sort of 'black magic' and would stick to writing DataReaders and or datatables by hand, and another that was so against the idea including Non-MS tech in a project that it wound up costing him his job; he insisted there was a way to get EF to do things in a performant way (answer: not sanely, and not easily the way the app was built on an arch level,) and refused to accept a PR that solved the problem with Dapper.

    He wound up doing the thing I've seen a -lot- of .NET developers do; fight the Framework.

    To be clear here, I'm not referring to the BCL. It's not always perfect (I'd love for an analogue to SSLEngine, please?), but it's -fine-. I'm referring to bits like ASPNETCORE, EFCore, SignalR, and Microsoft.Extensions.(DependencyInjection/Logging) where developers wind up getting in awkward tarpits around some weird edge case because of a business requirement or some other decision that, unfortunately, can't be undone.

    Or are just plain 'well, that sounds sensible in theory' like "I would like to update N rows in an new status that are older than 1 month and set to overdue, and not have it be N update statements." Maybe EF does that now, but last I knew the answer was not really.

    At my first 'Real' Dev job, we were a .NET shop, that often had to 'fight the framework' (it didn't help that we were on an Oracle Backend, which made -everything- more of a PITA before we discovered Dapper.) When the .NET guys hit one of these roadblocks, it would often take sprint after sprint of fighting to either have no solution, or have a solution that would render the app hard to maintain. The newer teams using Java? They didn't have those problems. We later heard they had 5 different ORM-ish libraries in use over there. At the time, a lot of the .NET devs kinda treated it as a sort of derision. 'hows somebody gonna understand it?'... But the Java teams delivered. It is also worth considering, maybe those were the best libraries to solve the problems that the app in question needed to deal with.

    And that's kinda the 'mindset' that is a set of .NET developers that fit the stereotype; if it's not an app that fits their cookie-cutter world, they break down and can't understand it. In other words, they're afraid to step outside the box, which means they're less likely to think outside the box.

    The typical 'litmus-test' of this type for me is a sliding scale based on their past/current experience with other languages and willingness to work with them.

    * - I do some contribution work to Linq2Db, so my opinion may be a little biased.

    [0] - https://github.com/dotnet-foundation/Home/discussions/39#

  • .NET Hot Reload Support via CLI Restored
    3 projects | /r/programming | 23 Oct 2021
    I've heard this so many times within the last 10 years, and it's always after they've done something really stupid. At least in the FOSS realm, regarding microsoft, people are just so naive it's laughable. Like here where everyone is responding by pretty much saying "oh, it seems I've signed my rights away. I sure hope Microsoft doesn't abuse this in the future" ... I stopped feeling bad after reading responses.
  • Can we trust Microsoft with Open Source?
    11 projects | news.ycombinator.com | 23 Oct 2021
  • Detailed thoughts on the State of the .NET Foundation · Discussion #60 · dotnet-foundation/Home
    2 projects | /r/dotnet | 21 Oct 2021
  • .Net Foundation opens discussions around recent issues.
    1 project | /r/dotnet | 18 Oct 2021
    Part of the drama: https://github.com/dotnet-foundation/Home/discussions/39 Many things before were on twitter.
  • Miguel de Icaza comment on the .NET Foundation
    1 project | /r/patient_hackernews | 17 Oct 2021
    1 project | /r/hackernews | 17 Oct 2021

What are some alternatives?

When comparing rfc-leadership-council and Home you can also consider the following projects:

crab - A community fork of a language named after a plant fungus. All of the memory-safe features you love, now with 100% less bureaucracy!

jedi-language-server - A Python language server exclusively for Jedi. If Jedi supports it well, this language server should too.

mimalloc_rust - A Rust wrapper over Microsoft's MiMalloc memory allocator

sdk - Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI

hashes - Collection of cryptographic hash functions written in pure Rust

splat - Makes things cross-platform

rumqtt - The MQTT ecosystem in rust

zig - General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.

rust-playground - The Rust Playground

crates.io - The Rust package registry

loom - https://openjdk.org/projects/loom