home.social

#toolchains — Public Fediverse posts

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

  1. 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

  2. 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

  3. 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

  4. Dự án OpenLinux: Một bản phân phối Linux mới từ đầu, sạch sẽ và tập trung. Mục tiêu là tạo ra một hệ thống Linux giống BSD, với libc mới, công cụ clang+lld, khởi động tối thiểu và xây dựng trên nhiều kiến trúc. Cần sự giúp đỡ của các nhà phát triển. #OpenLinux #Linux #OSDevelopment #C #Toolchains #PhátTriểnHệĐiệp #HệĐiệpMở #TựDo

    github.com/openlinux-src/src

  5. 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

  6. @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

  7. @danderson

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

    I would eat first. This will be a PITA.

    #GCC #Clang #ToolChains

  8. @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.

  9. @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.

  10. @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.

  11. 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

  12. 🔥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

  13. 🔥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

  14. 🔥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

  15. 🔥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

  16. 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.