Show HN: Zxc – Rust TLS proxy with tmux and Vim as UI, BurpSuite alternative
Link: https://github.com/hail-hydrant/zxc
Discussion: https://news.ycombinator.com/item?id=43568771
Wednesday Progress Report April 2, 2025
#Beyond365DaysOfCode Day 94
#100DaysOfCode Day 94
#freeCodeCamp | #Python | #Vim | #SecondYearOfCode | #Code_Academy
Daily Reading:
freeCodeCamp News – 1 article
Daily.dev – 1 article
Vim: Practiced Vim motions (30 minutes).
Trello: Updated the board.
freeCodeCamp: Continued Full Stack Developer Curriculum.
Consistent progress fuels success! Keep pushing forward! #DevLife #StayMotivated #KeepCoding
Monday Progress Report March 31, 2025
#Beyond365DaysOfCode Day 92
#100DaysOfCode Day 92
#freeCodeCamp | #Python | #Vim | #VS_Code
Daily Reading:
freeCodeCamp News – 1 article
Daily.dev – 1 article
Vim: Practiced Vim motions (30 minutes).
Trello: Updated the board.
freeCodeCamp: Full Stack Developer Program.
Closing out March strong! Let’s keep leveling up! #KeepCoding #BuildAndLearn #CodeEveryDay
Wednesday Progress Report March 26, 2025
#Beyond365DaysOfCode Day 87
#100DaysOfCode Day 87
#freeCodeCamp | #Python | #Vim | #SecondYearOfCode | #Code_Academy
Daily Reading:
freeCodeCamp News – 1 article
Daily.dev – 1 article
Vim: Practiced (30 minutes).
Trello: Updated the board.
freeCodeCamp: Continued Full Stack Developer Curriculum.
Every line of code is a step forward! Keep pushing! #CodeEveryDay #KeepBuilding #DevMindset
So I’ve been using vi for over three decades now, and vim was often the flavor of vi being used.
I just noticed that when editing a compressed file in vim (e.g. vim foo.gz), the implicit decompression step is entered into the undo log. You can hit u right after file load and get the compressed binary data.
Huh.
An asynchronous VsCode-like HTTP plugin for Neovim https://lobste.rs/s/ikc5av #api #programming #vim
https://github.com/blacklight/nvim-http
Tuesday Progress Report March 25, 2025
#Beyond365DaysOfCode Day 86
#100DaysOfCode Day 86
#freeCodeCamp | #Python | #Vim | #Code_Academy
Daily Reading:
freeCodeCamp News – 1 article
Daily.dev – 1 article
Vim: Practiced (30 minutes).
Trello: Updated the board.
freeCodeCamp: Full Stack Developer Program.
Small steps lead to big progress! Keep going! #CodeDaily #StayMotivated #DevJourney
Monday Progress Report March 24, 2025
#Beyond365DaysOfCode Day 85
#100DaysOfCode Day 85
#freeCodeCamp | #Python | #Vim | #VS_Code
Daily Reading:
freeCodeCamp News – 1 article
Daily.dev – 1 article
Vim: Practiced (30 minutes).
Trello: Updated the board.
freeCodeCamp: Full Stack Developer Program.
Another step forward! Keep building, keep learning! #CodeConsistency #DevJourney #LevelUp
Saturday Progress Report March 22, 2025
#Beyond365DaysOfCode Day 83
#100DaysOfCode Day 83
#freeCodeCamp | #Python | #Vim | #SecondYearOfCode | #NextLevelCoding
Daily Reading:
freeCodeCamp News – 1 article
Daily.dev – 1 article
Vim: Practiced plugin configurations (30 minutes).
Trello: Updated the board.
freeCodeCamp: Continued Full Stack Developer Curriculum.
Every line of code brings progress! #KeepBuilding #DevJourney #CodeEveryDay
Friday Progress Report March 21, 2025
#Beyond365DaysOfCode Day 82
#100DaysOfCode Day 82
#freeCodeCamp | #Python | #Vim | #SecondYearOfCode
Daily Reading:
freeCodeCamp News – 1 article
Daily.dev – 1 article
Vim: Practiced motions for 30 minutes.
Trello: Updated the board.
freeCodeCamp: Continued Full Stack Developer Curriculum.
Staying consistent, one step at a time! #KeepCoding #TechJourney #DevLife
If you'd like to prank a fellow Vim user, send them a text file with `vim: revins` at the bottom and ask them to type some text in it... https://vimhelp.org/options.txt.html#%27revins%27
Unless they've turned off their `modeline` setting, something like this should happen:
We are going live in 10 mins. We are working on code quality and tests.
Surprize included!
Don't forget to say at least "" in chat.
See you on https://www.twitch.tv/war1and.
aerwiuvchen<ESC>wt8c"#G/SDF<CR>dasfeovjjjj
Hm? No my keyboard isn't broken, I was just typing in vim.
Some important acronyms to know. Feel free to add some of your own.
Lisp:
Logic In Symbolic Paradigms
Lisp Inspires Strange People
Lisp Is Secretly Perfect
Python:
Pseudocode You’d Teach Hordes Of Newbies
Probably You'll Try Harder On Next-lang
Python: You'd Think Hardware's Optional Now
Emacs:
Editor Maintained As Community Shrine
Ecosystem Mainly Acquired by Cult Sysadmins
Emacs Means Always Configuring Something
Vim:
Vaguely Interactive Misery
Very Irritating Macros
Vim Isn't Modern
Linux:
Legendary Interface, Notoriously Unforgiving eXperience
Loyal In Nature, Unmatched eXtensibility
Linux Is Natural Under X
Edit: Solved, see my answer in the thread! Thanks everyone, you are awesome!
Dear #emacs users,
I am trying to re-learn emacs after using #vim for several years.
One thing that I really liked in vim is that I can "reformat" long lines in a #markdown file by marking the lines (VISUAL mode) and then hitting "gq". This kept the markdown format, e.g. lists are still lists, but the lines are wrapped at whatever I set as the maximum line length.
It seems I am missing the right search terms because I only find "M-q" aka fill-paragraph, but this does not respect e.g. markdown lists.
Does anyone have pointers or search terms for me?
Has anyone had good experiences with (universal) ctags for PHP? Looking for a solid, non-plugin, vim-native LS alternative for vim (9.1).
I tried `ctags -R --language-force=PHP --php-kinds=+c-f --fields=+n` as well as setting tags `set tags=./tags;,tags` but vim can't jump to function declarations by tag.
#vim-Setting des Tages:
:se wrap|se lbr|se breakindent|se breakindentopt=column:8
automatischer Zeilenumbruch (an Wortgrenzen, nicht mittendrin) aktivieren (aber nur visueller Umbruch, nicht in der Datei selber → :se autoformat)
Und die gewräppten Zeilen dann ab Spalte 8 anzeigen (nicht linker Rand).
enHey! #LazyFediverse Is there any good replacement for the supertab #vim or #neovim plugin? I couldn't find any in https://vimawesome.com/ and YouCompleteMe is too much... I want something lighter