developmentDec 16, 2017, 6:00 AMExamples and Internals of slick-codegenThis is the 17th article of Scala Advent Calendar 2017. I will explain the usage and internals of slick-codegen, a program that automatically generates code corresponding to a DB schema. Although it is a convenient tool, the official documentation is insufficient, making it difficult to understand how to use it in practice. In this article, I will read the code of slick-codegen and explain how to customize it. Specifically, I will introduce samples such as converting java.sql.time to org.joda.time.DateTime, setting default values, automatically converting to JSON, and using custom ID types.
gameDec 10, 2017, 5:50 AMGetting Over It Strategy? vol.2I'm continuing my strategy for Getting Over It with Bennett Foddy. I'll ride the arrow, climb the house, and challenge the pipe. There are two patterns to climb, and it's up to the player's skills to choose which one to use. While introducing techniques to overcome each difficult point, I'll also show you the stressful side of the game.
gameDec 7, 2017, 6:06 AMGetting Over It Strategy? vol.1The author, who has challenged the self-torture of playing "Getting Over It with Bennett Foddy", will introduce the game and provide strategies for overcoming the initial difficulties. This high-difficulty game is notorious for its poor operability and backtracking, which torment players. From crossing trees to overcoming rocky cliffs, smooth rocks, and arrows, we will introduce techniques for overcoming each obstacle while revealing the stressful aspects of the game.
travelmoneySep 30, 2017, 5:02 AMHow to Exchange Foreign Currency at a Good Rate When Traveling Abroad (with a Comparison of Exchange Rates)This article introduces a method to exchange foreign currency at a good rate when traveling abroad. There are various methods to exchange currency, and each company's rate and commission differ, making it important to choose the best method. For currencies like the US dollar and euro, Money Partners offers the best rate, and credit card payments are convenient even for small amounts. For minor currencies like the Canadian dollar, Interbank offers the best rate. When exchanging currency, it is crucial to consider the commission and rate differences to select the best method.
techdevelopmentSep 9, 2017, 6:59 PMSetting up an HTTPS Proxy on localhost using DockerThis article explains how to set up an HTTPS proxy on localhost using Docker, allowing you to access your local application server via HTTPS. By using an SSL termination proxy within a Docker container, you can set up a fast and secure environment without polluting your local environment. Specifically, we use Nginx to set up the proxy and environment variables to set the host's IP address. The usage is simple and can be shared across Mac and Linux environments.
techmacAug 25, 2017, 9:28 PMVoice Control with Mac's Standard FeaturesThis article introduces a method to achieve voice control using Mac's standard features. You can call scripts with your voice and set your favorite invocation words. It's also convenient to run commands in the background without opening a new terminal tab. The setup process involves enabling Dictation, creating a Workflow with Automator, and calling the Workflow with Dictation Command.
designAug 15, 2017, 7:20 AMI Bought a FontI was tempted by a sale information I saw on Twitter and impulsively bought a font bundle. This "The Influential Font Lover's Library" was available at a surprising price of $29, 99% off the original price of $3,465. When I actually tried it out, I found that it was a collection of very good fonts. I'm planning to utilize the purchased fonts to improve the design of my site.
miscAug 12, 2017, 7:03 PMI Created a WebsiteI created a personal website. Although the need to have a homepage has diminished with the increase of SNS and convenient services, I couldn't give up the joy of creating one myself. I'd like to enrich it in my free time.
bookreviewJan 6, 2017, 11:04 PMImpressions of "How Google Works"This book is written by Eric Schmidt, the current chairman of Google, and Jonathan Rosenberg, the former senior vice president of product management, who share the "lessons" they learned while contributing to Google's growth, along with many examples. The idea that companies that attract smart creatives and deliver excellent products can survive is particularly interesting. It's also an enjoyable read, and I recommend it even if you're not interested in business.
bookreviewDec 4, 2016, 6:22 AM"Team Geek" Impressions"Team Geek" is a book that introduces the method of building a team by Google engineers. The authors, based on their experience in developing Subversion and working at Google, emphasize the importance of teamwork and cooperation. In particular, the book provides many tips for managers, focusing on the HRT (Humility, Respect, and Trust) concept to build a team culture. It also touches on how to deal with harmful individuals. This book is packed with extremely useful information for those who lead teams.