sebbyy·3년 전·discussBecause Rust is pass by value. f(&s); is practically equal to let r = s.borrow(); f(r);
sebbyy·4년 전·discussIt seems that Wikipedia is testing their new design. This new design only applied for few languages. Few that I know so far are Bahasa Indonesia, Japanese, and Portuguese.Japanese page snapshot before redesign[1] and after redesign [2].[1]: https://web.archive.org/web/20220629082528/https://ja.wikipe... [2]: https://ja.wikipedia.org/wiki/ウィキペディア
sebbyy·6년 전·discussThat's dissapointing. Wasm/Wasi is what got me interested in Web again.Do you have source on that?
sebbyy·6년 전·discuss> lots of choices, versions, combinations and edge cases to coverI think Snap[0], Flatpak[1], and AppImage[2] tries to solve this problem.[0] https://snapcraft.io/build[1] https://flatpak.org/[2] https://appimage.org/
sebbyy·6년 전·discussDoesn't completly solve your problem but you can start sending message to a new phone number using an url. [0] https://wa.me/{target-number} https://faq.whatsapp.com/general/chats/how-to-use-click-to-c...
is practically equal to