home.social

#rustacean — Public Fediverse posts

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

fetched live
  1. The 2024 recap gives you a good sense of the atmosphere at Oxidize - two days of applied Rust talks and a warm, engaged community 🦀

    We're looking forward to welcoming you all back in Berlin this September 14–16, 2026. Note that workshop seats are limited; we recommend booking these early.

    youtube.com/watch?v=0zcYqn3yyn4

    #Oxidize2026 #RustLang #EmbeddedRust #Rustacean

  2. The 2024 recap gives you a good sense of the atmosphere at Oxidize - two days of applied Rust talks and a warm, engaged community 🦀

    We're looking forward to welcoming you all back in Berlin this September 14–16, 2026. Note that workshop seats are limited; we recommend booking these early.

    youtube.com/watch?v=0zcYqn3yyn4

    #Oxidize2026 #RustLang #EmbeddedRust #Rustacean

  3. Sooo I’m learning now 👀 :rust: :rust_ferris:

  4. Someone at #rustweek #rustweek2026 having an apartment in #berlin that they want to rent out to someone?

    Because I know a very awesome #rustacean that is looking for an appartment in Berlin right now...

  5. Someone at #rustweek #rustweek2026 having an apartment in #berlin that they want to rent out to someone?

    Because I know a very awesome #rustacean that is looking for an appartment in Berlin right now...

  6. Ah, yes, another #Rustacean waxing poetic about "lifetimes" as if they were the next Beatles. 🎸🎻 Spoiler: Zero-copy isn’t going to revolutionize your code unless you’re a database server in disguise. 🤔💾
    redixhumayun.github.io/databas #ZeroCopy #Lifetimes #CodingDiscussion #DatabaseServer #HackerNews #ngated

  7. Ah, yes, another #Rustacean waxing poetic about "lifetimes" as if they were the next Beatles. 🎸🎻 Spoiler: Zero-copy isn’t going to revolutionize your code unless you’re a database server in disguise. 🤔💾
    redixhumayun.github.io/databas #ZeroCopy #Lifetimes #CodingDiscussion #DatabaseServer #HackerNews #ngated

  8. @soc

    Javascript disdain shared! 😜

    We are a lot of #rustacean to praise #zola!

    Everything is markdown once your templates and styles are set up.

    I had to add a bit of js on top of it for some complex components but it wasn't enough to make me feel nauseous.

    getzola.org/documentation/gett

  9. @soc

    Javascript disdain shared! 😜

    We are a lot of #rustacean to praise #zola!

    Everything is markdown once your templates and styles are set up.

    I had to add a bit of js on top of it for some complex components but it wasn't enough to make me feel nauseous.

    getzola.org/documentation/gett

  10. Also if you need a replacement for #UnrealEngine and are a #Rustacean like me, there is #bevy and #Fyrox to consider.

  11. Also if you need a replacement for #UnrealEngine and are a #Rustacean like me, there is #bevy and #Fyrox to consider.

  12. Uhhhhhh...

    😼 **cargo-cat** — A Cargo subcommand that prints random ASCII cats.

    🦀 Also ships a library if you want cats in your Rust code.

    ⭐ GitHub: github.com/blyxyas/cat-ascii-f

  13. Uhhhhhh...

    😼 **cargo-cat** — A Cargo subcommand that prints random ASCII cats.

    🦀 Also ships a library if you want cats in your Rust code.

    ⭐ GitHub: github.com/blyxyas/cat-ascii-f

    #rustlang #cargo #cli #devtools #rustacean #ascii #cats #meme

  14. 🚀Oh, the audacity! A #Rustacean attempts to reinvent the #ping wheel, only to discover that maybe, just maybe, hitting Google with "rootless ping" was too complex.🤔 But fret not, our hero has bravely deposited their groundbreaking discovery on #GitHub, saving us all from the dastardly clutches of... well, nothing. 🙄
    bou.ke/blog/rust-ping/ #rootless #innovation #tech #humor #HackerNews #ngated

  15. 🚀Oh, the audacity! A #Rustacean attempts to reinvent the #ping wheel, only to discover that maybe, just maybe, hitting Google with "rootless ping" was too complex.🤔 But fret not, our hero has bravely deposited their groundbreaking discovery on #GitHub, saving us all from the dastardly clutches of... well, nothing. 🙄
    bou.ke/blog/rust-ping/ #rootless #innovation #tech #humor #HackerNews #ngated

  16. Just in time for Black Friday: Ferris the Rustacean hats (in two colors!) fogwave.printify.me/product/25

    Ferris is embroidered on the front; Corro the unsafe rusturchin is embroidered on the back :D

    #rustlang #rust #ferris #rustacean #fedigiftshop #blackfriday #shopindie

  17. Does any #rustacean know an example of getting observable undefined behavior out of an uninitialized integer?

    I tried pretty hard starting with this and tried getting a branch to go in the wrong way with no success.

    let numbers = unsafe { MaybeUninit::<[u32; 16]>::uninit().assume_init() };
    //                     ^ this code causes undefined behavior when executed

  18. Additionally, if you have any insight into the history of how strings in Rust were designed I’d love the links and stories. Thank you.

    #Rust #RustLang #Rustacean

  19. #Rust people!

    What do you think about strings in Rust?

    #RustLang #Rustacean

    Additionally, if you have any insight into the history of how strings in Rust were designed I’d love the links and stories. Thank you.

  20. #Rust people!

    What do you think about strings in Rust?

    #RustLang #Rustacean

    Additionally, if you have any insight into the history of how strings in Rust were designed I’d love the links and stories. Thank you.

  21. 🚀🤖 Behold, #the #Rustacean #utopia where enthusiasts reinvent the #wheel by wrapping an #LLM in steel wool! 🔧🔒 Why use proven frameworks when you can write your own complex #AI from scratch in Rust and call it "innovation"? 🙃
    github.com/tekaratzas/RustGPT #Innovation #Reinventing #Development #HackerNews #ngated

  22. 🚀🤖 Behold, #the #Rustacean #utopia where enthusiasts reinvent the #wheel by wrapping an #LLM in steel wool! 🔧🔒 Why use proven frameworks when you can write your own complex #AI from scratch in Rust and call it "innovation"? 🙃
    github.com/tekaratzas/RustGPT #Innovation #Reinventing #Development #HackerNews #ngated

  23. Just launched a new project where I’m learning (and building!) high-frequency trading systems using Rust - from scratch.

    I'm documenting everything in a series of hands-on articles: system design, performance tricks, real trading concepts, and clean, idiomatic Rust.

    If you're into trading, low latency systems, or just love Rust, follow the journey here: rustquant.dev

    No fluff, just serious tech and a bit of fun.

    #rustlang #trading #hft #lowlatency #opensource #rustacean

  24. Just launched a new project where I’m learning (and building!) high-frequency trading systems using Rust - from scratch.

    I'm documenting everything in a series of hands-on articles: system design, performance tricks, real trading concepts, and clean, idiomatic Rust.

    If you're into trading, low latency systems, or just love Rust, follow the journey here: rustquant.dev

    No fluff, just serious tech and a bit of fun.

    #rustlang #trading #hft #lowlatency #opensource #rustacean

  25. Rustaceans, let's meet in Krakow! 🦀
    The meetup by Rust Poland is just a week away!

    📅 July 30th
    📍 Centrum Obywatelskie, Reymonta 20 (Wisła Kraków Stadium)

    Featuring:
    🎤 Piotr Gankiewicz (whom you could also hear on stage at @Rustikon 2025!)
    🎤 Mateusz Lenart
    🔗 Event link: meetup.com/rust-poland-meetup/

    Join us for engaging discussions about the language, meet fellow Rust devs and fans, and exchange insights!

    #rust #rustlang #rustacean

  26. Rustaceans, let's meet in Krakow! 🦀
    The meetup by Rust Poland is just a week away!

    📅 July 30th
    📍 Centrum Obywatelskie, Reymonta 20 (Wisła Kraków Stadium)

    Featuring:
    🎤 Piotr Gankiewicz (whom you could also hear on stage at @Rustikon 2025!)
    🎤 Mateusz Lenart
    🔗 Event link: meetup.com/rust-poland-meetup/

    Join us for engaging discussions about the language, meet fellow Rust devs and fans, and exchange insights!

    #rust #rustlang #rustacean

  27. stickup v0.2.9 now live on crates.io. I added event system with logger and filters.
    -v0.3.0 will include custom device input parsing.

    stickup is a lightweight device manager for Rust devs. Designed to be lightweight, and easy to work with, stickup works with everything from a simple arcade style joystick to high-end HOSAS equipped rigs, and everything in-between.

    crates.io/crates/stickup/0.2.9

    #rustlang #dev #rust #rustacean

  28. I'm ride or die for the Rust programming language for obvious reasons. :rusty_derp:​

    #Rust #Rustacean

  29. I'm ride or die for the Rust programming language for obvious reasons. :rusty_derp:​

    #Rust #Rustacean

  30. Just released: a Rust-native utility to launch two ChatGPT Chrome windows side-by-side on Windows. Uses Win32 APIs for perfect positioning on ultra-wide displays.
    github.com/pbeens/dual_chatgpt

    #RustLang #OpenSource #WindowsDev #ChatGPT #GitHub #RustAcean #Automation

  31. Just released: a Rust-native utility to launch two ChatGPT Chrome windows side-by-side on Windows. Uses Win32 APIs for perfect positioning on ultra-wide displays.
    github.com/pbeens/dual_chatgpt

    #RustLang #OpenSource #WindowsDev #ChatGPT #GitHub #RustAcean #Automation

  32. @josi Appreciate your comments. This is all thanks to you and your posts. You made me lean towards rust. Now I am an enthusiast by day and a by night.

  33. @josi Appreciate your comments. This is all thanks to you and your posts. You made me lean towards rust. Now I am an #rstats enthusiast by day and a #rustacean by night.

  34. Two years into #rust,
    pinning and wrestling with all sort of libraries 😄...

    And I feel it's just time to have my constants in check ✅😤.
    by skimming through *rust_by_example.pdf*
    (a bloodwork but for #rustacean 😁)

    It hides some:

    - clever writing patterns
    - short and impactful examples
    - syntax tips for newest versions of rustc

    doc.rust-lang.org/stable/rust-

    PS: Pretty nice on an e-reader and alongside breakfast 🍳👌 .

    You should have a glance at the book if you didn't yet!
    #brogramming

  35. Two years into #rust,
    pinning and wrestling with all sort of libraries 😄...

    And I feel it's just time to have my constants in check ✅😤.
    by skimming through *rust_by_example.pdf*
    (a bloodwork but for #rustacean 😁)

    It hides some:

    - clever writing patterns
    - short and impactful examples
    - syntax tips for newest versions of rustc

    doc.rust-lang.org/stable/rust-

    PS: Pretty nice on an e-reader and alongside breakfast 🍳👌 .

    You should have a glance at the book if you didn't yet!
    #brogramming

  36. 📚 Behold, the novice Rustacean's manifesto on "idiomatic" Rust: a delightful chronicle of their fledgling #journey, complete with insightful examples that might just change tomorrow! 😂 But fear not, dear reader, as this personal perspective is as solid as a programmer's first "Hello, World!" 🖥️✨
    a-i-nstein.neocities.org/ #Rustacean #Idiomatic #Rust #Programming #Learning #Experience #Hello #World #HackerNews #ngated

  37. 📚 Behold, the novice Rustacean's manifesto on "idiomatic" Rust: a delightful chronicle of their fledgling #journey, complete with insightful examples that might just change tomorrow! 😂 But fear not, dear reader, as this personal perspective is as solid as a programmer's first "Hello, World!" 🖥️✨
    a-i-nstein.neocities.org/ #Rustacean #Idiomatic #Rust #Programming #Learning #Experience #Hello #World #HackerNews #ngated

  38. Returned the rental car, am at the airport.

    Now I am finishing my bottle of water and then it's security time. As a #rustacean I can only appreciate security, of course! 😂

    #eurorust #eurorust24

  39. Returned the rental car, am at the airport.

    Now I am finishing my bottle of water and then it's security time. As a #rustacean I can only appreciate security, of course! 😂

    #eurorust #eurorust24

  40. You can now #[expect] lints in the new Rust stable! 🦀

    ✨ Suppresses lints and warns on unfulfilled expectations.

    📚 Documentation: doc.rust-lang.org/rustc/lints/

    ➡️ Implementation: github.com/rust-lang/rust/pull

  41. for a while now a cursed thought has been in my mind: what if ferris the rustacean were a magical girl? so i drew it/her.
    #pixelart #ドット絵 #art #mastoart #DigitalArt #ferris #rust #rustlang #rustacean #magicalgirl

  42. The #xz backdoor continues to pop up. We recently located the backdoor binaries in a popular Rust crate. Thanks to the quick work by the maintainer, the problem was quickly solved!

    blog.phylum.io/rust-crate-ship

    #rust #cratesio #opensource #rustacean #cargo #backdoor

  43. Search for niche Rust topic video

    > Several hits
    > One even more focused than my query
    > Only 1 year old
    > By one of my favorite presenters

    Life is good crusties

    #RustLang #Rust #Rustacean #Rustaceans

  44. I rewrote my router in Rust so it wouldn't crash. Now it's panic at the Cisco.

    #Rust #RustLang #Rustacean

  45. If you are in the middle of learning #Rust right now: enjoy every moment of it!

    I promise, you'll look back at that time with great joy and delight. ✨

    #RustLang #Rustacean #Learning #Inspiration #Appreciation #Motivation #Reflection

  46. Shout-out to all the #Rust'aceans who are not that publicly visible in the interwebz, but doing amazing work for the whole #RustLang community! 🥳

    You guys are awesome! 🎡

    #Community #Shoutout #Rustacean

  47. I'm trying to become a full-fledged #rustacean, but traits keep getting in my way. Dang.
    #rustlang