altaic

Results 50 comments of altaic

Looking into the simple solution a bit further, conda constructor does not currently support whitespaces in paths (e.g. "~/Application Support/jupyter-desktop/"). The good news is that it would be fixed by...

FYI, the [ide-haskell](https://github.com/atom-haskell/ide-haskell) package does this via the context menu as well as the menu bar. You also can get the mouse position or cursor position at any time, though...

Linter also has quite a nice UI and is consistent across lots of languages-- definitely good. You might check out the Atom packages [ide-haskell](https://github.com/atom-haskell/ide-haskell) and [language-haskell](https://github.com/atom-haskell/language-haskell) for ideas on how...

Any idea if there will be a fixed macOS release soon?

Understood; I look forward to it whenever it lands. Thanks again!

@PaulGameDev nice work! Would I be right in thinking that this should work for any Chitu-based MSLA printer with recent firmware?

> It is indeed a commonly used method. Just thinking out loud: what do you think about `Module.astype`? > > > > Also torch has [`Module.to`](https://pytorch.org/docs/stable/generated/torch.nn.Module.html#torch.nn.Module.to) which is I think...

> Can anyone point me to a good vector matrix multiplication metal kernel that uses simdgroup ops? Here's a good gemm kernel by @philipturner: https://github.com/philipturner/metal-flash-attention/blob/main/Sources/GEMM.metal

I'm quite curious if MLX might be used as a backend for Modular Mojo🔥 (which will be open sourced) or their recently announced MAX platform.

> > The good news is that it would be fixed by https://github.com/conda/constructor/pull/449, which looks to be close to merge ready. > > > > The unfortunate problem with this...