Spurious network error when installing cargo

When installing cargo, the package is fetched from the built-in git library by default.

2024-03-04
2021-11-16

HEllo Archway

This is a review of the basic operations for developing DApp on the Archway Network, a blockchain that uses the Cosmos SDK.

2024-03-04
2021-11-07

How to interact with ethereum contract

In DApps, crypto wallets like Metamask typically create and send transactions using the wallet provider. However, when DApp is not created, it is not possible to send a transaction to a contract on the testnet to check its operation, so it is recommended to use the Remix function.

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

How to resolve Solidity version inconsistencies

If the version of Solidity you have implemented does not match the version of the compiler Solc (solc.js) associated with the Truffle command, you will get a Compilation failure when compiling.

2024-03-05
2021-10-23

Update Rust packages

Rust のパッケージは Cargo.toml で管理されていますが,npm のように install コマンドで全てのパッケージが簡単に更新できるような感じではないようです.

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

M1 MacにLaTeXをインストールする

macOS に LaTeX をインストールするときは MacTeX を利用することが推奨されていますが,一度インストールすると完全にアンインストールすることは難しいんだとか.MacTeX を利用するメリットの一つとして,LaTeX 関連の便利なソフトが一緒にインストールされるというのはありますが,どれも使う予定がないのであれば TeX Live をインストールするのみでも良いです.

VirtualBoxのGuest OSにSSHで接続する

M1 Mac mini では Docker イメージが利用できなかったため,Windows 10 で動いている VirtualBox 上の Ubuntu に macOS からポートフォワーディングで操作して利用できる環境を作りたいと思います.