13 articles

📰 Dev.to · Shoichi Okaniwa

Articles from Dev.to · Shoichi Okaniwa · 13 articles · Updated every 3 hours · View all reads

All ⚡ AI Lessons (9097) ArXiv cs.AIDev.to · FORUM WEBForbes InnovationOpenAI NewsDev.to AIHugging Face Blog
I Built an npm Package to Scrape and Slim Down YAML Files
Dev.to · Shoichi Okaniwa 1w ago
I Built an npm Package to Scrape and Slim Down YAML Files
yaml-scraper: an npm package to delete or empty specific keys from YAML files at any depth, built around API Gateway size limits.
Using a Private Registry to Solve Docker Pull Issues with Corporate Proxies
Dev.to · Shoichi Okaniwa 1w ago
Using a Private Registry to Solve Docker Pull Issues with Corporate Proxies
Learn to use a Private Docker Registry to overcome download failures due to corporate proxy restrictions on docker pull.
[LeapMotion + UniRx] Moving a Camera with Hand Gestures: Two-Hand Edition
Dev.to · Shoichi Okaniwa 2w ago
[LeapMotion + UniRx] Moving a Camera with Hand Gestures: Two-Hand Edition
Extend Leap Motion camera control to two hands — implementing scale, rotation, and translation using UniRx reactive streams in Unity.
How to Get the Caller's Filename in Node.js
Dev.to · Shoichi Okaniwa 2w ago
How to Get the Caller's Filename in Node.js
How to get the calling file's filename inside a Node.js function using the Error stack trace, with no third-party packages.
[LeapMotion + UniRx] Moving a Camera with Hand Gestures
Dev.to · Shoichi Okaniwa 2w ago
[LeapMotion + UniRx] Moving a Camera with Hand Gestures
Introduction I wanted to find a way to move the Main Camera in Unity when the only...
My Study Notes on Convolutional Neural Networks (CNN)
Dev.to · Shoichi Okaniwa 2w ago
My Study Notes on Convolutional Neural Networks (CNN)
Introduction I studied CNN (Convolutional Neural Network) in deep learning, and I'm...
I Encountered an Amazing switch Statement
Dev.to · Shoichi Okaniwa 2w ago
I Encountered an Amazing switch Statement
I Encountered an Amazing switch Statement While working on a Java refactoring project, I...
Parsing and Serializing YAML in Go Without Struct Definitions
Dev.to · Shoichi Okaniwa 2w ago
Parsing and Serializing YAML in Go Without Struct Definitions
Introduction I wanted to parse YAML and convert it back to a string in Go, but I couldn't...
How to Get Accurate Recording Duration from Unity's Microphone
Dev.to · Shoichi Okaniwa 2w ago
How to Get Accurate Recording Duration from Unity's Microphone
Introduction I was building a voice recording feature using a smartphone microphone in...