5 ms·
After a couple of days of monkeying with powershell, cmake, uv, and bootstrapping LLVM I have to say I’m pretty impressed with the overall stability and usabili
by binary132 4mo ago
After a couple of days of monkeying with powershell, cmake, uv, and bootstrapping LLVM I have to say I’m pretty impressed with the overall stability and usability. The only thing that didn’t “just work” so far was building uv from source. Plus it’s wicked fast at compiling and doesn’t get unbearably hot or loud, and it’s insanely light. Haven’t had a chance to try any Vulkan apps or x86 emulation (that I know of) yet. The only other issues were: during the system setup process, I had to reconnect to wifi a couple of times, and before I updated the display driver, it flickered or flashed a few times when it was on night mode.
So far everything I’m doing is ARM native, but if I run into any x86 weirdness I’ll update here. I have noticed one or two things I wanted to install that didn’t have ARM native releases (e.g. wezterm), but most stuff seems to be packaged for arm by now.
- Yizahi 4mo agoThanks, appreciate your update.