May vs Goroutines Performance 2024

Processing Speed Comparison

/images/2024/08-08/header.jpeg

Neshiko Beach, Nagasaki, September 2021.

It’s just a bit of small talk, but I started using the Arc browser recently instead of Google Chrome. I think it’s splendid. One of the things I like about it is that it supports Chrome extensions, which allows me to use the Vimium extension. Unlike Google Chrome, which tends to get cluttered with lots of tabs or separate windows, Arc keeps everything contained in a single window.

[Read More]

QR Codes in Rust

Rapid, Fun Development with Crates

/images/2024/05-17/header.jpg

Vatican Museum's Bramante Staircase in Sep. 2017.

Continuing from my previous article, we’re taking a closer look at generating QR codes for OTP apps. The purpose is not to dive into the specifications of QR or the encoding technologies that it employs, such as Reed-Solomon codes for error correction. Instead, we’d like to wrap our heads around the process of capturing QR codes with apps like Authenticator and verifying TOTPs within the app.

[Read More]
2fa  otp  qr  rust 

A Closer Look at 2FA with Rust

Crafting One-Time Passwords

/images/2024/01-30/header.jpg

The view from Mt. Karamatsu, the 93rd highest mountain in Japan, as photographed by me in Sep. 2022.

Lately, at Acompany, we started using IDaaS, and steadily making use of One-Time Passwords (OTPs) has become a regular part of my daily grind. Motivated by this, I decided to dive in and get my hands dirty, exploring the nitty-gritty of generating OTPs. I’ll share the insightful stuff I gained after falling down the rabbit hole.

[Read More]

Mastering GitHub Actions in a Secure Way

Explore the Basics of Workload Identity, Terraform, and Deploying on Cloud Run

/images/2023/12-22/header-c.jpg

Fortress ruins on Sarushima, an uninhabited island in Yokosuka.

This article is the 33rd entry for the #AcompanyChristmasAdventCalendar2023. I’m Yamauchi Katsuyoshi, a backend engineer from the Data Clean Room team of Acompany’s Product Division. Founded in 2018 at Nagoya University, Acompany is a pioneering startup in the field of privacy tech. We’ve developed QuickMPC, a robust engine for secure multiparty computation, and have made it available as OSS.

[Read More]