Dung Huynh Ducblog.productsway.com·Jul 16, 2024C-Spell setup in Neovim: A comprehensive guideIntroduction After switching to Neovim as my main IDE two years ago, I immediately noticed the absence of a tool I had relied on in Visual Studio Code: streetsidesoftware/vscode-spell-checker. This powerful extension was invaluable for catching typos...133 readscspell
Karuppiah Natarajankaruppiah.dev·Jun 21, 2024Check your spelling!It's easy to make a mistake in spelling when writing stuff online and worse - when writing code 🧑💻👩💻👨💻 to build software. It's especially important to write code with less or 0 spelling mistakes when others are also going to read your code -...Programming Blogs
Ujjwal Jhaujjwaljha.hashnode.dev·Feb 8, 2024From Typos to Tip-Top: Decoding The Secrets of Spell CheckersHave you ever typed out a sentence, hit send, and then cringed at the glaring red underline? We've all been there, victims of the dreaded typo. But fear not, for the humble spell checker stands as a silent guardian, catching our slip-ups before they ...spell_check
Yotaro Katayamaykatayama.hashnode.dev·Jun 28, 2023How I enhanced my typing ability with LLMIn this blog post, I recount my journey of enhancing my typing skills using a tool I developed, which harnesses the power of OpenAI's GPT-4. This tool, integrated as a Slack bot, corrects my typos in real-time on Slack. The Problem As a software deve...94 readsllm
5 Mins Learn5minslearn.hashnode.dev·Feb 19, 2023Spell Check on your Linux TerminalDo you know you can use the terminal to check the spelling of the passage you’ve written? Terminal has a lot of utility commands but most people are unaware of most of those commands. I’ve seen people using Microsoft Word / Google to check the spelli...37 readsLinux