toolJul 31, 2024, 5:11 AMmultipostter - Effortless Multi-Posting ToolI created a multi-posting tool called "multipostter." To seamlessly share posts across different networks like Misskey, Twitter, and Bluesky, I adopted a pull-type multi-posting method. This approach detects posts from the primary network and mirrors them to other networks, reducing effort while enabling post sharing. Specifically, I set Misskey.io as the primary network and Bluesky and old Twitter as mirror targets. Considering the constraints of each SNS, I defined a universal posting 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 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.