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

Mia

スポンサーリンク
Entrepreneur

[Mia] What I learned from customer support via X (formerly Twitter)

Yesterday, I was looking at X in Mia and the following X post caught my eye! We need to deal with this as soon as possible (sweat)".Although we were able to resolve the error, which in itself was good, the customer response, including the inadequate email forwarding settings, left us with issues to address.So, we decided to implement the following two solutions. - Set up a Google form in the app for bug and error enquiries - Set up a Mia community.
Development/Design

[Golang] Practice of Test-Driven Development: From Migration File Creation to SQL Injection Countermeasures

Describes test-driven development in Go language, including migration file creation, SQL injection countermeasures and actual testing methods using dockertest. testutils.RunMySQLContainer function is called to start the MySQL container and connect to the database. RunMySQLContainer function to start the MySQL container and connect to the database.
Entrepreneur

[Mia] Description of sales and change of mind from post-release to one month later.

In the case of new services, acquaintances initially support and purchase the service, but after the initial windfall, the service then enters a state of calm unless it is really of interest to the user. 'Maybe only people you know buy and that's it, maybe the service doesn't stick.' The situation lasted for about two weeks.
Entrepreneur

[Mia] Mass generation of short videos with CapCut for SNS marketing.

In the case of this talking cat-shaped robot for the toC market, SNS marketing seems to be a better match than web marketing. Among these, it would be good to focus on 1) short videos → TikTok, Instagram, Youtube Short 2) illustrations of the character and interesting one-liner phrases → X/Insta.
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.
Entrepreneur

[Mia] Ships WooCommerce orders via Yamato with web pickup request.

Thankfully, 12 orders came in on the first day, so we're getting ready for delivery straight away: we're creating an online shop function by integrating Stripe payments with WooCommerce, an open-source e-commerce platform for WordPress.
Development/Design

[Mia] I actually assembled 18 of them, and I didn’t expect half of them to work!

This time, I will also fix the production firmware write version and actually assemble it. At this point, I'll power it up with a USB TypeC power supply and see if it actually works. Well, everything should work! I thought, but I didn't expect it to work nearly half the time!"
Entrepreneur

[Mia] Simulate every step of the packing process.

ちなみに最初の100台の組み立てに関しては、手作業で自分達で行うことにした。コストカットと、自分達が全工程を把握していないと、次の量産の段階でも明確な指示が出せないので。今回使用するTTP223タッチセンサーは、100個セットで届いているので1つずつに分解して、ピンヘッダーをハンダする必要がある。ひたすらハンダしていく。
Development/Design

[Mia] ESP32 OTA update function implementation: Firmware update app notification

A new Firmware binary is uploaded to the AWS s3 firmware directory with the version specified by the developer.The version of each user's firmware is compared to the latest version uploaded by the developer, and if they are different, the Flutter app is notified that the new firmware is available for installation.
スポンサーリンク