-
Programming Oriented Thinking Online Workshop
This workshop is only available in Japanese. 「プログラミング的思考」というものをご存知ですか? プログラミング的思考は、ソフトウェア開発者が開発時に使用するツールを使って、課題解決を行うという思考方法の一つです。プログラミングそのもので... -
DALL·E 3 Now Integrated with ChatGPT
ChatGPT now supports DALL·E 3. While still in beta, it's capable of generating high-quality images from concise prompts. 【Usage Guide】 The free tier of ChatGPT doesn't include access to the DALL·E 3 model. To utilize it, you'll need a ... -
Migrate To Cloudflare Web Analytics from Google Analytics
A few days ago, I migrated the web analytics tool for this site. The new tool is Cloudflare Web Analytics, and the old tool is Google Analytics. This article provides an overview of this migration process. 【Why did I migrate the tool?】... -
List of Supported Devices for Each iOS/iPadOS Version
This article provides a summary of devices supported by each version of iOS/iPadOS. 【】 iOS 17, released on September 19, 2023, supports the following devices: iPhone 15 / Plus / Pro / Pro Max iPhone 14 / Plus / Pro / Pro Max iPhone 13 ... -
How to create the Apple ID’s app-specific password
You need the Apple ID to develop Apple Platform Applications such as iOS and macOS apps. The permissions for the Apple Developer Program are also assigned to the Apple ID. 【What is the App-specific password?】 You need to generate an ap... -
Requires Xcode 14.1 or later to release on App Store
Apple has announced that any apps submitted to the App Store after April 25, 2023, must be built with Xcode 14.1 or later. Suppose your application does not require any special configurations. In that case, you should use the latest vers... -
Fixing the Issue of Ubuntu on WSL Failing to Boot After Reinstallation
After reinstalling Ubuntu on WSL, you might encounter an issue where Ubuntu fails to boot. You'll see the following error in the console: Failed to attach disk 'C:\Users\ahaya\AppData\Local\Packages\CanonicalGroupLimited.Ubuntu_79rhk... -
Dynamically Getting the View Size in SwiftUI
In a SwiftUI app, you can use GeometryReader to dynamically get the view size. This article explains how to do it. 【】 Following the code, get the view size using GeometryReader and print it into the console. struct ContentView: View { ... -
How to avoid pod install errors when building Flutter apps
At times, when building a Flutter app on an Apple Silicon Mac, like a MacBook Pro M1, you may encounter failure during pod install. This is when the CocoaPods installation process is executed, for example, by adding a package. This artic... -
Resolving iOS Simulator Issues on Apple Silicon Mac (arm64 Binary Error)
Specific frameworks incorporated into an application may lead to an error, preventing the iOS simulator from running on an Apple Silicon Mac. ld: in /Volumes/Data/src/RK/TechGakuWebSite/SampleCodes/OpenCVTest_iOS/common/opencv2.framework...