moneyOct 8, 2022, 7:20 AMCommon Techniques for Exchanging USD to JPYThis article introduces common techniques for exchanging USD to JPY. It compares multiple methods, including differences in fees, using banks or FX brokers, and utilizing foreign currency conversion apps, to find the optimal method. Additionally, I actually tried the method that seemed most optimal.
moneyOct 6, 2022, 3:50 PMGeneral techniques for exchanging USD to JPYI researched general techniques for exchanging US dollars to yen in 2022. Fees are often difficult to notice, but even exchanging ten thousand dollars can result in a difference of over ten thousand yen. This article compares types of fees, methods of using banks and FX providers, and explores the most cost-effective method.
gameAug 26, 2022, 8:00 AMStrategies for Uncleared ☆11 ChartsThis blog post contains strategies for uncleared IIDX ☆11 charts. It summarizes the difficulty and approaches, and is published in case it might be helpful to others. In particular, since I struggle with scratch charts, most of the strategies are for scratch-heavy charts.
developmentblockchainbookAug 6, 2022, 8:44 AMDistributing "Learn by Creating NFTxBlockchain: Implementing an Anonymous Membership Site with Solana NFT" at C100I will be distributing a new book titled "Learn by Creating NFTxBlockchain: Implementing an Anonymous Membership Site with Solana NFT" at Comic Market 100. This book covers the creation of an anonymous membership site using NFTs on Solana, a fast blockchain written in Rust. The content ranges from basic blockchain technology knowledge to the technical elements necessary for NFT sales.
developmentblockchainJun 7, 2022, 12:51 PMCreating a Solana Wallet mnemonic (seed key) from the CLII explored methods to create a Solana Wallet mnemonic (seed key) from the CLI. While it's possible to generate multiple keys from a mnemonic, for security reasons in case the mnemonic is leaked, it might be safer to divide them into wallets with different mnemonics. Ultimately, I was able to generate mnemonics by running a script, and even obtain public and private keys, making mass production possible.
miscSep 7, 2020, 2:03 PMI Moved My Blog Back from Hatena Blog Pro to HugoI reflect on my experience of migrating from Hatena Blog Pro to Hugo. I decided to migrate to reduce running costs and manage content in markdown. After migration, the display speed improved significantly, and it became possible to open-source the blog in the future. I also made various improvements during the migration process.
developmentAug 14, 2020, 10:43 AMI Created a Tool to Calculate Actual Rent Using Rust's wasmI created a tool to calculate actual rent. When entering into a rental agreement, various costs arise in addition to the stated rent. A typical example is key money, and when comparing actual rent, it often differs from what is apparent. Additionally, there are many opaque costs such as insurance fees and mysterious cleaning charges, so this tool provides a function to display these as a unified average rent. This article explains the background of the tool, how to use it, and technical details using Rust's wasm_bindgen.
gameFeb 25, 2020, 2:30 PMThirteen Sentinels: Aegis Rim ReviewThis is a review of Thirteen Sentinels: Aegis Rim. The ADV part has high-quality story, graphics, and sound, with a system that includes action elements. The diversity of characters and the mechanism of switching perspectives are particularly well-done, allowing for smooth progression through the complex story. However, there were fewer surprising elements in the story, and the timing of information disclosure was unsatisfactory in some parts. The tower defense part tends to become repetitive, but overall it's a high-quality work.
miscJan 25, 2020, 11:47 AMSummary of Books I've Read RecentlyThis is a summary of books I've read recently. I read various genres including the science fiction novel "The Three-Body Problem", "Exploring Tokyo's High-Class Residential Areas" which analyzes the history of Tokyo's upscale neighborhoods, and "Chronicle of a Death Foretold" which won the Nobel Prize in Literature. Brief reviews are included for each book.
developmentJan 3, 2020, 11:53 AMNotes on dieselThis blog post contains notes on how to use diesel. It covers various features and usage of diesel, including executing raw SQL, associations, grouped_by, retrieving a single record, SELECT restrictions when using GROUP BY, and more. It provides specific examples and code snippets to demonstrate useful ways to use diesel.