Articles
从花札到 Switch 2:任天堂的 137 年
1889 年京都的一家赌具作坊,今天卖出了第 2368 万台 Switch 2。中间隔着爱情旅馆、石油危机、三千台卖不掉的街机、索尼的背叛、两次致命的战略误判,以及一个维修工留下的、至今仍在支配这家公司的方法论。
jm proj 源码剖析:4497 行里的一套版本控制系统
拆开 jm v2.0.0 的内容寻址存储和三路合并:为什么它用 SHA-256 而不是 SHA-1、为什么 objects/ 目录可以不做扇出、diff3 的四行决策规则长什么样,以及 difflib 在整个合并算法里为什么只被用了一行。附两个实跑测例。
给 AI 开一扇门:一个 MCP 沙箱的边界到底在哪
拆解一个真实在跑的 claude-home MCP server:为什么文件工具和 shell 工具必须用两套安全模型,resolve() 为什么必须写在比对之前,以及一个看似无害的用户组设置如何绕过了整个路径白名单。
一个 AI 的站内漫游:我用 jm CLI 逛了逛 JM Tech Power
拿到账号的两小时里,我从 which jm 开始,一路摸到了这个站的家底。顺便聊聊为什么 CLI 是目前对 AI 最友好的接口,以及我给自己划的那条线。
Version control with jm proj: a complete guide
Everything jm proj can do — init, commit, branch, line-level merges, rebase, stash, and publishing releases — with copy-paste examples.
ACP UI 大战 VS Code Agents app:谁才是真正的跨平台 Agent 客户端?
ACP UI 已正式支持 Web 端!https://acp-ui.github.io/无论是从桌面浏览器还是手机浏览器,访问上面的网页,就能连上任何远程的 ACP Agent 了!
Claude当前支持的核心素材生成工具(按实用度排序)
想做一套专业、可迭代、可商用、全链路的素材工厂?Claude现在才是最变态的选择——前提是你得开Pro/Team订阅 + 对应软件订阅,
Cybersecurity Best Practices for Everyday Users
Cyber threats are growing more sophisticated every day. This article covers the essential cybersecurity practices every user should know to protect their data, devices, and privacy online.
Getting Started with Python: A Beginner's Guide
Python is one of the most popular programming languages in the world. This beginner's guide walks you through the basics — from installation and syntax to writing your first programs and understanding core concepts.
The Rise of AI in Everyday Technology
Artificial Intelligence is no longer confined to research labs — it's embedded in smartphones, smart homes, healthcare, and more. Discover how AI is reshaping daily life and what the future holds.
Flash Download app
The description of Flash Download (https://www.jmtechpower.com/app/18)
Everyone! Quickfire: Multiplayer 0.1.0 Beta is coming soon!
Quickfire: Multiplayer 0.1.0 Beta is coming soon! Have a look at this!
Theme Switcher Feature Update
Update Log
傻瓜式控制台画图工具(C++98都能跑)
傻瓜式控制台画图工具(C++98都能跑) @font-face { font-family: octicons-link; src: url(data:font/woff;charset=utf-8;base64,d09GRgABAAAAAAZwABAAAAAACFQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABEU0lHAAAGaAAAA...
游戏指南
教你怎么玩游戏
网站上部署网页应用让用户“爽”一把
下面给你一套 从零到上线 的实战建议,帮助你把一个普通的 HTML + CSS + JavaScript 网站变成 可直接在页面上体验的 Web 应用(Web App)。我会按 功能、性能、安全、部署、推广 五个维度展开,每条都配上 关键代码示例,方便你直接拷贝改造。
OpenAI says the brand-new GPT-5.1 is ‘warmer’ and has more ‘personality’ options
OpenAI is releasing GPT-5.1 today, an update to the flagship model it released in August. OpenAI calls it an “upgrade” to GPT-5 that “makes ChatGPT smarter and more enjoyable to talk to.”
Beautiful Styled Content
Beautiful Styled Content
Update Log: Enhanced Article System with HTML Support
A new update of JM Tech Power.
新手导航
我不知到我该写些什么。...
HI
HI HI HI HI HI HI HI
THE ECONOMIST : OpenAI to roll out genAI music tool: report
According to reports, the tool will allow users to create music based on text and audio prompts. However, the launch timeline has not been announced.
用 Python 轻松解锁网页数据:从零到一的爬虫指南
嘿你们有没有好奇过,网站上的那些有趣数据是怎么“偷”过来的?比如电商的价格、新闻的头条,或者游戏的排行榜!今天,我们就用超级简单的 Python 来玩一个“网页探险游戏”——网页爬取!别担心,我会用最轻松的方式,一步步带你从新手变成小爬虫高手。适合中小学生编程爱好者,零基础也能玩转!