voidq.xyz is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.
This server runs the snac software and there is no automatic sign-up process.
This kind of thing isn't really my jam (I bounce off whenever I hit a #Vim motion/command that doesn't work in game) but I'm also very not the target audience and I'm constantly seeing recommendations from other people for VIM Adventures, so I might be the outlier:
Renewed interest in #Vim9script lately! It's a modern take on #VimScript with better performance and cleaner syntax.
Just dropped flashcards to learn the basics. Fun & interactive.
Build a plugin or test snippets directly in your buffer.
https://github.com/sevehub/Awesome-Flashcard-Decks
I've been hit a couple of times by Control+Q and Control+W. The latter is habitual for either switching windows in VIM or erasing the last word in a terminal session.
After a long break from #vim, I’ve recently started using nvim.
Feels good! More forgiving somehow, and much less like you’re dry-humping Unix.
¿Listo para dominar el hardware desde la terminal con C++? 💻🔥
Este lenguaje es el puente definitivo entre la lógica de software y el silicio. Para escribir código eficiente en sistemas embebidos, tus prioridades deben ser claras:
Control total de memoria con #Punteros y referencias.
#POO estricta y encapsulamiento sin sobrecargar la RAM.
Tipado fijo para optimizar cada bit del microcontrolador.
¡Menos abstracción, más rendimiento! 🚀
Tags files are a normal part of many C and C++ repositories, and editors load them automatically. In Vim before 9.2.0735, that convenience was a code-execution path: completing a struct member against a crafted tags file ran arbitrary Ex commands through an unescaped :vimgrep pattern. The patch escapes the typeref and typename fields. How much should an editor trust files that ship inside a cloned repo?
#vim #security
Vim 9.2.0735 closes a tags-file code-execution flaw. The C omni-completion routine concatenated the typeref and typename tag fields directly into a :vimgrep search pattern with no escaping, so a crafted tags file could use the pipe character to close the pattern and inject arbitrary Ex commands. Triggering it needs only default filetype plugins, a readable tags file, and a manual completion on a struct member. Where should the trust boundary for project-local tags files sit?
#vim #security
✊️ Vim Classic 8.3 Debuts as an AI-Free Vim Fork https://linuxiac.com/vim-classic-8-3-debuts-as-an-ai-free-vim-fork/
Text editors remain a controversial area. Here are our recommended Vim-like text editors. They are all released under an open source license.
The post 22 Best Free and Open Source Vim-Like Text Editors appeared first on LinuxLinks.
Hako is a lightweight terminal-based modal text environment written primarily in C.
The post Hako – lightweight terminal-based modal text environment appeared first on LinuxLinks.