Posts
Troubles with Bash …
Background I’m using Ubuntu on Windows 11 WSL2 and installed qemu via apt. However, the qemu available through apt was quite old, so I decided to build the latest version from source code. I uninstalled the existing qemu and installed the newly built latest version of qemu. When I ran …
Why Flutter project_name …
Why I wrote this article While introducing Firebase to a Flutter app, I executed flutterfire configure and included all platforms (iOS, Android, Web, etc.). However, it failed at the iOS stage. i Firebase android app com.unanimousworks.nonsense_generator registered. i Firebase ios app …
AWS Hands-on Notes for …
Introduction I’m embarrassed to say that I have hardly touched cloud computing at all. At my previous job, most of the environment was on-premises, and I had the impression that cloud computing was expensive, so I couldn’t bring myself to try it. The only time I experienced AWS was when …
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 …