someone13574

Results 75 comments of someone13574

> Wanted to note that flathub also wants compilation/building to be offline. You might be able to get away with using precompiled tarballs (I think some flatpaks do this), but...

> Yes, I think that would work, and be a lot easier to maintain going forward. Thank you! Sounds good. Since this approach is a bit simpler and a lot...

> With nvidia proprietary driver… > NVK requires nouveau. You aren’t using the proprietary vulkan driver, you are using NVK, hence the slowdown. It’s probably even worse since you seem...

It seems to break (but not crash) on Linux as well. You can not scroll past 1024 horizontally and if you insert anything it simply goes off the visible area.

Found the problem. I used git bisect to find that https://github.com/zed-industries/zed/pull/11080 ([this](https://github.com/zed-industries/zed/pull/11080/commits/5392cf699ecfeb5d8a6cb7441791a381893d9015) commit specifically) changes the behavior of the soft-wrap mode "none" to not wrap for very long lines, which...

I bisected it and it is indeed #10973 which introduced it

I really like how this vscode extension does git support: https://marketplace.visualstudio.com/items?itemName=mhutchie.git-graph

Ideally any pages that contain useful information that doesn't depend on user action should be visible. That would include the statistics, recent messages, leader board, and message tree pages with...

The problem with using distributed networks for training large models is the massive bandwidth needed to transfer gradients. Models would likely be in the billions of parameters and sending this...