Writing
Posts, categories and tags
Latest Posts
[Fly.io](https://fly.io) is an Saas platform that let users to deploy their apps via docker image or buildpacks. It's perfectly suitable for small and medium-sized apps for the generous free tier and easy-to-use cli. In this article, I will show how to deploy a rust app with fly.io.
Read OnFeb 02, 22 / 151 words / in ChitChat
陆陆续续已经用了新 Macbook Pro 两个月了,优点很多,缺点也有。在这台 Macbook Pro 2021 上,我彻底重写了我的博客,而这篇文章就是我重写博客后的第一篇。那么今天就来简单讲讲我到现在为止的使用体验。
Read OnDec 10, 21 / 116 words / in Monthly
**折腾记** - 记录每个月都折腾了些啥。我们的口号是:「诶,就是玩!」。折腾记包括做了什么项目、发了哪些 Commit、看了什么书、又入手了什么新东西等等等等…………
Read OnDec 04, 21 / 140 words / in ChitChat
10.20 下的单,12.1 才到,苹果你可真是让我好等啊。言归正传,Macbook Pro 2021 发布的当天我就下了单,这篇博客简单讲一下这两天我都做了些啥。
Read On通常来讲,使用 async Rust 库是一件非常简单的事情。你只需要加一些 `async` 或者 `.await` 即可。然而写一个你自己的 async 库就是不是一件简单的事情了。我第一次尝试的时候,经常被一些像是 `T: ?Unpin` 和 `Pin<&mut Self>` 这样的晦涩难懂的语法搞晕。我从来没见过这样的东西,也不理解它们到底是干什么的。现在我逐渐理解一切,所以写了这篇文章来解释,要是我以前学习的时候也有这么一篇文章就好了。
Read OnMar 16, 21 / 9 words / in Announcement
++本站正式支持 RSS 啦!++
Read OnFeb 24, 21 / 226 words / in ChitChat
这篇文章用来记录一些我目前使用的工具/配置/环境等等。
Read OnThis is my first actual post here. Those four before are either test posts or placeholders (which means part or all of the content are random generated) I created during developing and testing so it is not your problem if you cannot understand some of the content. I would like to share how I created this site and other chit-chats about it and the future.
Read On