toolJul 31, 2024, 5:11 AMmultipostter - A Multi-Posting Tool with No HassleI created a multi-posting tool called “multipostter.” By adopting a pull-type multi-posting approach to seamlessly share posts across different networks like Misskey, Twitter, and Bluesky, it detects posts from the main network and mirrors them to other networks, streamlining the process. Specifically, Misskey.io is used as the main network, while Bluesky and the old Twitter serve as mirror targets. By defining a universal posting format that considers each SNS’s constraints and leveraging AWS Lambda and DynamoDB, I implemented a serverless architecture. For those interested, please check 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 agreement, various costs arise in addition to the stated rent. Typical examples include key money, and the actual rent can differ significantly from the apparent rent. Furthermore, there are many unclear costs such as insurance premiums and mysterious cleaning fees. This tool provides a function to display these costs in a unified and averaged rent. In this article, I will explain the background of the tool, how to use it, and the technical details using Rust's wasm_bindgen.
toolOct 9, 2018, 1:50 PMOG Card Generator - Static Site Link Card Generation AppThis tool reads Open Graph data and converts it into HTML/CSS code to display a card-type link. In static sites, it is difficult to create a general card-type link using external site OGP because the content must be determined at build time. Here, we have created an app that outputs a card-type link in HTML/CSS format when given a target page URL, solving this problem.
toolSep 28, 2017, 1:12 PMdocker-serposcopeI made SERPOSCOPE a Docker container, making it easy to use.
toolJun 22, 2017, 12:00 PMComprofile - Competitive Programmer-Oriented Solution Posting ServiceCompetitive programming solutions are often published on personal blogs such as Hatena Blog. However, general blog services do not provide features tailored to competitive programming. Therefore, we created a blog service equipped with a "WYSIWYG markdown editor".
toolDec 25, 2015, 5:28 AMOJHH - Online Judge Helper Helper ScriptsA tool for competitive programming. This script group sets up an environment using OnlineJudgeHelper created by nodchip-san. It creates a folder and copies a template when given a problem ID, contest ID, or other arguments.