i think "self-hosted", "home" or "company"/"office" should be the term we use, instead of "local", since 1. every LLM is _local_ in relation to the location the storage and/or the computers hosting/using it 2. the LLM…
The agent sessions (traces) would be very educational too. Would it be possible to share the jsonl files too, like how Mario Zechner shared his chats with the AI, while working on his Pi coding agent?…
i'm also using https://betterdisplaymac.com/ for this purpose. even on a native 2K monitor, having a virtual 5K frame buffer downscaled to 2K yields perfectly enjoyable results, compared to how macOS' native 2K image…
I just received this Keychron B11 Pro semi-split kbd with scissor keys: https://www.keychron.com/products/keychron-b11-pro-ultra-sli... pretty amazing so far. put together a SpaceFn layout, with partial home row keys,…
Pi is the Emacs of coding AI agents. It's a pity it's written in TS, but at least it can draw from a big contributor pool. There is https://eca.dev/ too, which might worth considering, which is a UI agnostic agent, a…
a good reason for getting used to the M-n/p/r binding is that they work in the minibuffer too, even in `emacs -Q` (though without live feedback, but i think that's a fine compromise) for the past half year i'm using…
i second the eat package recommendation. there are some quirks with it though, given it has a couple of input modes. i think everyone should read its fantastic documentation 1st to avoid frustration, instead of just…
i also thought i can't get used to it, but i can! otherwise, as others have mentioned it, remap the keys! also, you can talk to some LLM about it, if you feel it would be tedious to come up with better bindings. feed in…
Were there any immediate benefits of this conversion, e.g. reduced memory use or lower CPU utilization?
no. as others have stated too, the following should be mentioned - what's the 2 meaning in BMP - it's designed as a monospaced (or proportional?) bitmap font - designed in a single 16x16 size only (or also 8x16? it's a…
In earlier versions of Apple OSes, you could edit the menus yourself, with the officially supplied resource file editor app and there was nothing really special about it. There are `ibtool` and `plutil` CLI commands…
> I feel like my Forth-like compiler and VM capture enough of the spirit of Forth! Being interactive is core to the spirit of Forth, so I think your feeling is off. The fact that editing, compilation and execution is…
I wonder, how rigidly has the JSON format been baked into the protocol. It feels like a shortsighted choice, just because it's prevalent in recent decades. It took years to implement performant parsers for it and it has…
Great. It's finally as snappy as recompiling the "Borland Pascal version of Turbo Vision for DOS" was on an Intel 486 in 1995, when I graduated from high school... They C version of Turbo Vision was 5-10x slower to…
Can you give some pointers to some popular implementations or algorithms in any language, please? Is there some "industry standard" or "best practice" for such a metric? I guess Bitwarden might have something publicly…
While I agree with what we don't need, something is still off with the UI. I can't really put my finger on any specific problem, though. It's just a gut feeling. The names are bold faced, so my attention is drawn to…
i'm not from the US, but i did work on forms related to government workflows. it bugged me for a long time why a person can't store facts about themselves and let some software figure out which of those facts are needed…
the https://docs.openfile.tax/en/latest/direct-file.html link in the readme results in 404
i would have explicitly mentioned shell & eshell too. ansi-term however doesn't work thru TRAMP, out of the box, though there are workarounds, like https://github.com/cuspymd/tramp-term.el (hasn't tried it yet)
yeah, magit via TRAMP kinda works, just slow af: https://news.ycombinator.com/item?id=44356346 not really TRAMP's fault, of course... it also doesn't quite work with macOS remotes usually. again, not purely TRAMP's…
TRAMP can run commands in that remote context too, so any kind of compiler, interactive REPL integration works without any special support usually. For example the built-in version control works the same as in a local…
which variant? jasspa, openbsd/macos mg, torvalds/uemacs ? why not https://joe-editor.sourceforge.io/ starting via jmacs?
somethings never change... my biggest problem with azure was also the fact that they couldn't stick to industry-standard terminology, but they has to invent their own. it made azure docs tremendously confusing.
or they should just make sure emacs can work with the machine thru ssh, then there is nothing to install ;) if no ssh, then nano is not a bad option, though i would go with joe (https://joe-editor.sourceforge.io/) which…
@shiomiru What's the best resource (paid or free) in your opinion for learning about these TTY related concepts? I'm aware of https://www.linusakesson.net/programming/tty/index.php for example, but that doesn't go into…
i think "self-hosted", "home" or "company"/"office" should be the term we use, instead of "local", since 1. every LLM is _local_ in relation to the location the storage and/or the computers hosting/using it 2. the LLM…
The agent sessions (traces) would be very educational too. Would it be possible to share the jsonl files too, like how Mario Zechner shared his chats with the AI, while working on his Pi coding agent?…
i'm also using https://betterdisplaymac.com/ for this purpose. even on a native 2K monitor, having a virtual 5K frame buffer downscaled to 2K yields perfectly enjoyable results, compared to how macOS' native 2K image…
I just received this Keychron B11 Pro semi-split kbd with scissor keys: https://www.keychron.com/products/keychron-b11-pro-ultra-sli... pretty amazing so far. put together a SpaceFn layout, with partial home row keys,…
Pi is the Emacs of coding AI agents. It's a pity it's written in TS, but at least it can draw from a big contributor pool. There is https://eca.dev/ too, which might worth considering, which is a UI agnostic agent, a…
a good reason for getting used to the M-n/p/r binding is that they work in the minibuffer too, even in `emacs -Q` (though without live feedback, but i think that's a fine compromise) for the past half year i'm using…
i second the eat package recommendation. there are some quirks with it though, given it has a couple of input modes. i think everyone should read its fantastic documentation 1st to avoid frustration, instead of just…
i also thought i can't get used to it, but i can! otherwise, as others have mentioned it, remap the keys! also, you can talk to some LLM about it, if you feel it would be tedious to come up with better bindings. feed in…
Were there any immediate benefits of this conversion, e.g. reduced memory use or lower CPU utilization?
no. as others have stated too, the following should be mentioned - what's the 2 meaning in BMP - it's designed as a monospaced (or proportional?) bitmap font - designed in a single 16x16 size only (or also 8x16? it's a…
In earlier versions of Apple OSes, you could edit the menus yourself, with the officially supplied resource file editor app and there was nothing really special about it. There are `ibtool` and `plutil` CLI commands…
> I feel like my Forth-like compiler and VM capture enough of the spirit of Forth! Being interactive is core to the spirit of Forth, so I think your feeling is off. The fact that editing, compilation and execution is…
I wonder, how rigidly has the JSON format been baked into the protocol. It feels like a shortsighted choice, just because it's prevalent in recent decades. It took years to implement performant parsers for it and it has…
Great. It's finally as snappy as recompiling the "Borland Pascal version of Turbo Vision for DOS" was on an Intel 486 in 1995, when I graduated from high school... They C version of Turbo Vision was 5-10x slower to…
Can you give some pointers to some popular implementations or algorithms in any language, please? Is there some "industry standard" or "best practice" for such a metric? I guess Bitwarden might have something publicly…
While I agree with what we don't need, something is still off with the UI. I can't really put my finger on any specific problem, though. It's just a gut feeling. The names are bold faced, so my attention is drawn to…
i'm not from the US, but i did work on forms related to government workflows. it bugged me for a long time why a person can't store facts about themselves and let some software figure out which of those facts are needed…
the https://docs.openfile.tax/en/latest/direct-file.html link in the readme results in 404
i would have explicitly mentioned shell & eshell too. ansi-term however doesn't work thru TRAMP, out of the box, though there are workarounds, like https://github.com/cuspymd/tramp-term.el (hasn't tried it yet)
yeah, magit via TRAMP kinda works, just slow af: https://news.ycombinator.com/item?id=44356346 not really TRAMP's fault, of course... it also doesn't quite work with macOS remotes usually. again, not purely TRAMP's…
TRAMP can run commands in that remote context too, so any kind of compiler, interactive REPL integration works without any special support usually. For example the built-in version control works the same as in a local…
which variant? jasspa, openbsd/macos mg, torvalds/uemacs ? why not https://joe-editor.sourceforge.io/ starting via jmacs?
somethings never change... my biggest problem with azure was also the fact that they couldn't stick to industry-standard terminology, but they has to invent their own. it made azure docs tremendously confusing.
or they should just make sure emacs can work with the machine thru ssh, then there is nothing to install ;) if no ssh, then nano is not a bad option, though i would go with joe (https://joe-editor.sourceforge.io/) which…
@shiomiru What's the best resource (paid or free) in your opinion for learning about these TTY related concepts? I'm aware of https://www.linusakesson.net/programming/tty/index.php for example, but that doesn't go into…