Launching Rust Cloud Native
nickgerace.dev
Launching Rust Cloud Native
1–10 of 38 posts
Re: Launching Rust Cloud Native
#2You made a new Github organization to ... do what? Are you launching a new CloudNative project in Rust? It's an umbrella group with a cute logo and it doesn't do or own anything? But there's a launch? My head is exploding.
Re: Launching Rust Cloud Native
#3I'm not too bright, so apologies in advance. What is this? And why do people need to care? You made a new Github organization to ... do what? Are you launching a new CloudNative project in Rust? It's an umbrella group with a cute logo and it doesn't do or own anything? But there's a launch? My head is exploding.
Re: Launching Rust Cloud Native
#4I'm not too bright, so apologies in advance. What is this? And why do people need to care? You made a new Github organization to ... do what? Are you launching a new CloudNative project in Rust? It's an umbrella group with a cute logo and it doesn't do or own anything? But there's a launch? My head is exploding.
The page seems pretty clear about the goals. Based on the https://github.com/rust-embedded group (which appears to curate/incubate some repos on that theme), there's a new group focused on using rust in the cloud.
Re: Launching Rust Cloud Native
#5Earlier quoted context omitted.
The page seems pretty clear about the goals. Based on the https://github.com/rust-embedded group (which appears to curate/incubate some repos on that theme), there's a new group focused on using rust in the cloud.
I understand they're attempting to emulate rust-embedded. Perhaps launch this when you have a repo with code to share? People care about rust-embedded because of the quality of the projects under the umbrella. Would anyone care if rust-embedded had only a vague wiki page and nothing else to offer?
Re: Launching Rust Cloud Native
#6There isn't anything of substance here, as far as I can tell. While the whole thing "looks" official and has a very official name, there is nothing of substance there. Some of the text is incoherent, telling us that the author learned some Rust as a break from university (good for him!). Some parts of the text use "we" language, other parts "I" language. But nothing really explains what this is about or why anyone should care, what the actual deliverables of this nebulous "organization" will be, who its participants are (other than blog-author-dude), how much industry support it has, or why this will have any impact. But on the flipside, the mission statement is a clearly defined "We want to do what you want to do" (actual quote from the page), and there is a whole GitHub repo hosting the logo of the project, so clearly this is going places.
Re: Launching Rust Cloud Native
#7Earlier quoted context omitted.
I understand they're attempting to emulate rust-embedded. Perhaps launch this when you have a repo with code to share? People care about rust-embedded because of the quality of the projects under the umbrella. Would anyone care if rust-embedded had only a vague wiki page and nothing else to offer?
How will people know there's a place to share the code if there's no repo launched?
Re: Launching Rust Cloud Native
#8This is a very confusing announcement of..... what exactly? A github repo hosting the blog that the announcement was posted on! There isn't anything of substance here, as far as I can tell. While the whole thing "looks" official and has a very official name, there is nothing of substance there. Some of the text is incoherent, telling us that the author learned some Rust as a break from university (good for him!). Som…
Why not. Sometimes it really just takes a name and a place for people who have common goals to work together.
Re: Launching Rust Cloud Native
#9If you are looking for something that works, today: There is rust-musl-builder: https://hub.docker.com/r/ekidd/rust-musl-builder/
While I didn't make rust-musl-builder, I make and (though a bit busy lately) maintain rust-starter (https://github.com/rust-starter/rust-starter)
Look inside the docker directory, and in the Just file. You can generate an alpine linux docker image/container that has only your program and any dependencies statically linked.
This should, in theory, run your application in any cloud or linux server that has Docker support. Your image should also be very small (a few dozen megabytes at most).
Re: Launching Rust Cloud Native
#10This is a very confusing announcement of..... what exactly? A github repo hosting the blog that the announcement was posted on! There isn't anything of substance here, as far as I can tell. While the whole thing "looks" official and has a very official name, there is nothing of substance there. Some of the text is incoherent, telling us that the author learned some Rust as a break from university (good for him!). Som…