Viewing profile — imsnif
imsnif
HN member- Joined
- Sun, Nov 19, 2017, 7:52 PM UTC
- HN karma
- 414
- Public activity
- 81 items
- HN profile
- View on Hacker News ↗
About imsnif
No profile information was provided.
Recent public activity
- story
-
comment
Comment #45083075
Yes! With built in authentication.
-
comment
Comment #45082238
For 1 - there's actually a nice proposal from WezTerm to make this an all-purpose general protocol that I hope happens: https://github.com/wezterm/wezterm/discussions/4889 For 2 - …
-
comment
Comment #45036421
Hi all, I'm the author of this article. Happy to answer any questions.
- story
-
comment
Comment #44950638
Hi, I'm the author of this article. Happy to answer any questions.
-
comment
Comment #42508229
When I tried to get into programming as a teenager, I opened a graphical IDE and was immediately overwhelmed by a barrage of menus, popping windows and tooltips. This led me to bel…
-
comment
Comment #39286266
tmux popups are not first class citizens (eg. at least in current versions they freeze the display behind them, opening a terminal inside one of them is a pain as well as opening m…
-
comment
Comment #39273335
We actually looked into it and found it to be the Rust allocator after all (the memory is freed after a day or two and afaict should not cause oom issues). I'm sorry for not writin…
-
comment
Comment #39261636
Yes they are. They work out of the box as I mentioned. This is what originally helped me move from screen to tmux, so it was important to me to provide the same experience. As for …
-
comment
Comment #39261242
Session detach was added 2+ years ago and tmux keybindings work out of the box. You can also remove any part of the UI you do not like and there are some pretty friendly built-in a…
-
comment
Comment #39261209
Not accounting for tastes and preferences, but it is decidedly not true that tmux does everything Zellij does (just some very minor examples are: true floating panes, true multipla…
-
comment
Comment #39260411
You can make it as compact as you like: https://zellij.dev/documentation/faq#the-ui-takes-up-too-muc...
-
comment
Comment #39260390
Hey, you can remove borders around a pane at runtime with (default) `Ctrl p` + `z` or from the config with `pane_frames false`.
- story
-
comment
Comment #36504501
The session name yes, the branding no. You can create a custom plugin though instead of the built-in UI ones and render whatever you like...
-
comment
Comment #36503413
Thanks! If you could also specify how you measured it and attach some debug logs (there are instructions in the issue template) that would be great. Because my instance has run ove…
-
comment
Comment #36498804
I'm pretty sure our plugin system predates your project (it's been around since before our beta was released in 2021, we've just given it the attention it deserved right now). I'd …
-
comment
Comment #36497830
Keeping track is hard sometimes, I saw it again in the issue as you mentioned. :)
-
comment
Comment #36497558
I'm like 90% sure this was fixed - if you'd be willing to try with a recent Zellij version, that would be great. Otherwise, I'll try your reproduction myself and will fix if I can …
-
comment
Comment #36497345
Sure thing! Btw, plugins can also open these command panes, this is how the multitask "mini-ci" plugin works.
-
comment
Comment #36497135
Hi, Zellij has this feature. Please check out command panes: https://zellij.dev/documentation/zellij-run.html You can either open them through the cli with "zellij run -- " when in…
-
comment
Comment #36496462
Hey, there are no memory leaks that I'm aware of (there were a few, but we plugged them in recent months). If you know differently, I'd appreciate an issue report.
-
comment
Comment #36496348
Very soon! We want to implement it as a default plugin and wanted to release this system first.
-
comment
Comment #36496341
Good question! A few reasons: 1. Ease of distribution - distributing a precompiled wasm blob is immensely easier than distributing an application 2. Sandboxing - both on the fs lev…