25 May 2022 |
| 小喵 🐈 changed their profile picture. | 03:22:10 |
| Miruku changed their display name from 𝙼𝚒𝚛𝚞𝚔𝚞 ♡ to Miruku. | 09:24:53 |
| Miruku changed their profile picture. | 09:25:01 |
26 May 2022 |
Yu-Wei Wu | 話說我最近需要解釋pin然後突然想到在C/C++會怎麼處理
像是對intrusive linked list移動到heap上(或是clone) | 03:48:21 |
Yu-Wei Wu | asan不知道會不會叫 | 03:48:46 |
布丁 包 | In reply to Yu-Wei Wu 話說我最近需要解釋pin然後突然想到在C/C++會怎麼處理 像是對intrusive linked list移動到heap上(或是clone) rust 有一个假设是所有wu jm都是 trivially movable 的 所以才需要 pin | 03:50:22 |
布丁 包 | * rust 有一个假设是所有物件都是 trivially movable 的 所以才需要 pin | 03:50:29 |
布丁 包 | 但 c++ 很容易构造出 unmovable 的物件 | 03:50:53 |
Yu-Wei Wu | 不過還是有可能有人用像是std::move? 要是假設這個list背包在某個struct或class,要移動的人沒注意到的話 | 03:54:49 |
布丁 包 | In reply to Yu-Wei Wu 不過還是有可能有人用像是std::move? 要是假設這個list背包在某個struct或class,要移動的人沒注意到的話 让 move constructor = delete | 03:55:27 |
Yu-Wei Wu | 請問現在有啥在runtime連結函式庫的方法嗎? | 05:18:31 |
Yu-Wei Wu | 我現在遇到一個頗棘手的狀況,appindicator已經背棄用了 https://wiki.ubuntu.com/DesktopExperienceTeam/ApplicationIndicators 新的ubuntu版本會用這個 https://ayatanaindicators.github.io/ | 05:20:05 |
Yu-Wei Wu | 我目前是只能在編譯時連結舊的 https://github.com/tauri-apps/libappindicator-rs/blob/master/sys/build.rs#L2 | 05:21:32 |
Yu-Wei Wu | 不知道能不能在runtime偵測再連結 | 05:21:53 |
Weihang Lo | In reply to Yu-Wei Wu 請問現在有啥在runtime連結函式庫的方法嗎? dlopen( | 05:25:03 |
Yu-Wei Wu | 有類似的rust crate嗎?目前找到的都滿舊的 | 05:29:40 |
布丁 包 | libloading? | 05:30:32 |
Yu-Wei Wu | 哇感謝 | 05:31:56 |
| Bob Liu joined the room. | 07:56:44 |
| iu ui joined the room. | 09:39:14 |
洛佳 (Luo Ĵia) | In reply to 布丁 包 libloading? 这东西我做过一个demo | 10:09:07 |
洛佳 (Luo Ĵia) | 不过rust语言里很多设计还是静态链接为主? | 10:09:18 |
布丁 包 | 动态链接复兴计划(x | 10:09:57 |
布丁 包 | 第一步 干掉泛型(z | 10:10:05 |
洛佳 (Luo Ĵia) | abi的问题) | 10:10:13 |
洛佳 (Luo Ĵia) | * 二进制接口的问题) | 10:10:24 |
Weihang Lo |  Download image.jpeg | 12:55:02 |
Weihang Lo | 在看 niko 的 Rust 2024 talk,請問這張投影片是想表達什麼?🌚 | 12:55:02 |
0m0 | In reply to Weihang Lo 在看 niko 的 Rust 2024 talk,請問這張投影片是想表達什麼?🌚 Rust is a mess | 13:01:38 |
0m0 | * Rust used to be a mess | 13:02:24 |