Automatically wake up Mac and run a cron job

You use cron or Automator if you run jobs on your Mac regularly.

気象庁から天気情報を取得する

気象庁はJSON形式で天気予報の情報を公開しています.正式にAPIとして提供されているわけではないため,JSON構造の一貫性や情報発信の定時性,メンテナンスなどが保証されているわけではないようです.

2024-01-07

E-paper desk calendar on Kindle

I tried to create the desk calendar with the unused Kindle. It can show my schedule from Google Calendar and weather data.

2024-02-29
2023-07-20

Markdown environment to write UML on VS Code

When embedding model and sequence diagrams in documents, you can use images created with Draw.io, but it is easier if you can specify them in code, so we will create an environment for using PlantUML.

2024-03-02
2023-04-25

Check an open port with nping

The ping command is not specify the port number. In macOS, specify it with nmap.

2024-03-02
2023-04-18

日本語のMarkdownをPDFに変換する

Markdown形式でメモしていると,Markdownのプレビューが可能なソフトウェアを使用する必要があります. フォーマットを自由に変更したいとき,あるいは書類として作成したいときにはPDFに変換するのがおすすめです.

2023-04-02

Chromeブラウザのサイト内検索で作業効率化

Amazon や Twitter などのウェブサービスで検索するとき,毎回ウェブサイトを開いて検索するのは面倒ではないですか?Google Chrome ブラウザを使っているなら,サイト内検索機能を有効活用することでより快適に検索する環境を整えることができるのでオススメです.

2022-08-14

Hello Docker

I'm going to write down the very basic usage of Docker, because I forget it every time I use it.

2024-03-05
2021-10-31

Change color scheme in VS Code's Jupyter Notebook

VS Code is compatible with Jupyter Notebook (.ipynb). Jupyter Notebook has a light theme, but VS Code's default theme is dark, which made it difficult to see some graph labels. The theme itself can be changed to a light color, but when coding, the dark mode is easier on the eyes and we do not want to change the overall color, so we changed the color of only the output cells to make them easier to see.

2024-03-05
2021-08-08

MarkdownをコマンドでPDFスライドに変換する

勉強会などで簡単な説明資料を作りたいとき,PowerPointで資料作成に時間をかけたくないとき,普段のメモからさっとスライドが作れるのが理想です.LaTeXのBeamerを利用してコマンドでPDFスライドを生成してみます.

2021-07-24