hammerfunctor

Results 19 comments of hammerfunctor

For instance, `Cl(e1, e2, ...)⊗Cl(o1, o2, ...)` should mean tensor product of Clifford algebra (not tensor product in the definition of Clifford algebra), i.e., `[ei, oj] == 0, {ei, ej}...

@chakravala Dear chakravala, I will say sorry if it bothered you. But "commutative" is a natural requirement by tensor product of the algebra, just like to do tensor product for...

Same, ArchLinux/X11, driver version: ``` amdvlk 2022.Q1.3-1 lib32-amdvlk 2022.Q1.3-1 xf86-video-amdgpu 22.0.0-1 ``` Makie version: ``` Makie v0.16.5 GLMakie v0.5.4 ```

As for the original bug, some information can be found at https://gitlab.freedesktop.org/mesa/mesa/-/issues/3524.

> As for the original bug, some information can be found at https://gitlab.freedesktop.org/mesa/mesa/-/issues/3524. Update: `mesa-22.1.0-1` fixes this problem. Now it no longer exits with Segmentation fault

Update: `debug` build works, but `release` doesn't. That's even more weird.

I tested the profile settings one by one and found the reason. With one more line under `release` profile the security key starts to be recognized: ``` debug-assertions = true...

Also met this when I try to build djvulibre using `zig c++`: ```bash wget http://downloads.sourceforge.net/djvu/djvulibre-3.5.28.tar.gz tar xzf djvulibre-3.5.28.tar.gz && cd djvulibre-3.5.28 ./configure CC="zig cc" CXX="zig c++ -std=c++11" AR="zig ar" RANLIB="zig...

Same here for r5c. .config ```toml CONFIG_MODULES=y CONFIG_HAVE_DOT_CONFIG=y CONFIG_HOST_OS_LINUX=y CONFIG_TARGET_rockchip=y CONFIG_TARGET_rockchip_armv8=y CONFIG_TARGET_rockchip_armv8_DEVICE_friendlyarm_nanopi-r5c=y CONFIG_HAS_SUBTARGETS=y CONFIG_HAS_DEVICES=y CONFIG_TARGET_BOARD="rockchip" CONFIG_TARGET_SUBTARGET="armv8" CONFIG_TARGET_PROFILE="DEVICE_friendlyarm_nanopi-r5c" CONFIG_TARGET_ARCH_PACKAGES="aarch64_generic" CONFIG_DEFAULT_TARGET_OPTIMIZATION="-Os -pipe -mcpu=generic" CONFIG_CPU_TYPE="generic" CONFIG_LINUX_5_15=y CONFIG_DEFAULT_autocore-arm=y CONFIG_DEFAULT_automount=y CONFIG_DEFAULT_base-files=y CONFIG_DEFAULT_block-mount=y CONFIG_DEFAULT_busybox=y CONFIG_DEFAULT_ca-bundle=y CONFIG_DEFAULT_ca-certificates=y...

> @hammerfunctor are you interested in https://github.com/XmacsLabs/mogan > The dev experience of Mogan is better than GNU TeXmacs. I will send patches to mogan when I have something useful to...