แนวคิดการออกแบบของภาษา Python: เร็ว ยืดหยุ่น เหมาะกับการลองผิดลองถูก Python ถูกออกแบบมาเพื่อให้มนุษย์เขียนโค้ดได้เร็ว: ไวยากรณ์อ่านง่าย โค้ดสั้น ไลบรารีจำนวนมาก เหมาะมากกับ: การทำ MVP งานที่ requirement เปลี่ยนบ่อย งาน AI / Data / Automation Rust: ถูกต้อง ปลอดภัย และเสถียรในระยะยาว Rust ถูกออกแบบมาเพื่อระบบที่ “พังไม่ได้”: ตรวจสอบ memory ตั้งแต่ compile time ไม่มี garbage collector ป้องกัน data race โดยอัตโนมัติ
Read MoreIn 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 MoreONNX(Open Neural Network Exchange)是一种通用的机器学习模型格式,支持 一次训练,多端部署。通过 ONNX,可以将使用 PyTorch、TensorFlow 训练的模型,高效地运行在 Android、iOS 以及 React Native、Flutter 等跨平台移动框架 上。 本文以 React Native 为核心,系统性介绍如何在移动端使用 ONNX,并进一步说明 端侧 AI(On-device AI) 与 本地大模型(Local LLM) 在实际业务中的价值。
Read MoreONNX(Open Neural Network Exchange)は、機械学習モデルを 一度学習し、複数の環境で再利用 できるフォーマットです。PyTorch や TensorFlow で学習したモデルを、Android / iOS / React Native / Flutter などのモバイル環境へ効率的に展開できます。 本記事では、React Native での ONNX 利用 を中心に、オンデバイス AI や Local LLM をモバイルアプリに組み込むための考え方と実践ポイントを解説します。
Read MoreONNX (Open Neural Network Exchange) เป็นฟอร์แมตที่เหมาะมากสำหรับการนำ Machine Learning ไปใช้งานบนอุปกรณ์มือถือ เพราะสามารถเทรนครั้งเดียว แล้วนำไปใช้งานได้ทั้งบน Android, iOS และ framework ข้ามแพลตฟอร์ม เช่น React Native และ Flutter บทความนี้อธิบายแนวคิดและแนวปฏิบัติในการใช้งาน ONNX บน mobile app โดยเน้นที่ React Native เป็นหลัก พร้อมอธิบายการใช้งาน Local LLM บนอุปกรณ์ (on-device) และตัวอย่าง use case ที่ใช้งานได้จริง
Read MoreONNX (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 MoreAI時代のソフトウェアエンジニアのための生存ガイド 『Who Moved My Cheese?』は、一見するととてもシンプルな物語です。 しかしそのメッセージは、AI時代を生きるソフトウェアエンジニアにとって非常に現実的です。 AIは単にツールを進化させただけではありません。 チーズ(価値の源泉)を動かしました。
Read Moreคู่มือเอาตัวรอดของนักพัฒนาซอฟต์แวร์ในยุค AI หนังสือ Who Moved My Cheese? อาจดูเรียบง่ายจนเหมือนนิทาน แต่บทเรียนของมัน ตรงกับความเป็นจริงของนักพัฒนาซอฟต์แวร์ในยุค AI อย่างน่ากลัว AI ไม่ได้แค่ทำให้เครื่องมือดีขึ้น แต่มันได้ ย้ายชีสไปแล้ว
Read MoreA 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


