home.social

#toolchains — Public Fediverse posts

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

fetched live
  1. @jpmens

    And then, there was CMake.

    Have fun cross-compiling with CMake.

    #Coding #Toolchains

  2. @jpmens

    And then, there was CMake.

    Have fun cross-compiling with CMake.

    #Coding #Toolchains

  3. Are you tired of dealing with different C++ compilers for every platform, cmake/make/shell build scripts, and dealing with static libraries? Me too!

    I'm currently working on a #cpp project manager that aims to unify these aspects into one tool (heavily inspired by #rust 's Cargo tool).

    I hope that it may prove useful!

    #programming #coding #toolchains

  4. Are you tired of dealing with different C++ compilers for every platform, cmake/make/shell build scripts, and dealing with static libraries? Me too!

    I'm currently working on a #cpp project manager that aims to unify these aspects into one tool (heavily inspired by #rust 's Cargo tool).

    I hope that it may prove useful!

    #programming #coding #toolchains

  5. AI accelerates coding but risks bloated, inefficient code. Lean tools ensure verification, optimization, and resource constraints to build efficient, sustainable apps.

    saysomething.hashnode.dev/lean

  6. Interesting tidbit about Rust as used in the Android OS: to prevent the trusting trust attack, and not rely on rust-lang.org build, they bootstrapped rustc 1.19 with mrustc (0.8.0), and then built all following rustc versions with their previous version.

    cs.android.com/android/platfor

    #RustLang #Android #Toolchains #Bootstrapping #TrustingTrust

  7. Interesting tidbit about Rust as used in the Android OS: to prevent the trusting trust attack, and not rely on rust-lang.org build, they bootstrapped rustc 1.19 with mrustc (0.8.0), and then built all following rustc versions with their previous version.

    cs.android.com/android/platfor

    #RustLang #Android #Toolchains #Bootstrapping #TrustingTrust

  8. Wow, riveting stuff: a bunch of geeks decided it's finally time for a #GNU makeover with #BPF support. They gathered at the 2025 GNU Tools #Cauldron to talk shop—because nothing screams #innovation like a cauldron and a horde of #kernel #enthusiasts 🧙🔧. Who knew #toolchains could be this exciting? 🌟
    lwn.net/Articles/1039827/ #HackerNews #ngated

  9. Wow, riveting stuff: a bunch of geeks decided it's finally time for a #GNU makeover with #BPF support. They gathered at the 2025 GNU Tools #Cauldron to talk shop—because nothing screams #innovation like a cauldron and a horde of #kernel #enthusiasts 🧙🔧. Who knew #toolchains could be this exciting? 🌟
    lwn.net/Articles/1039827/ #HackerNews #ngated

  10. @thradams

    In my book, this is -werror material.

    It was an error to code it this way in the first place. It is better to write clear code, and beat the coompiler into submission.

    embeddedartistry.com/blog/2017

    #C #Toolchains

  11. @thradams

    In my book, this is -werror material.

    It was an error to code it this way in the first place. It is better to write clear code, and beat the coompiler into submission.

    embeddedartistry.com/blog/2017

    #C #Toolchains

  12. @danderson

    Fun times. Did you compare results between GCC and Clang yet?

    I would eat first. This will be a PITA.

    #GCC #Clang #ToolChains

  13. @danderson

    Fun times. Did you compare results between GCC and Clang yet?

    I would eat first. This will be a PITA.

    #GCC #Clang #ToolChains

  14. @here_for_code Do whatever is most efficient for you. I was coding long before #IDEs were a thing, and prefer to build my own #toolchains based on the #Unix philosophy of small, dedicated utilities.

    These days, IDEs needn't be crutches. They can be, but it's really more about what fits your brain, what you enjoy using, and what you find most effective. Focus on that!

    #Vi is universal but has a steep learning curve. It would suck if I didn't also use a ton of #vimplugins by @tpope & others.

  15. @here_for_code Do whatever is most efficient for you. I was coding long before #IDEs were a thing, and prefer to build my own #toolchains based on the #Unix philosophy of small, dedicated utilities.

    These days, IDEs needn't be crutches. They can be, but it's really more about what fits your brain, what you enjoy using, and what you find most effective. Focus on that!

    #Vi is universal but has a steep learning curve. It would suck if I didn't also use a ton of #vimplugins by @tpope & others.

  16. We have another #llvm #meetup coming up in #Darmstadt on Nov. 29th 2023. The doors open ~6.45pm.

    This time, we'll have a handful of lightning talks around #buildbots #Clang (tooling and tidy), #toolchains. So come and join the discussions.

    @llvmweekly

    RSVP at meetup.com/llvm-social-darmsta

  17. 🔥Hot off the press "IDP Wasn't Built in a Day" This week we look at similarities in platform engineering, data operations (DataOps), and revenue operations (RevOps) teams.

    #platformengineering #revops #dataops #idp #toolchains #dataoperations #revenueoperations #devsecops #finops #cloudcostoptimization #newsletter

    fudge.org/archive/idp-wasnt-bu

  18. 🔥Hot off the press "IDP Wasn't Built in a Day" This week we look at similarities in platform engineering, data operations (DataOps), and revenue operations (RevOps) teams.

    #platformengineering #revops #dataops #idp #toolchains #dataoperations #revenueoperations #devsecops #finops #cloudcostoptimization #newsletter

    fudge.org/archive/idp-wasnt-bu

  19. So then I try #Debian. Installs just fine. Doesn't run #rustup from the web site. So I download it and run the shell script locally.

    Which installs the wrong #toolchain. Forcing me not only to look into #toolchains but also into figuring out, by trial and error, which ones claimed to be available actually are. And thanks.

    Finally I can default the #rust toolchain to stable-aarch64-unknown-linux-gnu. But again: neither #clippy nor #rustfmt are available. And thanks.