方言を話すおしゃべり猫型ロボット『ミーア』をリリースしました(こちらをクリック)
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.
Development/Design

[ESP32] From development board to designing your own printed circuit board and making it into a product

The cat-shaped talking robot Mia is developed on a home-made board using an ESP32 Wi-Fi Bluetooth module; this memorandum summarises the process from the initial development using an ESP32 development board to the creation of a home-made board and several changes for the product.
Development/Design

[Protobuf] How Varint encoding works and the importance of field numbers

Protocol Buffers (protobufs) are a structured data serialisation format, developed by Google. protobufs serialise data more efficiently than XML or JSON, with smaller message sizes and faster parsing. Protobuf is a structured data serialisation format developed by Google.
Marketing

[Polylang Pro + DeepL] How to make your blog multilingual with ease and high translation accuracy?

The Polylang Pro version has been linked to the DeepL API since March 2024 to allow machine translation by DeepL. DeepL The free version of the API can also translate up to 500,000 characters per month. The meta description and eye-catching image have not been changed, so you still have to manually create these, but the automatic generation of the body text is very good.
Note/Book

[Blog] Timeline of what I did to reach 10000 monthly PV

On 12 June 2024, the monthly PV of the blog finally exceeded 10,000. This time, I look back and note what I did to reach 10,000 monthly PV. Incidentally, it seems that there is a blogger ranking chart for each PV, and more than 10,000 pv/month is the third 'Novice' from the bottom, so I feel like I've finally broken out of the beginner's class and entered the ring.