▲ 43 ▼ What we heard about Rust's challenges, and how we can address them | Rust Blog (blog.rust-lang.org) submitted 5 months ago by SorteKanin@feddit.dk to c/rust@programming.dev 13 comments fedilink hide all child comments
[–] Miaou@jlai.lu 1 point 5 months ago (6 children) Domain are also susceptible to being hijacked, unfortunately. Also what do you mean by github only? permalink fedilink source parent hideshow 6 child comments replies: [–] onlinepersona@programming.dev 2 points 5 months ago (5 children) Domains are, sure but the space is much much larger. With namespaces the space is for example namespace x crate instead of just crate. With domains it's impossibly large. And if you introduce some kind verification with domains e.g putting something in the DNS TEXT entry, or calling a well-known path, or or or, you basically can't squat anything well-known anymore. As for github, you must have a github account to create a crate on crates.io. to my knowledge there is no alternative crates registry. Point me to one if you do, because I'd be grateful and willing to publish my crates there. permalink fedilink source parent hideshow 5 child comments replies: [–] robinm@fosstodon.org 1 point 5 months ago (4 children) @onlinepersona @Miaou for github they said for years that they would welcome patches but so far nobody came, nor payed someone to do it for them. permalink fedilink source parent hideshow 4 child comments replies: [–] onlinepersona@programming.dev 1 point 5 months ago (3 children) I find it ridiculous that they started with github in the first place, but who am I to judge. It is ironic that in order to contribute a non-github solution, you still need to create a github account to make a PR. permalink fedilink source parent hideshow 3 child comments replies: [–] robinm@fosstodon.org 1 point 5 months ago (2 children) @onlinepersona I'm quite certain that if you have a working solution, visible somewhere on internet, you can ping them on zulip/discourse to ask someone to pull your code. permalink fedilink source parent hideshow 2 child comments replies: [–] onlinepersona@programming.dev 1 point 5 months ago (1 child) Oh really? 🤔 Every project on Github that I've tried to contribute to from outside has been resistant to it. But maybe I could give cargo.io a try. Zulip you say? Interesting choice... requires creating yet another account since it doesn't seem to be federated... permalink fedilink source parent hideshow 1 child comment replies: [–] robinm@fosstodon.org 1 point 5 months ago @onlinepersona Given that this subject was already brought up, and regular people from the project said that their is interest for removing the dependency to github (but not leave it, Microsoft is one of the top contributor), I assume that some people would be willing to help the integration a working prototype. In case you need it: https://rust-lang.zulipchat.com/ permalink fedilink source parent
[–] onlinepersona@programming.dev 2 points 5 months ago (5 children) Domains are, sure but the space is much much larger. With namespaces the space is for example namespace x crate instead of just crate. With domains it's impossibly large. And if you introduce some kind verification with domains e.g putting something in the DNS TEXT entry, or calling a well-known path, or or or, you basically can't squat anything well-known anymore. As for github, you must have a github account to create a crate on crates.io. to my knowledge there is no alternative crates registry. Point me to one if you do, because I'd be grateful and willing to publish my crates there. permalink fedilink source parent hideshow 5 child comments replies: [–] robinm@fosstodon.org 1 point 5 months ago (4 children) @onlinepersona @Miaou for github they said for years that they would welcome patches but so far nobody came, nor payed someone to do it for them. permalink fedilink source parent hideshow 4 child comments replies: [–] onlinepersona@programming.dev 1 point 5 months ago (3 children) I find it ridiculous that they started with github in the first place, but who am I to judge. It is ironic that in order to contribute a non-github solution, you still need to create a github account to make a PR. permalink fedilink source parent hideshow 3 child comments replies: [–] robinm@fosstodon.org 1 point 5 months ago (2 children) @onlinepersona I'm quite certain that if you have a working solution, visible somewhere on internet, you can ping them on zulip/discourse to ask someone to pull your code. permalink fedilink source parent hideshow 2 child comments replies: [–] onlinepersona@programming.dev 1 point 5 months ago (1 child) Oh really? 🤔 Every project on Github that I've tried to contribute to from outside has been resistant to it. But maybe I could give cargo.io a try. Zulip you say? Interesting choice... requires creating yet another account since it doesn't seem to be federated... permalink fedilink source parent hideshow 1 child comment replies: [–] robinm@fosstodon.org 1 point 5 months ago @onlinepersona Given that this subject was already brought up, and regular people from the project said that their is interest for removing the dependency to github (but not leave it, Microsoft is one of the top contributor), I assume that some people would be willing to help the integration a working prototype. In case you need it: https://rust-lang.zulipchat.com/ permalink fedilink source parent
[–] robinm@fosstodon.org 1 point 5 months ago (4 children) @onlinepersona @Miaou for github they said for years that they would welcome patches but so far nobody came, nor payed someone to do it for them. permalink fedilink source parent hideshow 4 child comments replies: [–] onlinepersona@programming.dev 1 point 5 months ago (3 children) I find it ridiculous that they started with github in the first place, but who am I to judge. It is ironic that in order to contribute a non-github solution, you still need to create a github account to make a PR. permalink fedilink source parent hideshow 3 child comments replies: [–] robinm@fosstodon.org 1 point 5 months ago (2 children) @onlinepersona I'm quite certain that if you have a working solution, visible somewhere on internet, you can ping them on zulip/discourse to ask someone to pull your code. permalink fedilink source parent hideshow 2 child comments replies: [–] onlinepersona@programming.dev 1 point 5 months ago (1 child) Oh really? 🤔 Every project on Github that I've tried to contribute to from outside has been resistant to it. But maybe I could give cargo.io a try. Zulip you say? Interesting choice... requires creating yet another account since it doesn't seem to be federated... permalink fedilink source parent hideshow 1 child comment replies: [–] robinm@fosstodon.org 1 point 5 months ago @onlinepersona Given that this subject was already brought up, and regular people from the project said that their is interest for removing the dependency to github (but not leave it, Microsoft is one of the top contributor), I assume that some people would be willing to help the integration a working prototype. In case you need it: https://rust-lang.zulipchat.com/ permalink fedilink source parent
[–] onlinepersona@programming.dev 1 point 5 months ago (3 children) I find it ridiculous that they started with github in the first place, but who am I to judge. It is ironic that in order to contribute a non-github solution, you still need to create a github account to make a PR. permalink fedilink source parent hideshow 3 child comments replies: [–] robinm@fosstodon.org 1 point 5 months ago (2 children) @onlinepersona I'm quite certain that if you have a working solution, visible somewhere on internet, you can ping them on zulip/discourse to ask someone to pull your code. permalink fedilink source parent hideshow 2 child comments replies: [–] onlinepersona@programming.dev 1 point 5 months ago (1 child) Oh really? 🤔 Every project on Github that I've tried to contribute to from outside has been resistant to it. But maybe I could give cargo.io a try. Zulip you say? Interesting choice... requires creating yet another account since it doesn't seem to be federated... permalink fedilink source parent hideshow 1 child comment replies: [–] robinm@fosstodon.org 1 point 5 months ago @onlinepersona Given that this subject was already brought up, and regular people from the project said that their is interest for removing the dependency to github (but not leave it, Microsoft is one of the top contributor), I assume that some people would be willing to help the integration a working prototype. In case you need it: https://rust-lang.zulipchat.com/ permalink fedilink source parent
[–] robinm@fosstodon.org 1 point 5 months ago (2 children) @onlinepersona I'm quite certain that if you have a working solution, visible somewhere on internet, you can ping them on zulip/discourse to ask someone to pull your code. permalink fedilink source parent hideshow 2 child comments replies: [–] onlinepersona@programming.dev 1 point 5 months ago (1 child) Oh really? 🤔 Every project on Github that I've tried to contribute to from outside has been resistant to it. But maybe I could give cargo.io a try. Zulip you say? Interesting choice... requires creating yet another account since it doesn't seem to be federated... permalink fedilink source parent hideshow 1 child comment replies: [–] robinm@fosstodon.org 1 point 5 months ago @onlinepersona Given that this subject was already brought up, and regular people from the project said that their is interest for removing the dependency to github (but not leave it, Microsoft is one of the top contributor), I assume that some people would be willing to help the integration a working prototype. In case you need it: https://rust-lang.zulipchat.com/ permalink fedilink source parent
[–] onlinepersona@programming.dev 1 point 5 months ago (1 child) Oh really? 🤔 Every project on Github that I've tried to contribute to from outside has been resistant to it. But maybe I could give cargo.io a try. Zulip you say? Interesting choice... requires creating yet another account since it doesn't seem to be federated... permalink fedilink source parent hideshow 1 child comment replies: [–] robinm@fosstodon.org 1 point 5 months ago @onlinepersona Given that this subject was already brought up, and regular people from the project said that their is interest for removing the dependency to github (but not leave it, Microsoft is one of the top contributor), I assume that some people would be willing to help the integration a working prototype. In case you need it: https://rust-lang.zulipchat.com/ permalink fedilink source parent
[–] robinm@fosstodon.org 1 point 5 months ago @onlinepersona Given that this subject was already brought up, and regular people from the project said that their is interest for removing the dependency to github (but not leave it, Microsoft is one of the top contributor), I assume that some people would be willing to help the integration a working prototype. In case you need it: https://rust-lang.zulipchat.com/ permalink fedilink source parent