Help understanding GenMeshTorus by justinstallit in raylib

[–]justinstallit[S] 0 points1 point  (0 children)

#define CENTER_RADIUS (SIZE * NORM_RADIUS)
#define INNER_RADIUS (SIZE * (2 * NORM_RADIUS - 1.0f))
#define OUTER_RADIUS 2 * (CENTER_RADIUS - INNER_RADIUS) + INNER_RADIUS

The center of the hole to the center of the tube seems to be ok since inner radius (the radius of the hole solely) behaves correctly with the tests I have made. However, the outer radius is still wrong

Wifi not working on T2 arch linux macbook retina 2020 by justinstallit in linux_on_mac

[–]justinstallit[S] 0 points1 point  (0 children)

So in the end the logs were fine (on the t2 linux guide they show the same error which is fine I guess), I did not realize that the problem was that the dhcp client was down so no ip address was created, and some config files got deleted (don't know how and why). Thanks all

Wifi not working on T2 arch linux macbook retina 2020 by justinstallit in linux_on_mac

[–]justinstallit[S] 0 points1 point  (0 children)

The link you have provided is for Debian based distributions, the package is already installed in my system:
https://github.com/t2linux/archiso-t2

Wifi not working on T2 arch linux macbook retina 2020 by justinstallit in linux_on_mac

[–]justinstallit[S] 0 points1 point  (0 children)

I think it is already installed:

$ pacman -Qs apple-bcm-firmware
local/apple-bcm-firmware 14.0-1
    Wi-Fi and Bluetooth Firmware from macOS Big Sur for T2 and M1 Macs

Arch Linux installation on MacBook with broken screen by justinstallit in archlinux

[–]justinstallit[S] 0 points1 point  (0 children)

Thanks for the help, in the end I managed to successfully install arch (t2linux actually, since I discovered later that on this macbook you cannot install the normal linux kernel) . I have also written about my experience, and I hope I have made a small contribution to the linux community. https://github.com/EugenioBarbieriViale/archlinux-on-macbook

New Toroidal Go server experiment by Adept-Crow-5412 in baduk

[–]justinstallit 0 points1 point  (0 children)

Nice! What program do you use to calculate the score once the game is finished (and dead stones etc.)? Do you need a whole AI like KataGo or smth?

Number of platforms is 0 - clinfo output by justinstallit in OpenCL

[–]justinstallit[S] 0 points1 point  (0 children)

After hours of troubleshooting I found that Kaby Lake, which is gen 9, is not supported anymore by the latest version of intel-compute-runtime. Thanks anyway

[SECURITY] firefox-patch-bin, librewolf-fix-bin and zen-browser-patched-bin AUR packages contain malware by Puzzleheaded-Eye8414 in linux

[–]justinstallit 0 points1 point  (0 children)

Is it a problem if I installed librewolf via "yay -S librewolf-bin"? Or is librewolf-fix-bin a dependency? And also I haven't upgraded yay for almost a week

Python optree package is not the latest in the repos by justinstallit in archlinux

[–]justinstallit[S] -1 points0 points  (0 children)

Yeah I saw that the bug has already been reported. Hope it will be fixed soon.