方言を話すおしゃべり猫型ロボット『ミーア』をリリースしました(こちらをクリック)
スポンサーリンク
Development/Design

Things to keep in mind when using ChatGPT in programming.

'What are good prompts to give to [ChatGPT]. As mentioned in the article "6 tactics to get good results", I still feel that the first step is crucial and "writing clear and specific instructions" is of paramount importance. Also, for API-related matters, it is faster to look at the official documentation and check the USAGE.
Note/Book

[Mac]Trade in your Intel Mac for an M3 Pro MacBook Pro 14-inch

I have decided to purchase a MacBook Pro 14" M3 Max. Since I will be using it for programming, the Pro looks better than the MacBook Air. As for the size, 14" seems to be fine for dual display. I don't need a chip to M3 Max because I don't do advanced image editing.
Development/Design

[ESP32] Electronic circuit of the self-made board that can also be driven by LiPo battery

Describes the process of creating a home-made ESP32 board that can support both USB Type-C and LiPo batteries. The charging current is regulated by PROG and the voltage regulator is switched from AMS1117 to ME6211 series; an automatic switching circuit is implemented using PMOSFETs.
Note/Book

Does the MacBook Pro battery degrade when left fully charged and connected to a power source?

Conclusion, leaving the power on is not a problem. However, if you are using a Mac with an Apple silicon processor released from late 2020 instead of an Intel Mac, and if you have set Battery Charge Optimisation to ON (it is ON by default) in the battery settings as described below.
Note/Book

[ChatGPT] Voice input by Voice In was a blast speed

Voice In is a free plan, but it defaults to a one-minute voice input standby mode, so you can keep your voice input in standby mode for a minute. Even with the free plan, Voice In keeps the voice input standby mode for one minute by default.
Development/Design

[Flutter] Display daily GIF images and text on the top screen.

When you use images and other assets in your Flutter project, you need to let Flutter know about them by putting them in pubspec.yaml. Put GIF images under assets/images and put them in pubspec.yaml.
Marketing

[Luma AI Dream Machine] Tried an AI that generates short videos from photos in Mia.

In this article, we examine the free video-generating AI 'Luma AI Dream Machine' to see if Mia's short video generation is practical. Dream Machine is a video-generating AI service announced on 12 June (local time) by AI start-up Luma Labs.
Development/Design

[Firebase] Solution to the problem of email verified not being false when changing email addresses.

Trying to resolve an error where a user can change his/her email address without email verification if the user wants to change his/her email address once the user has authenticated with Firebase. By the way, user.emailVerified is useless when changing email addresses.
Development/Design

[X(Twitter) bot] How to create an X Bot that automatically posts from a spreadsheet in GAS: (2) Text

How to use GAS to automatically post text from a spreadsheet to Twitter, using Twitter API v2 and OAuth2.0. Includes a workaround for GAS scripts that post thousands of lines of text and cause runtime errors.
Development/Design

[X(Twitter) bot] How to create an X Bot that automatically posts from a spreadsheet in GAS: (1) Preparation

Register a Twitter developer account, get Client ID and Secret, set User authentication, create twitter authentication in GAS, add OAuth2 library, and create code for Twitter API authentication process.
スポンサーリンク