Viewing profile — dakra
dakra
HN member- Joined
- Sat, Mar 24, 2012, 4:54 PM UTC
- HN karma
- 119
- Public activity
- 27 items
- HN profile
- View on Hacker News ↗
About dakra
Recent public activity
-
comment
Comment #48905348
> I have a fairly up to date Zig installed via Homebrew. This is likely the problem. Latest Zig is 0.16 and Ghostty (and therefor Ghostel) require exactly Zig 15.2. I just updated …
-
comment
Comment #48889706
> defined f1 to toggle between semi-char vs copy modes this is useful anyway but just in case you didn't know, we automatically switch to copy-mode when it makes sense. E.g. when y…
-
comment
Comment #48888612
True. I'll have to update the documentation with some examples (and/or make a video?). I know you know them but I list the 5 modes quick here for readers: - semi-char: The default,…
-
comment
Comment #48888445
This is just optional. I explained why it's not in the package in https://news.ycombinator.com/item?id=48881722 For all Emacs package updates, it's best of course to check the sour…
-
comment
Comment #48885199
You have the full power of Emacs to your disposal. I have never used WezTerm but from a quick look, it seems you can quickly copy text ace-jump style. In Emacs you could use e.g. a…
-
comment
Comment #48884709
Just want to add that we have the same feature in Ghostel. As it copies stuff to a remote host, automatic ssh injection is disabled by default but you can enable it by setting `gho…
-
comment
Comment #48884649
Noted. I didn't even think of the use-case that then you can edit output from finished commands in the scrollback. But it makes sense and is another +1 for that feature request.
-
comment
Comment #48884188
And not only mouse click of course, but you can use `ghostel-previous-hyperlink` (or ghostel-next-hyperlink) to quickly jump to the last hyperlink displayed. It also installs a rep…
-
comment
Comment #48882843
Ah. I tested it before but now I see that I have `(setq eshell-scroll-to-bottom-on-input 'all)` in my config which always snapped point back to the prompt when I tried to edit the …
-
comment
Comment #48882126
Did you see ghostel line-mode? This basically gives you a `M-x shell` experience where everything is a buffer and nothing is send to the terminal until you press enter. There you c…
-
comment
Comment #48882043
I agree. And I would also prefer if the link went to https://github.com/dakra/ghostel instead of the documentation which is not that helpful if you don't know what the project is.
-
comment
Comment #48881722
That's because MELPA (and ELPA) doesn't have a way to attach platform specific files. It's all just git checkouts. That means we would have to check in the module binary for all pl…
-
comment
Comment #48881207
Hi! Maintainer of Ghostel here. baokaola and I actually wanted to do a "Show HN" next week, but looks like someone was faster submitting the link. Have a look at the GitHub repo wh…
-
comment
Comment #48592243
> I thought it was named Ghostel because of Ghostty and EL (emacs lisp). It was. But I like the Postels law relation as well :)
-
comment
Comment #48592230
Just to expand a bit on "bunch of other things". You can see a vterm vs eat feature comparison here: https://dakra.github.io/ghostel/#ghostel-vs-vterm Besides the performance and w…
-
comment
Comment #30331433
There is a popular subreddit for it: https://www.reddit.com/r/itrunsdoom/
-
comment
Comment #29877249
There is also a nice tutorial that guides you through building the kilo editor: https://viewsourcecode.org/snaptoken/kilo/
-
comment
Comment #29609082
I found this a good overview of the history/current status of Java logger libraries https://lambdaisland.com/blog/2020-06-12-logging-in-clojure-...
-
comment
Comment #28401113
Michael Stapelberg has a few interesting blog posts about keyboard input latency. His latest is at https://michael.stapelberg.ch/posts/2021-05-08-keyboard-inpu...
-
comment
Comment #28114378
I really liked Bill Gates new Book: How to Avoid a Climate Disaster[1]. I liked that it shows what we have to do to get to 0 greenhouse gas emissions. What's the current state of t…
-
comment
Comment #26644333
I use a similar tool in Emacs called piper https://gitlab.com/howardabrams/emacs-piper And here's the EmacsConf video for those interested: https://www.youtube.com/watch?v=HKJMDJ4i…
-
comment
Comment #25330385
If you live in Emacs and interacting with it every day there is always something to tweak and it just grows organically. I don't think a big config file is an outlier. Not because …
- story
-
comment
Comment #19387077
I recommend "Git from the bottom up"[1] for a nice and relatively simple tutorial that shows you the inner design of a git repository. [1] https://jwiegley.github.io/git-from-the-b…
-
comment
Comment #16574829
If you think that's funny, here's a nice overview over some python gotchas: https://github.com/satwikkansal/wtfPython