So I had to go through the nightmare of building a package that uses the Conan package manager.
First it refused to even start because my GCC version is too new. Not "does something wrong", simply "not in our supported version list". So I've created a Conda environment and installed older GCC.
Then it turned out that it pulls its own GCC 9 package anyway, and apparently from a server with horribly low bandwidth.
And then some random package failed to build because it ended up using my system GCC 15 anyway 🤦.
No więc musiałem przejść koszmar i próbować budować coś, co używa menadżera pakietów Conan.
Na dobry początek odmówił współpracy, bo mam zbyt nowe GCC. Nie, żeby coś z tym GCC było nie tak — po prostu "ta wersja nie jest na naszej liście". Więc stworzyłem środowisko Conda, żeby zainstalować starsze GCC.
W trakcie i tak Conan zaczął pobierać własną paczkę GCC 9, z serwera z potwornie kiepską przepustowością, muszę dodać.
A następnie jakaś przypadkowa paczka wysypał…
🎉 Meet the new GÉANT Community Committee (GCC) - Part 2
What does the GCC do?
They act as the motor of the GÉANT Community Programme, connecting our special interest groups (SIGs), task forces (TFs), and initiatives with the General Assembly and the Board of Directors, ensuring community voices are heard and ideas can turn into action.
GCC: A 3DGS Inference Architecture with Gaussian-Wise and Cross-Stage Conditional Processing
Minnan Pei, Gang Li, Junwen Si, Zeyu Zhu, Zitao Mo, Peisong Wang, Zhuoran Song, Xiaoyao Liang, Jian Cheng
https://arxiv.org/abs/2507.15300
@… Thanks, those are great! I’ve been eyeing Rust, enjoying the really well thought out support it has on STM32. I’m a C guy and wrapping my head around Rust is a whole other project. I’d really love it if there was something as clear as your series but using arm-gcc!
i have a weird bug: https://godbolt.org/z/vo1qYed8c
doesn't compile for me on arm-none-eabi-gcc-15.1.0 (and probably also earlier versions) because the assembler complains: "Error: registers may not be the same" - line 64 in the godbolt output. godbolt does not complain however …
🎉 Meet the new GÉANT Community Committee (GCC) - Part 1
Announced at the latest GÉANT Community Programme workshop in Prague, the committee guides & strengthens our vibrant community.
🔗 Read the workshop highlights & meet the members: https://connect.gean…
Me: "I'd like to know what resolution this video file is"ffprobe
:
ffprobe version 5.1.2-3ubuntu1 Copyright (c) 2007-2022 the FFmpeg developers
built with gcc 12 (Ubuntu 12.2.0-14ubuntu2)
configuration: --prefix=/usr --extra-version=3ubuntu1 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --arch=amd64 --enable-gpl --disable-stripping --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libdav1d --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libglslang --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librabbitmq --enable-librist --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libssh --enable-libsvtav1 --ena