home.social

#rustdev — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #rustdev, aggregated by home.social.

fetched live
  1. Now that I want to keep gotosocial and readeck pkgsrc packages up to date automatically, I find myself trying bob.

    Not bob the playskool user interface from Microsoft.
    Bob  from @jperkin the pkgsrc building sandboxed factory written in rust.

    Will see how it goes...

    https://crates.io/crates/bob

    #gotosocial #readeck #pkgsrc #bob #rustdev

  2. Now that I want to keep gotosocial and readeack pkgsrc packages up to date automatically, I find myself trying bob.

    Not bob the playschool user interface from Microsoft.
    Bob  from @jperkin the pkgsrc building sandboxed factory written in rust.

    Will see how it goes...

    https://crates.io/crates/bob

    #gotosocial #readeck #pkgsrc #bob #rustdev

  3. Now that I want to keep gotosocial and readeack pkgsrc packages up to date automatically, I find myself trying bob.

    Not bob the playschool user interface from Microsoft.
    Bob  from @jperkin the pkgsrc building sandboxed factory written in rust.

    Will see how it goes...

    https://crates.io/crates/bob

    #gotosocial #readeck #pkgsrc #bob #rustdev

  4. So I am getting more and more into #p2panda - though I do not yet understand whether the "p2panda" crate is sufficient for what I am about to build or whether I need to go with "p2panda-net" and then use the other crates from the ecosystem and stack them.

    #rustdev #rustlang #rust

  5. So I am getting more and more into #p2panda - though I do not yet understand whether the "p2panda" crate is sufficient for what I am about to build or whether I need to go with "p2panda-net" and then use the other crates from the ecosystem and stack them.

    #rustdev #rustlang #rust

  6. So I am getting more and more into #p2panda - though I do not yet understand whether the "p2panda" crate is sufficient for what I am about to build or whether I need to go with "p2panda-net" and then use the other crates from the ecosystem and stack them.

    #rustdev #rustlang #rust

  7. So I am getting more and more into #p2panda - though I do not yet understand whether the "p2panda" crate is sufficient for what I am about to build or whether I need to go with "p2panda-net" and then use the other crates from the ecosystem and stack them.

    #rustdev #rustlang #rust

  8. So I am getting more and more into #p2panda - though I do not yet understand whether the "p2panda" crate is sufficient for what I am about to build or whether I need to go with "p2panda-net" and then use the other crates from the ecosystem and stack them.

    #rustdev #rustlang #rust

  9. Does anyone know if there's a tool for #Rust for desugaring async functions? I want to inspect the state machine that the compiler generates for an async function (for optimizing its memory usage).

    #rustdev #rustlang

  10. Does anyone know if there's a tool for #Rust for desugaring async functions? I want to inspect the state machine that the compiler generates for an async function (for optimizing its memory usage).

    #rustdev #rustlang

  11. Does anyone know if there's a tool for #Rust for desugaring async functions? I want to inspect the state machine that the compiler generates for an async function (for optimizing its memory usage).

    #rustdev #rustlang

  12. Does anyone know if there's a tool for #Rust for desugaring async functions? I want to inspect the state machine that the compiler generates for an async function (for optimizing its memory usage).

    #rustdev #rustlang

  13. Does anyone know if there's a tool for #Rust for desugaring async functions? I want to inspect the state machine that the compiler generates for an async function (for optimizing its memory usage).

    #rustdev #rustlang

  14. Success, I managed to break apart a pretty big structure of code into a more modular and way better composable one!

    #rustlang #rust #rustdev #softwaredevelopment

    Now I have to replace the original with the new abstraction in half of the codebase.

  15. Success, I managed to break apart a pretty big structure of code into a more modular and way better composable one!

    #rustlang #rust #rustdev #softwaredevelopment

    Now I have to replace the original with the new abstraction in half of the codebase.

  16. Success, I managed to break apart a pretty big structure of code into a more modular and way better composable one!

    #rustlang #rust #rustdev #softwaredevelopment

    Now I have to replace the original with the new abstraction in half of the codebase.

  17. Success, I managed to break apart a pretty big structure of code into a more modular and way better composable one!

    #rustlang #rust #rustdev #softwaredevelopment

    Now I have to replace the original with the new abstraction in half of the codebase.

  18. Success, I managed to break apart a pretty big structure of code into a more modular and way better composable one!

    #rustlang #rust #rustdev #softwaredevelopment

    Now I have to replace the original with the new abstraction in half of the codebase.

  19. Because of the awesome stream by @orhun I finally managed to get myself to start implementing the private state sync protocol for my pet project using #iroh and #yrs

    Not nearly finished, but the roots are planted.

    #rustdev #rust #rustlang

  20. Because of the awesome stream by @orhun I finally managed to get myself to start implementing the private state sync protocol for my pet project using #iroh and #yrs

    Not nearly finished, but the roots are planted.

    #rustdev #rust #rustlang

  21. Because of the awesome stream by @orhun I finally managed to get myself to start implementing the private state sync protocol for my pet project using #iroh and #yrs

    Not nearly finished, but the roots are planted.

    #rustdev #rust #rustlang

  22. Because of the awesome stream by @orhun I finally managed to get myself to start implementing the private state sync protocol for my pet project using #iroh and #yrs

    Not nearly finished, but the roots are planted.

    #rustdev #rust #rustlang

  23. Because of the awesome stream by @orhun I finally managed to get myself to start implementing the private state sync protocol for my pet project using #iroh and #yrs

    Not nearly finished, but the roots are planted.

    #rustdev #rust #rustlang

  24. TIL: Cargo lets you use "host-tuple" as a target 👀

    No need to remember your full target triple anymore! 🦀

    #rustlang #cargo #rustdev #buildtools #cli

  25. TIL: Cargo lets you use "host-tuple" as a target 👀

    No need to remember your full target triple anymore! 🦀

  26. TIL: Cargo lets you use "host-tuple" as a target 👀

    No need to remember your full target triple anymore! 🦀

    #rustlang #cargo #rustdev #buildtools #cli

  27. TIL: Cargo lets you use "host-tuple" as a target 👀

    No need to remember your full target triple anymore! 🦀

    #rustlang #cargo #rustdev #buildtools #cli

  28. TIL: Cargo lets you use "host-tuple" as a target 👀

    No need to remember your full target triple anymore! 🦀

    #rustlang #cargo #rustdev #buildtools #cli

  29. Just published a new theory article on rustquant.dev this time about iceberg and stop-loss orders in the context of a Rust-based order book engine.
    Not an expert, just documenting the journey and trying to break down what I’m learning. These topics deserve much deeper treatment, so any feedback is welcome.

    #rustlang #trading #hft #orderbook #fintech #opensource #eventdriven #systemdesign #rustdev

  30. Just published a new theory article on rustquant.dev this time about iceberg and stop-loss orders in the context of a Rust-based order book engine.
    Not an expert, just documenting the journey and trying to break down what I’m learning. These topics deserve much deeper treatment, so any feedback is welcome.

    #rustlang #trading #hft #orderbook #fintech #opensource #eventdriven #systemdesign #rustdev

  31. Just published a new theory article on rustquant.dev this time about iceberg and stop-loss orders in the context of a Rust-based order book engine.
    Not an expert, just documenting the journey and trying to break down what I’m learning. These topics deserve much deeper treatment, so any feedback is welcome.

    #rustlang #trading #hft #orderbook #fintech #opensource #eventdriven #systemdesign #rustdev

  32. Just published a new theory article on rustquant.dev this time about iceberg and stop-loss orders in the context of a Rust-based order book engine.
    Not an expert, just documenting the journey and trying to break down what I’m learning. These topics deserve much deeper treatment, so any feedback is welcome.

    #rustlang #trading #hft #orderbook #fintech #opensource #eventdriven #systemdesign #rustdev

  33. i'm liking rust so far based on what i've experienced and seen but i feel like actually understanding how to write it and not let myself be driven by blindly translating C/C++ to rust, and rustc/rust-analyzer errors, would be way better. No Boilerplate videos certainly help but i think i can learn a little better

    any ideas? help out a beginner
    ​:BlobCat_Heart:​ ​:repost_ok:​

    #rustlang #rustdev #programming

  34. i'm liking rust so far based on what i've experienced and seen but i feel like actually understanding how to write it and not let myself be driven by blindly translating C/C++ to rust, and rustc/rust-analyzer errors, would be way better. No Boilerplate videos certainly help but i think i can learn a little better

    any ideas? help out a beginner
    ​:BlobCat_Heart:​ ​:repost_ok:​

    #rustlang #rustdev #programming

  35. i'm liking rust so far based on what i've experienced and seen but i feel like actually understanding how to write it and not let myself be driven by blindly translating C/C++ to rust, and rustc/rust-analyzer errors, would be way better. No Boilerplate videos certainly help but i think i can learn a little better

    any ideas? help out a beginner
    ​:BlobCat_Heart:​ ​:repost_ok:​

    #rustlang #rustdev #programming

  36. i'm liking rust so far based on what i've experienced and seen but i feel like actually understanding how to write it and not let myself be driven by blindly translating C/C++ to rust, and rustc/rust-analyzer errors, would be way better. No Boilerplate videos certainly help but i think i can learn a little better

    any ideas? help out a beginner
    ​:BlobCat_Heart:​ ​:repost_ok:​

    #rustlang #rustdev #programming

  37. i'm liking rust so far based on what i've experienced and seen but i feel like actually understanding how to write it and not let myself be driven by blindly translating C/C++ to rust, and rustc/rust-analyzer errors, would be way better. No Boilerplate videos certainly help but i think i can learn a little better

    any ideas? help out a beginner
    ​:BlobCat_Heart:​ ​:repost_ok:​

    #rustlang #rustdev #programming

  38. The problem with having a fast development machine is, that all other machines are PAINFULLY SLOW suddenly.

    #rust #rustdev #development

  39. The problem with having a fast development machine is, that all other machines are PAINFULLY SLOW suddenly.

    #rust #rustdev #development

  40. The problem with having a fast development machine is, that all other machines are PAINFULLY SLOW suddenly.

    #rust #rustdev #development

  41. The problem with having a fast development machine is, that all other machines are PAINFULLY SLOW suddenly.

    #rust #rustdev #development

  42. The problem with having a fast development machine is, that all other machines are PAINFULLY SLOW suddenly.

    #rust #rustdev #development

  43. write.as/comments-and-code/imp

    This is the first post on a series I'm doing on gamified encoding methods. I really like the idea of making multiplayer more interesting than just logging into some sterile server. I'm brewing up the second post for this weekend, about box drawing!

    ┍╼───━┐
    ╽ C+c ╽
    ┝┯┰┱┭┲┪
    ┖┻┺┸┶┵┘

    #gamedev #blog #rustdev

  44. write.as/comments-and-code/imp

    This is the first post on a series I'm doing on gamified encoding methods. I really like the idea of making multiplayer more interesting than just logging into some sterile server. I'm brewing up the second post for this weekend, about box drawing!

    ┍╼───━┐
    ╽ C+c ╽
    ┝┯┰┱┭┲┪
    ┖┻┺┸┶┵┘

    #gamedev #blog #rustdev

  45. write.as/comments-and-code/imp

    This is the first post on a series I'm doing on gamified encoding methods. I really like the idea of making multiplayer more interesting than just logging into some sterile server. I'm brewing up the second post for this weekend, about box drawing!

    ┍╼───━┐
    ╽ C+c ╽
    ┝┯┰┱┭┲┪
    ┖┻┺┸┶┵┘

    #gamedev #blog #rustdev

  46. write.as/comments-and-code/imp

    This is the first post on a series I'm doing on gamified encoding methods. I really like the idea of making multiplayer more interesting than just logging into some sterile server. I'm brewing up the second post for this weekend, about box drawing!

    ┍╼───━┐
    ╽ C+c ╽
    ┝┯┰┱┭┲┪
    ┖┻┺┸┶┵┘

    #gamedev #blog #rustdev

  47. write.as/comments-and-code/imp

    This is the first post on a series I'm doing on gamified encoding methods. I really like the idea of making multiplayer more interesting than just logging into some sterile server. I'm brewing up the second post for this weekend, about box drawing!

    ┍╼───━┐
    ╽ C+c ╽
    ┝┯┰┱┭┲┪
    ┖┻┺┸┶┵┘

    #gamedev #blog #rustdev