Emacs Blogging: Insert Tag from YAML Frontmatter Posts
My blog posts here usually have a line like: tags: [ swift, xcode, codesigning ] For tags I don't use a lot, I sometimes don't remember how to write them. So I do the only sane thing -- and go to my website's ...
For a long time I have been using Neovim as my main editor, but sometimes I do find myself in situations where VSCode is more convenient, for example when working with notebooks. In Neovim I have been using Lazygit combined with Toggleterm in order to quickly access a popup lazygit window with a quick shortcut. For VSCode there is no plugin to do this AFIK (please let me know if I am wrong).
Key Guidelines for Writing Instructions for Custom GPTs | OpenAI Help Center
As you transition to writing Custom GPTs, implementing effective prompt engineering practices within your instructions is crucial to ensure your GPTs perform reliably and accurately. Here’s a concise guide to help you navigate smoothly with your Custom GPTs.
Mastering ChatGPT's custom instructions, the new OpenAI feature you shouldn't ignore
Custom instructions allows you to tailor ChatGPT's responses to better fit your needs. Here’s everything you need to know to use Custom Instructions and start slashing your prompting time.
Modern Git Commands and Features You Should Be Using
pAll of us - software engineers - use code class="inline"git/code every day, however most people only ever touch the most basic of commands, such as...