Live data from Hacker News

Viewing profile — sivchari

sivchari

HN member
Joined
Tue, Jun 24, 2025, 12:25 AM UTC
HN karma
4
Public activity
7 items

About sivchari

Takuma is a Japanese Gopher working as a software engineer in Japan. He is the organizer of Go Conference, the largest Go event in Japan, and also the organizer of golang.tokyo. In 2022, after joining CyberAgent, Inc. as a new graduate, he became the youngest person in area of Go to be appointed to the experts which selects engineers who have outstanding knowledge and skills in specific fields. Also I'm enjoying the development of open-source in my free time.

- Cluster API reviewer - Kube API Linter reviewer - Argo CD member

Recent public activity

  1. story
  2. story
    Show HN: Awsim – Lightweight AWS emulator in Go (40 services in progress)

    I built awsim, a lightweight AWS emulator in Go for CI/CD testing. Core services (S3, DynamoDB, SQS, Lambda, IAM) implemented, 40+ services in progress. - Single binary, no auth re…

  3. story
    Show HN: Snowflake Emulator in Rust – Test locally without cloud credits

    I built a local Snowflake emulator using Rust and DataFusion. Problem: Snowflake is cloud-only. Testing requires real compute costs. Solution: A local emulator that's compatible wi…

  4. story
    Show HN: govalid – Go validation without reflection (5-44x faster)

    I got frustrated with runtime reflection in Go validators, so I built a codegen approach instead. govalid reads struct markers and generates plain Go validation code. No reflection…

  5. story
  6. comment
    Comment #44577357

    It's really helpful! I'd use it!

  7. comment
    Comment #44577350

    I'm going to test it :)