Posts
How to Reset "Remember my …
Motivation for Writing This Article While trying to set up C# debugging in Cursor, I encountered the following error when pressing the build button: Not fully understanding the situation, I mistakenly clicked “Remember my choice for this task” followed by “Debug Anyway.” As a …
Information Literacy in …
Introduction Since the late 2020s, the internet has been flooded with AI-generated content. While convenient, it’s becoming harder to tell whether what you’re reading was written by a human. Let’s explore how you can recognize an AI-written article. Sign 1: Vague but Positive-Sounding …
How to Debug C# in Cursor
C# Debugging Doesn’t Work in Cursor! When I wrote a C# console app in Cursor and pressed the debug button, the following error was displayed. Unable to start debugging. .NET Debugging is supported only in Microsoft versions of VS Code. See https://aka.ms/VSCode-DotNet-DbgLicense for more …
Starting OSS …
My First OSS Activity Ever since becoming a web engineer after graduating the university, I’ve admired people who commit to OSS (Open Source Software), but I always felt it was something unrelated to me. The reason is that even though I use OSS regularly, I can’t find bugs, nor can I …
URL Generation Methods in …
This homepage is created with Hugo. When choosing a template, I wanted a portfolio combined with a tech blog, and also a place to practice English and Chinese. After searching with these conditions, I found hugo-profile, which I’m currently using. In this hugo-profile template, I noticed that …
Using MySQL MCP Server …
Introduction Are you using Cursor? I recently started using it and found it so convenient that I subscribed to the Pro membership. Recently, I learned about something called MCP servers, which connect AI chat tools with external tools. I tried setting up a MySQL MCP server and was able to access …