YKYotaro Katayamainykatayama.hashnode.dev·Jun 28, 2023 · 4 min readHow 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...00
YKYotaro Katayamainykatayama.hashnode.dev·Jun 23, 2023 · 5 min readHow to write an installer in shell scriptMost people are not fluent in shell scripting (like me). However, if you want people to install your CLI-based software (like me again), you might want to write an installer in shell script. In this post, I will share what I learned while writing an ...00