Yuki Shindo

Yuki Shindo @shinshin86

About: I love Beatles and Animal Collective and Coding!

Location:
Japan
Joined:
Aug 21, 2020

Yuki Shindo
articles - 21 total

CLI Renaissance Alert: Meet oh-my-logo — Your Gemini CLI and Claude Code style Logo Generator

Filled‑In ASCII Art—Could It Become a Trend? One of the hottest topics among programmers...

Learn More 0 0Jun 27

[How to Build an AITuber] How to Fetch Viewer Comments from YouTube and Twitch

Hello! I’m the developer of AITuber OnAir, a web app for running AI-powered VTuber streams: AITuber...

Learn More 0 0May 27

Front-End Only: Real-Time AI Stream Commentary with React, OBS Virtual Camera, and GPT-4o-mini

Implementing an “AI that sees the streaming screen and auto-comments” using React, OBS...

Learn More 3 0Feb 20

Can You Create a Product That Makes Money with Wasm?

Hello! I’m what you might call a technology enthusiast. When I see a new trend in the tech world, I...

Learn More 1 0Oct 2 '24

How to use MagicAnimate to create videos with custom motion

I created a custom motion and created a mechanism to create a video using MagicAnimate with my...

Learn More 0 0Dec 8 '23

This is a very small ChatGPT conversation downloader

Here is some code I wrote for a change of pace. This is a small script intended to be pasted into the...

Learn More 0 1Jan 11 '23

How to run Playwright for Go using local Chrome

When Playwright is run with the default settings, a separate browser for use with Playwright (e.g.,...

Learn More 4 0Aug 25 '22

Created a CLI tool to backup Slack export data in Excel

Starting September 1, 2022, the retention period for messages in Slack will be limited to 90...

Learn More 0 0Aug 14 '22

NPM Library to get a list of WordPress posts' character counts using the WP REST API

NPM Library to get a list of WordPress posts' character counts I have created an npm...

Learn More 6 0May 15 '22

Let Rust detect changes in the Markdown file and generate HTML.

I have recently been learning Rust. I recently needed to create some simple HTML files, mostly...

Learn More 11 0Apr 11 '22

Sample code for Deno 1.16 (Fetching file URLs & New unstable signal listener API)

Deno 1.16 has been released. Deno 1.16 Release Notes In this article, I will write a sample on two...

Learn More 6 0Nov 11 '21

How to read keystrokes from stdin at Deno

When using Deno, there was a case where I wanted to process input one character at a time. I don't...

Learn More 5 0Nov 9 '21

A mock of localStorage written in TypeScript

A mock of localStorage written in TypeScript The other day, I started writing mock of...

Learn More 8 0Nov 5 '21

Contributed to some OSS with pull-requests in this year at Hacktoberfest

Hacktoberfest 2021 I participated in hacktoberfest again this year. I attended for the...

Learn More 5 0Oct 16 '21

How to launch a GUI application using PySimpleGUI with a double-click on a mac

On mac, by creating a .sh file in the form of .command, you can execute that shell script file by...

Learn More 5 0Sep 25 '21

img2amp-img is img convert to amp-img

img2amp-img is npm package of img convert to amp-img I have recently created and released...

Learn More 5 0Mar 19 '21

Habanero Bee using to your content to the world faster!

Today I'm going to write about a CMS, or Static Site Generator, that I've been developing recently in...

Learn More 0 0Mar 15 '21

random-fruits-name.js is npm package that just generates random fruit names

A last year, I made a very simple npm package. It is a package named random-fruits-name.js. random-f...

Learn More 6 3Jan 15 '21

Faking GitHub Contributions

NOTES: This post is a joke. And, I haven't gone through GitHub's specifications in detail, so this ma...

Learn More 6 0Nov 5 '20

[workaround] Reference the cookie value in _document.js in Next.js

I wrote this post a few days ago in Japanese as well. The post in Japanese is here. Overview...

Learn More 12 2Oct 15 '20

use-mini18n is a simple and minimalistic React hook library for i18n

I'm a personal developer making web apps. My native language is Japanese. But I'm adding English to m...

Learn More 9 3Sep 27 '20