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.
The Vim project shipped fixes for two code-injection flaws in plugins that come bundled with the editor. CVE-2026-47162 in netrw is fixed in 9.2.0495, and a PowerShell command injection in zip.vim, triggered by crafted archive entry names, is fixed in 9.2.0678. Because these plugins ship with stock Vim, simply opening a malicious archive could be the trigger. Do you treat your editor as part of your attack surface?
#Vim #security
Vim: 45 CVEs tracked — 4 critical/high, avg CVSS 5.0, max 9.2. 77% unpatched. Trust Score: C. Plugin risks rising. #Vim #infosec #cybersecurity
[Перевод] Пасхалки для своих: Emacs в массовой культуре
Как фанат Emacs я рад каждой встрече с этим редактором в любых контекстах. Случается это редко — всё же Emacs относится к нишевой категории, и в современной поп-культуре его востребованность невелика. В этой статье я разберу все известные мне упоминания этого редактора вплоть до июня 2026 года и продолжу вносить новые по мере их нахождения. В основной список я включил случаи, которые встречал на экране (в кино и сериалах), а также в комиксах и мангах. Книжные упоминания я решил выделить в отдельную категорию «Доска почёта». Ну что ж, начнём.
https://habr.com/ru/companies/ruvds/articles/1048894/
#ruvds_перевод #emacs #vim #редакторы_кода #scifi #фильмы_it #комиксы #аниме
RE: https://indieweb.social/@ajh/116760408266352272
I thought this was a super nifty little bit of #Vim config, so I translated it into Vimscript so non Neo people can use it too:
```
augroup logger
autocmd!
autocmd BufRead,BufNewFile *.log inoremap <expr> <buffer> <CR> "<CR>" .. strftime("!%Y/%m/%d %H:%M: ")
augroup END
```
#TIL in both #ClaudeCode and #Antigravity by Google, hitting Ctrl+G lets you write prompt in your editor of choice (e.g. #vim), not inline
Vim 9.2.0663 fixes a code-injection vulnerability in netrw, reported by Christian Brabandt. NetrwLocalRmFile() lets a crafted filename containing a pipe character execute arbitrary Vimscript and shell commands when a victim deletes the entry using the D mapping. Browsing an untrusted directory and hitting delete on the wrong file could be enough. How much do you trust filenames in directories you did not create?
#Vim #Security
There's No Place Like $HOME: A 10 Journey of Vim, Then VS Code, and Back to Vim https://lobste.rs/s/p7i4ny #vim #vscode
https://starikov.co/no-place-like-home/
Vim es mi unico editor y la terminal es mi superpoder. 🖥️⚡
No necesito interfaces pesadas ni devoradores de RAM. Desde la consola controlo servidores, automatizo tareas y edito configuraciones en segundos con la velocidad que me dan los atajos de teclado. La productividad real no requiere de un ratón, solo de una pantalla negra y buenas ideas. 🐧💻
¿Quién más vive en la terminal?
¿Vim o Neovim? 🖥️
Vim es el clásico inmortal: ultraestable, ligero y preinstalado en casi cualquier servidor Linux. Ideal para edición rápida en producción.
Neovim es el futuro moderno: un fork optimizado que añade ejecución asíncrona, soporte nativo para Lua (configuraciones más rápidas) y un ecosistema de plugins brutal gracias a su LSP integrado.
Vim para emergencias en el servidor; Neovim para desarrollo diario. 💻
Neovim 0.12.3 landed as a stable patch release on the 0.12 line, rolling up bug fixes documented in the changelog and :help news, with prebuilt binaries for Linux, macOS, and Windows on both x86_64 and Arm64. A quiet maintenance update rather than a feature drop. How quickly do you adopt Neovim point releases?
#Neovim #vim
#vim microtip: if you have a typo and need to swap two characters, place cursor on the first mistaken character and hit xp. This will cut first char and paste it after the second one. _borken_ -> _broken_
I use Vim BTW
I've been a Vim user for quite some time now and I love it. But I got tired of my own highly customized configuration breaking whenever a plugin or Neovim updated. I switched to a managed configuration and haven't looked back. Just because I can do things, doesn't mean I should.
Couldn't seem to get #VimClassic to compile on #FreeBSD.
But then I realized the only thing I used it for is sncli, because it does something funny with the terminal when it hands it off to nvi, such that the cursor becomes invisible. But then, it's just a !reset to fix it, so I might as well just stick with nvi. ;)