Standard Post with Image

Rust vs Python: เลือกภาษาให้เหมาะกับระบบในยุค AI และระบบขนาดใหญ่

แนวคิดการออกแบบของภาษา Python: เร็ว ยืดหยุ่น เหมาะกับการลองผิดลองถูก Python ถูกออกแบบมาเพื่อให้มนุษย์เขียนโค้ดได้เร็ว: ไวยากรณ์อ่านง่าย โค้ดสั้น ไลบรารีจำนวนมาก เหมาะมากกับ: การทำ MVP งานที่ requirement เปลี่ยนบ่อย งาน AI / Data / Automation Rust: ถูกต้อง ปลอดภัย และเสถียรในระยะยาว Rust ถูกออกแบบมาเพื่อระบบที่ “พังไม่ได้”: ตรวจสอบ memory ตั้งแต่ compile time ไม่มี garbage collector ป้องกัน data race โดยอัตโนมัติ

Read More
Standard Post with Image

Rust vs Python: Choosing the Right Tool in the AI & Systems Era

In today’s software landscape, one of the most common (and most misunderstood) questions is: Should we use Rust or Python? The honest answer is not either/or — it’s about using the right tool for the right layer of the system. This article explains the real differences, trade-offs, and how modern teams combine Rust and Python […]

Read More
Standard Post with Image

在 React Native 与移动应用中使用 ONNX 模型的方法

ONNX(Open Neural Network Exchange)是一种通用的机器学习模型格式,支持 一次训练,多端部署。通过 ONNX,可以将使用 PyTorch、TensorFlow 训练的模型,高效地运行在 Android、iOS 以及 React Native、Flutter 等跨平台移动框架 上。 本文以 React Native 为核心,系统性介绍如何在移动端使用 ONNX,并进一步说明 端侧 AI(On-device AI) 与 本地大模型(Local LLM) 在实际业务中的价值。

Read More
Standard Post with Image

React Native およびモバイルアプリで ONNX モデルを活用する方法

ONNX(Open Neural Network Exchange)は、機械学習モデルを 一度学習し、複数の環境で再利用 できるフォーマットです。PyTorch や TensorFlow で学習したモデルを、Android / iOS / React Native / Flutter などのモバイル環境へ効率的に展開できます。 本記事では、React Native での ONNX 利用 を中心に、オンデバイス AI や Local LLM をモバイルアプリに組み込むための考え方と実践ポイントを解説します。

Read More
Standard Post with Image

วิธีใช้งานโมเดล ONNX ใน React Native และ Mobile App Framework อื่น ๆ

ONNX (Open Neural Network Exchange) เป็นฟอร์แมตที่เหมาะมากสำหรับการนำ Machine Learning ไปใช้งานบนอุปกรณ์มือถือ เพราะสามารถเทรนครั้งเดียว แล้วนำไปใช้งานได้ทั้งบน Android, iOS และ framework ข้ามแพลตฟอร์ม เช่น React Native และ Flutter บทความนี้อธิบายแนวคิดและแนวปฏิบัติในการใช้งาน ONNX บน mobile app โดยเน้นที่ React Native เป็นหลัก พร้อมอธิบายการใช้งาน Local LLM บนอุปกรณ์ (on-device) และตัวอย่าง use case ที่ใช้งานได้จริง

Read More
Standard Post with Image

How to Use an ONNX Model in React Native (and Other Mobile App Frameworks)

ONNX (Open Neural Network Exchange) is one of the most practical formats for deploying machine learning models on mobile devices. It allows you to train models once (PyTorch, TensorFlow, etc.) and run them efficiently across Android, iOS, and cross-platform frameworks like React Native and Flutter. This article explains how ONNX inference works on mobile, with […]

Read More
Standard Post with Image

谁动了我的奶酪?

AI时代软件工程师的生存指南 《Who Moved My Cheese?》看起来像一本简单的寓言故事, 但其中的思想,对正在经历 AI 变革的软件工程师来说极其现实。 AI 并不只是让工具更高效, 它实际上 改变了价值所在的位置——也就是“奶酪”被移动了。

Read More
Standard Post with Image

チーズは誰が動かした?

AI時代のソフトウェアエンジニアのための生存ガイド 『Who Moved My Cheese?』は、一見するととてもシンプルな物語です。 しかしそのメッセージは、AI時代を生きるソフトウェアエンジニアにとって非常に現実的です。 AIは単にツールを進化させただけではありません。 チーズ(価値の源泉)を動かしました。

Read More
Standard Post with Image

ใครย้ายชีสของฉันไป?

คู่มือเอาตัวรอดของนักพัฒนาซอฟต์แวร์ในยุค AI หนังสือ Who Moved My Cheese? อาจดูเรียบง่ายจนเหมือนนิทาน แต่บทเรียนของมัน ตรงกับความเป็นจริงของนักพัฒนาซอฟต์แวร์ในยุค AI อย่างน่ากลัว AI ไม่ได้แค่ทำให้เครื่องมือดีขึ้น แต่มันได้ ย้ายชีสไปแล้ว

Read More
Standard Post with Image

Who Moved My Cheese?

A Survival Guide for Software Developers in the AI Era The book Who Moved My Cheese? looks simple—almost childish. But its lesson is brutally relevant for software developers living through the AI era. AI didn’t just improve our tools. It moved the cheese.

Read More