Viewing profile — svlasov
svlasov
HN member- Joined
- Fri, Apr 01, 2016, 11:45 AM UTC
- HN karma
- 358
- Public activity
- 41 items
- HN profile
- View on Hacker News ↗
About svlasov
No profile information was provided.
Recent public activity
-
comment
Comment #49180849
Too bad this requires using WhatsUp.
-
comment
Comment #43714385
How many GUI applications do you use that need to continue running after closing the GUI?
- story
-
comment
Comment #43207928
I could have been worse https://github.com/MrMEEE/bumblebee-Old-and-abbandoned/issue...
-
comment
Comment #42779099
free during a promotional period
-
comment
Comment #42280881
Indeed looks like a kilo fork without any attributions.
-
comment
Comment #42100021
Link to the video in the article is broken, the correct link is https://download.fsfe.org/videos/peertube/fYwrRaaw8qQhauiG2n...
-
comment
Comment #41289347
If you know what you want to build, typing becomes a real bottleneck.
-
comment
Comment #41045474
Apparently this is just a mirror of the original tree tool source code, which dates back to the 1990s.
-
comment
Comment #41003378
All `g_bindata_k*.c` files are essentially blobs with no source provided: https://github.com/NVIDIA/open-gpu-kernel-modules/tree/main/...
-
comment
Comment #40993497
Also see https://github.com/kilobyte/colorized-logs which is very performant and available in every distro.
-
comment
Comment #40858068
I wonder how much faster it would be if it was written in Vim9 script.
- story
-
comment
Comment #40692332
I wonder if somebody already tried to compare installations made via Ventoy and not to spot any differences.
-
comment
Comment #40649949
They couldn't fit a 3.5mm audio jack.
-
comment
Comment #38892465
Vim has many features that do not belong to a text editor, like `:make`, `gd` or even QuickFix.
-
comment
Comment #38869196
> I really wish Vim would add Neovim's Lua API If by that you want Vim to become compatible with Neovim Lua plugins, Vim will have to add and maintain compatibility with the whole …
-
comment
Comment #37306552
Having a separate window per tab will consume more resources, than showing only a single tab content at a time.
- story
-
comment
Comment #37075677
gvim and vimscript9
-
comment
Comment #36968823
Yes, that's possible. You can set any X11 window as a child of another X11 window, the parent window will be responsible to manage (taking care of window geometry and what not) chi…
-
comment
Comment #36694912
Is there an affordable 4-port DisplayPort 1.4 switch? How are they almost 10x more expensive than HDMI variants? Paying 500€ for a KVM box is not justifiable, I only want to avoid …
-
comment
Comment #36291307
The closest I can think of: https://github.com/netxs-group/vtm
-
comment
Comment #34247530
For example I would be interested to see a debug mode with expandable variables and call stack, git changes highlight, flexible split layout with tabs support, toolbars if any, ter…
-
comment
Comment #31947101
Vim script has a long history and initially it emerged from vi commands. It is intended to talk to Vim internals, so any other language will always look and feel alien in this rega…