tripAug 4, 2018, 12:45 AMReview of Sydney Tourist AttractionsSydney, being both a metropolis and a tourist destination, offers a wealth of sightseeing options. Many are concentrated in the city, making it possible to visit many attractions in a single day. However, the options become extremely limited after 5 PM, which is a drawback. It seems more enjoyable to either avoid going out at night or visit night view spots during the day.
studyJun 23, 2018, 3:27 AMTOEFL Test Listening Problems 190 (4th Edition) ReviewI've finished solving "TOEFL Test Listening Problems 190" and would like to share my thoughts. I'll introduce the good and bad points, focusing on evaluating it as a problem set for beginners.
developmentJun 15, 2018, 11:40 PM2018 Edition: Running Periodic Website Operation Scripts for FreeThis article introduces the experience of searching for a method to run periodic website operation scripts for free in 2018, ultimately choosing Heroku. It explains how to automate simple operations using Selenium and Headless Chrome.
gameJun 1, 2018, 8:46 PMInteresting Aspects of Crypko and What Might Happen NextCrypko is a blockchain game that utilizes AI technology. Users can collect anime character cards generated by AI, and perform fusion or trading. The game's features include high-quality AI-generated faces and incorporation of real-world genetic elements. The game system also incorporates elements of social games, making communication between users an important aspect.
bookreviewMay 21, 2018, 4:30 AMThoughts on "Start with the Issue"This is a review of "Start with the Issue". The author emphasizes "narrowing down the problem" as an important step to increase productivity, and explains the specific approach and rationale. In this article, I summarize important points for problem-solving from an engineer's perspective, including actual failure examples. I felt that this book provides a systematic approach to problem-solving and is very useful for engineers as well.
foodMay 10, 2018, 5:55 PMTaste Test of Non-Alcoholic JuicesAs I cannot drink alcohol, I set out to find delicious non-alcoholic juices instead. I tried several types of grape juice and related juices, reviewing them on a five-point scale. As a result, I discovered juices with a perfect balance of sweetness and acidity, as well as juices that enhanced the grape flavor with their sweetness. Perhaps you'll find juices that can adequately substitute for wine?
techdevelopmentMay 8, 2018, 10:18 PMUse Cases for Docker Multistage BuildBy utilizing Docker's Multistage Build feature, you can write Dockerfiles more concisely. Using this feature allows for use cases such as reducing image size, excluding programs used only in development environments, and facilitating refactoring. Specifically, it becomes possible to create images of just a few MB for Go language programs, and it becomes easier to separate development and release environments. Additionally, the dependencies of each stage become clearer, improving the maintainability of Dockerfiles.
techmacMay 7, 2018, 9:55 PMMac Setup MemoThis article introduces personal settings and application installation methods for Mac setup. It follows detailed steps from system settings to customizing Terminal and Finder, as well as installing various applications.
foodMar 18, 2018, 6:08 AMRecommended Lunch Spots around Shibuya 3-Chome (and Some Weird Ones)I've explored the restaurants around Shibuya 3-Chome for two years and will introduce various genres of hidden gems and unique restaurants. From Chinese to hamburgers, pizza, sushi, and Vietnamese cuisine, I'll cover the characteristics, taste, price, and congestion of each restaurant.
developmentFeb 24, 2018, 11:39 PMI Created a Boilerplate for gRPC WebI created a boilerplate that allows you to easily try gRPC Web. Applying gRPC to communication between web applications and API servers often requires time-consuming setup of proxies and converters. By using this boilerplate, you can start everything with a single command, making it easy to experiment.