At Fullstory we’re using Rust for core parts of our cross-platform mobile framework. We believe this choice gives us significant advantages, but we didn’t make it lightly. In this two-part blog post we'll talk about our experience. Read Part 1 right now to find out why we chose Rust...
You can use JavaScript almost anywhere, but it’s not a great fit for e.g. resource-constrained environments. You can run Java or C# almost anywhere, but their required runtime makes them an ill fit for something you ship to end users like WebAssembly. With Rust, you don’t really have...
Professor: But how much copper do pennies actually contain? Student: How much... Oh, got it, right. Professor: So what else comes to mind when you think about copper? What else is copper used for? Student: I know that copper can be shaped into all sorts of things: sheets, tubing, ...
In non-async Rust concurrency, cancellation, and suspensions often require calling out to the underlying operating system - and it's not always supported. For example: Rust doesn't have a built-in way to cancel threads. The way to do it is usually to pass a channel to a thread, and ...
I know there are hundreds of static site generators that do 90%+ of the technical work for you but I've tried those in the past and wasn't satisfied with them. That's not because they're bad tools, a lot of them are excellent tools, it's just that I'm a craftsman and not ...
Professor: But how much copper do pennies actually contain? Student: How much... Oh, got it, right. Professor: So what else comes to mind when you think about copper? What else is copper used for? Student: I know that copper can be shaped into all sorts of things: sheets, tubing, ...
While learning Rust I was struggling with certain concepts so I tried to organize my thoughts by writing them down in markdown files and I soon had several markdown files. I thought "Maybe I should start a blog?" but then I realized "I probably shouldn't, my posts will never be as ...
aso many things to do so little love get done 要做那么一点爱的许多事达成[translate] a废水废气监测 Waste water waste gas monitor[translate] a笨笨老婆,我们牵手一辈子,不要脸的不放开彼此 The stupid stupid wife, our connecting rod for a lifetime, is not concerned about face does not let loose...
国内中文版叫做《我知道笼中鸟为何歌唱》(上海三联书店),虽然整体读起来流畅,但是有些关键段落确实有译得不到位的地方。不过,这是题外话了。今天的文章主要是分享I Know Why the Caged Bird Sings的佳句,分为Black Oppression(黑人受到的压迫), Religion(宗教信仰), Vivid Language(鲜活的语言), Growing Pains(...
One small final note: I plan to focus this blog entirely around Rust. Aside from this initial post I don't intend to use this blog to post about personal things. Further Reading Common Rust Lifetime Misconceptions Tour of Rust's Standard Library Traits Sizedness in Rust RESTful API in Sync...