Viewing profile — onetom
onetom
HN member- Joined
- Mon, Oct 26, 2009, 1:17 PM UTC
- HN karma
- 255
- Public activity
- 232 items
- HN profile
- View on Hacker News ↗
About onetom
Recent public activity
-
comment
Comment #48073484
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 …
-
comment
Comment #48000649
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 …
-
comment
Comment #47573230
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, co…
-
comment
Comment #47573073
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 SpaceF…
-
comment
Comment #47467375
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 consider…
-
comment
Comment #47195364
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 compromis…
-
comment
Comment #47195229
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…
-
comment
Comment #47195023
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 t…
-
comment
Comment #47126801
Were there any immediate benefits of this conversion, e.g. reduced memory use or lower CPU utilization?
-
comment
Comment #46260803
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…
-
comment
Comment #46200745
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…
-
comment
Comment #45500090
> 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 e…
-
comment
Comment #45474124
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 impleme…
-
comment
Comment #45473955
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 o…
-
comment
Comment #44634640
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 Bi…
-
comment
Comment #44634605
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…
-
comment
Comment #44432388
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 fig…
-
comment
Comment #44432324
the https://docs.openfile.tax/en/latest/direct-file.html link in the readme results in 404
-
comment
Comment #44374220
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…
-
comment
Comment #44374164
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 …
-
comment
Comment #44357547
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…
-
comment
Comment #44349367
which variant? jasspa, openbsd/macos mg, torvalds/uemacs ? why not https://joe-editor.sourceforge.io/ starting via jmacs?
-
comment
Comment #44349292
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 azur…
-
comment
Comment #44349270
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 ( h…
-
comment
Comment #44296227
@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…