Live data from Hacker News

Viewing profile — svlasov

svlasov

HN member
Joined
Fri, Apr 01, 2016, 11:45 AM UTC
HN karma
358
Public activity
41 items

About svlasov

No profile information was provided.

Recent public activity

  1. comment
    Comment #49180849

    Too bad this requires using WhatsUp.

  2. comment
    Comment #43714385

    How many GUI applications do you use that need to continue running after closing the GUI?

  3. story
  4. comment
    Comment #43207928

    I could have been worse https://github.com/MrMEEE/bumblebee-Old-and-abbandoned/issue...

  5. comment
    Comment #42779099

    free during a promotional period

  6. comment
    Comment #42280881

    Indeed looks like a kilo fork without any attributions.

  7. comment
    Comment #42100021

    Link to the video in the article is broken, the correct link is https://download.fsfe.org/videos/peertube/fYwrRaaw8qQhauiG2n...

  8. comment
    Comment #41289347

    If you know what you want to build, typing becomes a real bottleneck.

  9. comment
    Comment #41045474

    Apparently this is just a mirror of the original tree tool source code, which dates back to the 1990s.

  10. 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/...

  11. comment
    Comment #40993497

    Also see https://github.com/kilobyte/colorized-logs which is very performant and available in every distro.

  12. comment
    Comment #40858068

    I wonder how much faster it would be if it was written in Vim9 script.

  13. story
  14. comment
    Comment #40692332

    I wonder if somebody already tried to compare installations made via Ventoy and not to spot any differences.

  15. comment
    Comment #40649949

    They couldn't fit a 3.5mm audio jack.

  16. comment
    Comment #38892465

    Vim has many features that do not belong to a text editor, like `:make`, `gd` or even QuickFix.

  17. 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 …

  18. comment
    Comment #37306552

    Having a separate window per tab will consume more resources, than showing only a single tab content at a time.

  19. story
  20. comment
    Comment #37075677

    gvim and vimscript9

  21. 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…

  22. 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 …

  23. comment
    Comment #36291307

    The closest I can think of: https://github.com/netxs-group/vtm

  24. 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…

  25. 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…