home.social

#toolchain — Public Fediverse posts

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

  1. @thias

    I can only recommend to use #notepadpp and the little option at the top that makes non ASCII visible as coloured blocks with the name of that char within it e.g. <CR><LF>

    All text editors and IDEs should have that option enabled and enable it by default.

    That would effectively prevent these issues here...

    #coding #unicode #texteditor #toolchain #computersecurity

  2. 🚀 Behold Vite+! The Swiss Army knife of web tools you never knew you needed, now with more duct tape and promises of sanity 🙃. Join the 'early access' cult and bask in the glory of yet another #toolchain pretending it can fix everything wrong with #JavaScript 🚀.
    viteplus.dev/ #VitePlus #WebTools #EarlyAccess #HackerNews #ngated

  3. Orange Pi5

    Orange Pi 5 uses Rockchip RK3588S new generation 8-core 64-bit processor, quad-core A76 + quad-core A55, with 8nm process design, up to 2.4GHz main frequency, integrated ARM Mali-G610 GPU, embedded high-performance 3D/2D image acceleration module, built-in NPU with 6Tops computing power, with 4GB/8GB/16GB (LPDDR4/4X), and up to 8K display processing capability.

    radix-linux.su/devices/orange-

    #orangepi #toolchain #rcl #radixlinux

  4. Rust Custom Triplet

    Целевые триплеты описывают платформу, на которой выполняется код, и являются основной концепцией системы сборки GNU. Обычно триплет содержит три поля: название семейства/модели CPU, поставщика и имя операционной системы. Кроме того, триплет может иметь дополнительное поле, отражающее Application Binary Interface (ABI), например: gnu, gnueabihf, gnu_ilp32.

    Если вы создаете новую систему или собственный GNU/Linux дистрибутив, у вас может возникнуть необходимость иметь собственный целевой триплет. Например, x86_64-radix-linux-gnu для CPU Intel или AMD.

    radix-linux.su/blog/2024-11-11

    #rust #toolchain #llvm #gcc #rcl #radixlinux

  5. State of my toolchain 2024

    An overview of the software, hardware and other personal productivity toolchains I’m using as of December 2024.

    blog.kathyreid.id.au/2024/12/0

  6. Amazing first @fosdem experience for us. Thank you Team, thank you @FreeCAD :freecad: & @kicad for an outstanding time together. Great partnerships ahead!

    opentoolchain.org

    #FLOSS :opensource: for #FLOSH :openhardware:
    #opensource #toolchain

  7. Joining @FreeCAD together with the @OSEGermany at the FreeCADday on very inspiring discussion on the future of engineering #FLOSS tools.

    Ready for otfn.org/hackathon

    visit opentoolchain.org or join the updates via floss.social/@opentoolchain and chat in the matrix space (via contact)

    #OTFN #FLOSH #opensource #toolchain

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