It's not for them, it's for their neighbors.
I love that their solution is to not use the thing that the data centers are supposed to be for.
holy shit that guy is twisted af.
That's actually what Idiot Flesh did in the 90s. They had one show where the band outnumbered the crowd, so they had the crowd gather in the middle of the venue and they played the show around them.
Who could have predicted this outcome from a failed Fox personality?
Yeah. I just use Emacs for coding.
Isn't there a Visual Studio for Linux? Or am I just thinking of Visual Studio Code? I'm not going to pretend that GIMP can do everything that Photoshop can do, but it has come a long way.
Man, I hear you. STFU about AI slop. Decide whether you like the result or find it useful. This knee-jerk rhetoric is exhausting.
I love the graphic. It is now the wallpaper on my laptop.
I think I'm on the trail. According to this post on Reddit, some terminal emulators have trouble passing the correct codes to terminal apps like Neovim. I did manage to break C-H completely, but that's not really helpful. By adding the following keybinds to alacritty.yml, I'm getting Neovim to behave differently, but not as expected.
key_bindings:
- { key: F6, mods: Shift, chars: "\x1b[17~;1u" }
- { key: H, mods: Control, chars: "\x1b[72;4u"}
The first one for S-F6, gets Neovim to recognize the 'F6' part, but does not behave any differently than if I just pressed 'F6' without the modifier. But, without this key binding in alacritty.yml, Neovim doesn't react to Shift+F6 at all.
The second entry, if I'm in Insert Mode in Neovim, causes Neovim to switch to Normal Mode and go to the top of the buffer. In normal mode, it just goes to the top of the buffer instead of the defined behavior of moving to the pane to the left of the current pane.
So, I've basically managed to get a "different error", but not solve the problem. Any ideas?
I'd like to figure out that mapping. I do this all the time. I forget I'm in insert mode, try to move the curser with 'j' and just end up typing a bunch of j's that I have to delete.
I've used Fabric to summarize the transcriptions. I believe it works with Ollama and local models.