2020-09-05 02:34:13 +00:00
|
|
|
|
+++
|
2020-11-02 01:46:39 +00:00
|
|
|
|
title = "One Hundred Rust Binaries"
|
2020-11-02 02:48:27 +00:00
|
|
|
|
date = 2020-11-02T13:00:00+11:00
|
2020-09-05 02:34:13 +00:00
|
|
|
|
|
|
|
|
|
[extra]
|
2020-11-04 21:27:48 +00:00
|
|
|
|
updated = 2020-11-05T08:27:13+11:00
|
2020-09-05 02:34:13 +00:00
|
|
|
|
+++
|
|
|
|
|
|
2020-11-02 01:46:39 +00:00
|
|
|
|
I recently completed a [#100binaries] series on Twitter wherein I shared one
|
|
|
|
|
open-source [Rust] tool or application each day, for one hundred days (Jul—Nov
|
|
|
|
|
2020). This post lists binaries 1–50.
|
|
|
|
|
[See page 2 for binaries 51–100](@/posts/2020/100-rust-binaries/page2.md).
|
2020-09-05 02:34:13 +00:00
|
|
|
|
|
2020-11-02 02:46:39 +00:00
|
|
|
|
<!-- more -->
|
|
|
|
|
|
2020-11-02 02:35:47 +00:00
|
|
|
|
All images and videos without an explicit source were created by me for the
|
|
|
|
|
series. Most picture the [Alacritty] terminal emulator running on Linux. I use
|
|
|
|
|
the [PragmataPro font][PragmataPro] and my prompt is generated by
|
|
|
|
|
[vim-promptline]. The colour scheme is [Base16 Default Dark][base16].
|
|
|
|
|
|
2020-11-04 21:27:48 +00:00
|
|
|
|
I also wrote a follow-up post about how this page was built and the
|
|
|
|
|
considerations that went into making it as lightweight as possible:
|
|
|
|
|
[Turning One Hundred Tweets Into a Blog Post](@/posts/2020/turning-one-hundred-tweets-into-a-blog-post.md).
|
|
|
|
|
|
2020-09-05 02:34:13 +00:00
|
|
|
|
{{ tweet_list() }}
|
|
|
|
|
|
2020-11-02 01:46:39 +00:00
|
|
|
|
[Continue to page 2 »](@/posts/2020/100-rust-binaries/page2.md)
|
|
|
|
|
|
|
|
|
|
[#100binaries]: https://twitter.com/search?q=%23100binaries%20from%3A%40wezm&src=typed_query&f=live
|
|
|
|
|
[Rust]: https://www.rust-lang.org/
|
2020-11-02 02:35:47 +00:00
|
|
|
|
[Alacritty]: https://github.com/alacritty/alacritty
|
|
|
|
|
[PragmataPro]: https://fsd.it/shop/fonts/pragmatapro/
|
|
|
|
|
[vim-promptline]: https://github.com/edkolev/promptline.vim
|
|
|
|
|
[base16]: https://github.com/chriskempson/base16-shell
|