<
Stuck on the path in zod's refine

2023-01-07

I was using zod's refine, but I couldn't understand how to use the path at all, and I got stuck for about an hour, so I'll leave it as a memo....

Committing to Git from iPhone using Obsidian

2022-10-18

I like the concept of WikiWikiWeb, and I like Obsidian and Scrapbox, which include this concept. Obsidian has a Git integration plugin called obsidian-git. With this, you can now Git Commit not only from your desktop but also from your mobile....

Tried Running ERNIE-ViLG on Google Colaboratory

2022-09-03

I came across an article stating that ERNIE-ViLG is strong with "2D characters". I tried to use it on the next page, but the response was not very good. So, I referred to the following article and started running ERNIE-ViLG on Google Colaboratory....

Useful Prompt Phrase Collection for Midjourney and StableDiffusion

2022-08-28

When using Midjourney or StableDiffusion, you may not know what phrases to use. Therefore, I thought it would be helpful to create a collection of phrases for use with Prompt....

Trying to Integrate Dagger for CI/CD with GithubActions and CircleCI

2022-08-23

I tried out Dagger, a tool for CI/CD that I've been curious about for a while, which is not vendor-locked. In this article, I will share what I tried....

Trying out connect-web

2022-08-20

An article about connect-web was trending on Hatena Bookmark. I was curious, so I tried it out. The sample code is placed in the following repository....

Thoughts on Using Ruby on Rails in Business

2022-03-24

Since January 2022, I started using Ruby on Rails (hereinafter, Rails) at my new workplace. I have experience with PHP's CakePHP, Node.js's Express, and Python's Flask, but I had a hard time getting used to Rails. I will try to articulate this loosely. By the way, this was also my first time using Ruby....

It's become harder to "ask casually" since remote work started

2021-03-10

With the increasing prevalence of remote work, many engineers are getting used to working online. I am one of those engineers and have been working remotely for about a year. When I returned to the office after a long time, I realized the ease of casually starting a conversation. I would like to delve deeper into this experience....

How to Set Up Your Antenna in Technology (Ride on the Shoulders of Giants!)

2020-10-16

Engineers, I believe, usually catch up on technology from various places. It could be through social media, blogs, or videos. So, I would like to introduce how I set up my antenna to catch up on technology....

Remote Debugging (Break Point) with IntelliJ + TypeScript + Docker

2019-12-28

Running `ts-node-dev --inspect=0.0.0.0:9229 ./dist/index.js` on Docker container...

Deploying Cloud Run in Just 3 Steps (golang)

2019-04-11

What is Cloud Run? Cloud Run is a managed compute platform that enables you to run stateless containers that are invocable via HTTP requests. Cloud Run is serverless ※ https://cloud.google.com/run/ More details will be omitted, but it operates serverlessly like Cloud Functions and App Engine. It can also be controlled from GKE because it deploys containers....