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

[X(Twitter) bot] How to create an X Bot that automatically posts from a spreadsheet in GAS: (3) Posting text + images

Learn how to use GAS (Google App Script) to automatically post images from a spreadsheet to Twitter; as of September 2023, Twitter API v2 does not support image uploads, so OAuth 1.0a must be used.
Development/Design

[Figma] After using the comment note, the screen became easier to read and manage status.

Figma's comment function is not very listable as it is a balloon pop-up; Figma's comment note is simple and excellent for keeping a list of comments, as well as managing time stamps and status. The comment design is also pretty and easy to use.
Note/Book

[Thesis] How to manage a thesis using GoodNotes and Notion

In my case, I use GoodNotes on my Ipad to add annotations (word meanings, questions and queries) directly to articles. Related images are also dragged directly into GoodNotes using the Ipad's multitasking function. Embed the pdf of the paper in Notion and manage the paper on Notion.
Note/Book

[Scrap and Build] Keisuke Haneda: What is the excessive addition of care that turns three in need of care into five?

Describes his thoughts on the novel Scrap and Build by Keisuke Haneda, winner of the 153rd Akutagawa Prize. For his grandfather, who is physically disabled and daily expresses his desire to die with dignity, saying he wants to die early, his grandson Kento takes an active role in 'excessive additions to care'.
Development/Design

[Design] How to create and unify icon guidelines: Font Awesome, Material Icons, React Icons

When developing cross-platform (web and apps), icon guidelines may not be set in stone due to historical history and resource priorities. Well-known icon fonts include Font Awesome and Material Fonts.
Marketing

[AI] Changes in SEO in the Era of Chat Search and Characteristics of Content Chosen by AI

While the cost of content generation will fall dramatically with generative AI, it is expected to be flooded with content of dubious authenticity or similar content, so content that is differentiated as content, free of misinformation and described by people or institutions with greater authority and expertise, will be valued.
Development/Design

[Go x FCM] Implemented a function to send push notifications to FCM on a regular basis: Server Edition

Implement a function to send Push notifications from the server to FCM at regular times in Go language.The following four arguments are required to implement Push notifications to FCM: OAuth 2.0 token (Authorisation in the HTTP request header), FCM token of the device, title and body.
スポンサーリンク