Joe Clay

Results 99 comments of Joe Clay

A bit of lunchtime hacking - running this in the root of the repo converts all GIFs to (hopefully) web-optimized MP4s: ```python #!/usr/bin/python import os, subprocess def process_directory(path): for root,...

Updated script with find-and-replace for the markdown files: Script ```python #!/usr/bin/python import os, subprocess, re, io def convert_gif(path): print("Converting to MP4: " + path) name, _ = os.path.splitext(path) new_name =...

Been thinking about this some more since the quoted comment, and I think there's two sides to this that have to be balanced. As a section _writer_, I find it...

My thoughts: * I also usually go with FIFO ordering unless one of the other editors specifically asks for it to change. The only time I generally reorder things when...

I'm a bit torn on this! On the one hand, I feel like there's a massive need for a semi-official 'state of the ecosystem' post; something we can point new...

> Easy option for the matter of opinion: have the ecosystem guide be a collection of other people's guides, without endorsing or criticizing particular ones. Just organize them by topic...

I think given that this guide is presumably going to take the form of a page or a blog post on the site, and given that discussion of the newsletter/intro...

Big 👍 to this. > This is less of an issue if the CI runs automatically on PRs -- which it seems to do for people who have contributed in...

At the very least, we should make sure that we submit the newsletter for inclusion in This Week In Rust every month. [I think this was done for the first...

Ah, that's a bummer. I get it, though, they probably don't want their entire newsletter to be... links to other newsletters 😅