To program GPT-3, you must give it a prompt. To do this, one of the things you need to do is clean your data into a prompt GPT-3 likes. Given a natural language prompt, this modifies the text accordingly, saving time. Here are some of the things it can do... (more…)
Read more »
Even though I prefer to use one buffer at a time to be more focused. I sometimes needed to have multiple buffers (more…)
Read more »
~ 1 minute As a software developer you probably have to perform actions like copying different pieces of your code from multiple files into different locations of your current Vim session. Using only system clipboard, this can be a cumbersome and time con... (more…)
Read more »
#vim tip of the day: You can literally travel back in time. To jump to the state a file had 10 minutes ago, use the following command: (more…)
Read more »
While discussing with fellow developers, I was asked the following question
a few times: We spend most of our time as developers thinking, not editing
code; so, why invest time into mastering a complicated code editor, and why
lose some cognitive resource... (more…)
Read more »