Fabien Benetou
Fabien Benetou
Just tried at home on Firefox 113.0.1 (64-bit) on Linux and worked. Don't have access to the other machine for now.
FWIW based on the target audience and the amount of work required for maintainers who might not target Windows machine I'd start by insuring there is a binary that works...
Indeed it wouldn't necessarily solve anything in itself but I believe the intersection of WebXR, where people care for cross-platform support, and Linux, where people are relatively knowledgeable about their...
To clarify this isn't a one off, if I check another tweet with video, e.g https://twitter-archive.benetou.fr/utopiah/status/1531635470605729792/ it's the same problem, namely `\_` rather than just `_`.
Getting llama3 working but ``` fabien@fabien-CORSAIR-ONE-i160:~$ curl -fsSL https://ollama.com/install.sh | sh >>> Downloading ollama... ######################################################################## 100.0%##O=# # >>> Installing ollama to /usr/local/bin... [sudo] password for fabien: >>> Adding ollama user...
Same error on Ubuntu 23.10
I tried `xhost +` or adding in `$HOME/.bash_profile` ``` JAVA_OPTIONS=-Djava.awt.headless=true export JAVA_OPTIONS ``` but same result.
That's what I thought which is why I shared ``` echo $DISPLAY :0 ``` isn't it matching?
Not sure if it makes a difference in that case but I run docker here as a user, not as root.
Seems so : ``` fabien@fabien-CORSAIR-ONE-i160:~$ echo $XDG_SESSION_TYPE x11 ``` No worries I'll investigate https://stackoverflow.com/questions/44429394/x11-forwarding-of-a-gui-app-running-in-docker and report here!