toolJul 31, 2024, 5:11 AMmultipostter - A Hassle-Free Multi-Posting ToolI created a multi-posting tool called "multipostter". To seamlessly share posts across different networks such as Misskey, Twitter, and Bluesky, I adopted a pull-type multi-posting method. This method detects posts from the main network and mirrors them to other networks, achieving post sharing while minimizing effort. Specifically, I set Misskey.io as the main network, with Bluesky and former Twitter as mirror targets. While being mindful of the constraints of each SNS, I defined a generic post format and utilized AWS Lambda and DynamoDB to achieve a serverless configuration. If you're interested, please refer to the source code on Github.
toolAug 14, 2020, 10:27 AMTrue Rent CalculatorI created a tool to calculate the true rent. When signing a rental contract, various costs arise in addition to the stated rent. A typical example is key money, and when comparing the actual rent, it often differs from what is visible. Also, there are many unclear costs such as insurance fees and mysterious cleaning charges, so I provide 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.
toolOct 9, 2018, 1:50 PMOG Card Generator - Card-style Link Generation App for Static SitesThis is a tool that reads Open Graph data and converts it into HTML/CSS code representing a card-style link. For static sites, it's difficult to create typical card-style links that use OGP from external sites, as content needs to be finalized at build time. Here, I created an app that outputs a card-style link in HTML/CSS format when given the URL of the target page, addressing this issue.
toolSep 28, 2017, 1:12 PMdocker-serposcopeI have containerized SERPOSCOPE in Docker to make it easy to use.
toolJun 22, 2017, 12:00 PMComprofile - Solution Posting Service for Competitive ProgrammersSolutions for competitive programming are often published on personal blogs like Hatena Blog. However, general blog services do not provide features suitable for competitive programming. So I created a blog service equipped with a "WYSIWYG markdown editor" that I had wanted to make.
toolDec 25, 2015, 5:28 AMOJHH - Online Judge Helper ScriptsA tool for competitive programming. This is a set of scripts that sets up an environment using nodchip's OnlineJudgeHelper. When given problem IDs, contest IDs, etc. as arguments, it creates folders and copies templates.
moneytoolJun 25, 2015, 5:56 PMSWAPxSWAP - A Tool for Swap ArbitrageThis is a tool for comparing swap interest rates of various FX brokers. It was developed for swap arbitrage purposes. Currently, it is no longer publicly available.