V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
lcj2class
V2EX  ›  程序员

播客 RustTalk: 001. 与 Folyd 聊他的 Rust 使用经历

  •  3
     
  •   lcj2class · 2022-01-26 13:58:55 +08:00 · 2030 次点击
    这是一个创建于 792 天前的主题,其中的信息可能已经有所发展或是发生改变。

    概要

    本期嘉宾是 Rust Search Extension 作者朱霜(网络 ID:Folyd ),他在 2018 年开始接触 Rust 后,便一直活跃在 Rust 社区内,除了使用广泛的这个插件,他还参与了《 Rust 日报》的编辑工作,而且还给 Rust 官方标准库贡献过代码,是一位追求极简主义的极客。本期节目聊到了他与 Rust 的种种有趣故事,近一个小时的内容,精彩不容错过。

    收听方式

    对节目有任何想法 or 建议,欢迎留言

    9 条回复    2022-02-14 23:21:48 +08:00
    ldm0
        1
    ldm0  
       2022-01-26 14:00:09 +08:00
    资瓷!
    liuxu
        2
    liuxu  
       2022-01-26 14:06:09 +08:00
    听听
    illuz
        3
    illuz  
       2022-01-26 14:37:08 +08:00
    资瓷!
    另外网页打开很快
    FlyingDough
        4
    FlyingDough  
       2022-01-26 15:01:10 +08:00
    反手就是一个订阅,支持!
    liuxu
        5
    liuxu  
       2022-01-26 15:32:02 +08:00
    牛逼,代码预测都要处理

    polkadot:
    Compiling the rust compiler without this commit and using the self-built compiler to compile our node showed that the native runtime produced the correct data and we could sync the chain. The commit changed the `binary_search_by` function in a way that it could return a different index when there are multiple matches. As we use this function in the runtime, it can lead to a slightly different ordering of the data that is stored in the state, which leads to a different storage root.

    binary_search_by:
    If the value is found then Result::Ok is returned, containing the index of the matching element. If there are multiple matches, then any one of the matches could be returned. The index is chosen deterministically, but is subject to change in future versions of Rust.
    Wichna
        6
    Wichna  
       2022-01-26 15:50:57 +08:00
    资瓷!
    jadec0der
        7
    jadec0der  
       2022-01-26 16:50:59 +08:00
    页面右侧 Google Podcast 的链接是 Emacs Talk 的
    lcj2class
        8
    lcj2class  
    OP
       2022-01-27 10:25:26 +08:00
    @jadec0der Good catch !其实是在 Google 那边还没过审,所以就先放了 EmacsTalk 的链接。Google 支持用 RSS 来听。
    respawn
        9
    respawn  
       2022-02-14 23:21:48 +08:00
    干货
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   3284 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 32ms · UTC 14:12 · PVG 22:12 · LAX 07:12 · JFK 10:12
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.