Blog

Articles

Part 3. Build Your Own Real-Time Translator - Ollama, LM Studio, and Home GPU Series
AILLMEdge AIOpen Source

Part 3. Build Your Own Real-Time Translator - Ollama, LM Studio, and Home GPU

Local LLM inference on RTX 3060: Ollama setup and VRAM crash, LM Studio 0.4.0 headless CLI, lock mechanisms for parallel requests, mobile LLM feasibility research, and a guide for adapting to any language pair.

Read more →
Part 2. Build Your Own Real-Time Translator - LLM Streaming for 500ms Series
AILLMStreamingSystem Design

Part 2. Build Your Own Real-Time Translator - LLM Streaming for 500ms

The core implementation: dual prompts for speed vs quality, streaming JSON extraction, debounce logic, and progressive frontend display — with full code.

Read more →
Part 1. Build Your Own Real-Time Translator - Intent-First, Breaking the Silence Series
AITranslationLLMReal-Time

Part 1. Build Your Own Real-Time Translator - Intent-First, Breaking the Silence

Why existing voice translators break conversation flow, and how to set up the foundation for a real-time translator with Deepgram, FastAPI, and WebSocket.

Read more →
Sentiment Analysis with PHP and Twitter API Tutorial
PHPNLPTwitter API

Sentiment Analysis with PHP and Twitter API

Building a dictionary-based sentiment analysis tool that scores Twitter tweets as positive or negative using MeCab morphological analysis and a sentiment polarity dictionary.

Read more →
Part 1: Walking at Home as Virtual Sightseeing — Concept and Step Detection Series
AndroidJavaGoogle MapsSensorsMobile

Part 1: Walking at Home as Virtual Sightseeing — Concept and Step Detection

How I built an Android app that turns stepping in place into a virtual tour through Google Street View — starting with accelerometer-based step detection.

Read more →
Part 2: Gyroscope Navigation, Street View Integration, and the Final Demo Series
AndroidJavaGoogle MapsSensorsMobile

Part 2: Gyroscope Navigation, Street View Integration, and the Final Demo

Adding rotation detection with gyroscope sensors, linking movement to Google Street View navigation, and casting the virtual tour to TV via Chromecast.

Read more →
Setting Up GitHub on Windows Without the Command Line Tutorial
GitGitHubWindows

Setting Up GitHub on Windows Without the Command Line

A beginner-friendly guide to setting up GitHub on Windows using Git for Windows and TortoiseGit — from registration to pull, commit, and push, all through a graphical interface.

Read more →