Explore >> Select a destination


You are here

davidyat.es
| | www.thanassis.space
2.7 parsecs away

Travel
| | [AI summary] The author explains why the VIM text editor is a superior choice for professional programmers due to its programmability, remote editing capabilities, and extensive customization.
| | ismail.badawi.io
1.8 parsecs away

Travel
| | I use vim. I've used vim since I started programming; the very first program I wrote - hello world in C, following along a cprogramming.com tutorial - was typed out in vim, inside a cygwin environment on Windows. Naturally, at first it was hard and intimidating. I didn't know how to do anything, least of all edit text. I learned about insert mode and normal mode. I learned about navigating using hjkl, and deleting the current line with dd, and saving and quitting with :wq, and for a long time that was it.
| | lucasfcosta.com
3.1 parsecs away

Travel
| | TL;DR: Here are my dotfiles. Use them and have fun.
| | igorstechnoclub.com
15.7 parsecs away

Travel
| This week I learned something that finally made "transfer learning" click. I had always heard that you can hit strong accuracy fast by reusing a pretrain...