Skip to content
View yujiteshima's full-sized avatar

Block or report yujiteshima

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
yujiteshima/README.md

About Me

My OSS Projects (Beta)

OSS Contributions

OSS Contributions

Pinned Loading

  1. mruby-gpu-narraymruby-gpu-narrayPublic

    Numo-like N-dimensional array for mruby, computed on the GPU via Vulkan Compute. Runs on Raspberry Pi 5 (VideoCore VII).

    C 5

  2. mruby-gpumruby-gpuPublic

    The Joy of Talking to Hardware in Ruby — Raspberry Pi 5 GPU (Vulkan Compute Shader) bindings for mruby, with face detection and MLP training/inference.

    C 1

  3. rails-edge-control-planerails-edge-control-planePublic

    Rails をエッジ端末の制御プレーンにする — ActionCable + Hotwire で Raspberry Pi 群をリアルタイム管制するデモ

    Ruby

  4. oss-contribution-graphoss-contribution-graphPublic

    Visualize contributions to multiple OSS projects in one graph A GitHub Profile widget showing contributions across OSS organizations

    JavaScript 1

  5. turbo-slideturbo-slidePublic

    ⚡ Making Lightning Talks more enjoyable - A live-synced presentation platform powered by Hotwire 🔥, where presenters and audiences share the same view in real-time 🚀

    JavaScript 1

  6. mruby-gpu-kernelmruby-gpu-kernelPublic

    Turn a Ruby block into a Vulkan compute shader — an mrbgem add-on for mruby-gpu-narray. na.map { |x| x * 2 + sin(x) } runs on the GPU.

    Ruby