DEVKEY BLOG
RSS FeedWelcome to DEVKEY BLOG. This English section collects AI-assisted translations of posts about software development, games, remote work, and everyday tools from a Japanese remote worker's perspective.
Featured posts
How to Play Hytale Multiplayer with Hamachi
Published:Explains how to use Hamachi's virtual LAN when Hytale multiplayer does not connect.
How My Solo-Developed Twitch Follower Analysis Web App Surpassed 100,000 Cumulative Active Users
Published:Twitch Follower Checker surpassed 100,000 cumulative active users. This article covers what made me happy as it grew, how the feature can also easily create negative emotions, and the technical debt from building on an alpha version of Nextra.
I Want to Use Browser Twitterβs Video Clip Feature on X.com Too! [Easy Video Trimmer for X.com]
Published:A quick guide to using Easy Video Trimmer for X.com, a Chrome extension that lets you trim videos from the X.com post composer and attach them directly.
[Deadlock] What I Learned from Creating a Japanese Localization Config Used by 50,000 Players
Published:What I learned from creating a Japanese localization config for Deadlock and having it used by 50,000 players.
The Best Conditions I Settled On for Moving After Four Years of Remote Work
Published:Updated:After looking at a huge number of listings, I have narrowed down the conditions I will not compromise on for a remote-work room. This is a checklist for people who spend a lot of time at home, covering party-wall soundproofing, fiber to the room, electrical capacity, air conditioner age, and more.
[Twitch Follower Checker] How to Check New Followers and Unfollowers on a Twitch Channel
Published:Updated:How to use Twitch Follower Checker to check who newly followed or unfollowed a Twitch channel
[PUBG] I Gave the Limited-Release Match Analysis System a Massive Update
Published:I rebuilt Steins.GG's popular map-analysis feature and relaunched it as a limited-release version. You can check positions at 0.1-second intervals, display movement routes, and practice predicting the next circle.
[PUBG] Lessons from Building and Operating Steins.GG, a Match Analysis Web App with 80,000 Cumulative Users
Published:Building and operating Steins.GG, a PUBG match analysis web app with more than 80,000 cumulative users, was one of my happiest experiences. I wrote about what was fun, and also what was hard: server costs, API changes, and keeping the service running.
How to Build a GAS Tool That Automatically Likes Tweets on Your Twitter Timeline
Published:Updated:A guide to building a GAS tool that automatically likes tweets, plus how to adapt it to grow your follower count.
[PUBG] My Experience Working as an Analyst for a Top-Division Pro Team
Published:Updated:I worked as an analyst for a PJS Grade 1 professional team for about two seasons. This article covers collecting and analyzing match data with the PUBG API, what I enjoyed, and my reflections on losing motivation.
How to Use Silencing Rings to Make the Ultimate Gaming Keyboard
Published:A simple trick for making mechanical keyboard inputs faster with silencing rings.
Recent posts
Windrose Weapon Recommendation Ranking: Best Weapons and Upgrade Paths by Biome Progression
Published:Updated:A phase-by-phase guide to recommended weapons in Windrose. Looks at Rapier of a Thousand Cuts, Rapier of Devastation, Plague Halberd, Reliable Musket, and more from both DB values and practical play.
Hytale Dedicated Server Settings to Make It More Stable and Less Laggy
Published:A summary of config.json and launch option settings for Hytale Dedicated Server.
Hytale QoL Mods That Improve Play Without Breaking the Vanilla Experience
Published:A category-by-category roundup of Hytale QoL mods that add only convenience features such as cross-chest search, maps, HUDs, and party displays without breaking the vanilla experience.
What I Did to Make a Valheim Dedicated Server Γ Crossplay Server More Stable and Robust
Published:A memo of what I did to stabilize and strengthen a Valheim Dedicated Server Γ Crossplay multiplayer server environment.
Recent notes
Create a Shadowverse WB deck from a QR image URL
Published:In the PC version of Shadowverse WB, the QR code reader can create a deck from an image URL pasted into the file pickerβs βFile nameβ field. You can try decks found on X without saving the QR image first.
Fix SourceTree's dubious ownership error with takeown
Published:After a PC migration, SourceTree may show `fatal: detected dubious ownership in repository...` for repositories copied from the old machine. In this note, I fixed the ownership mismatch by reassigning the target directory owner with `takeown`.