拥抱AI时代 Embrace the AI Era
GumpAI · 技术与人生 GumpAI · Tech & Life
见证技术变革,思考AI人生 Witness tech change. Reflect on life with AI.
这里是耿泽浩的 GumpAI:记录技术实践,也留下对 AI 时代的观察与思考——从工具到方法,从项目到人生。 This is Zehao Geng's GumpAI: practice notes and reflections on the AI era—from tools and methods to projects and life.
Writings
近期笔记 Recent notes
从终端复用、比赛复盘到爬虫与验证码——按时间排列的实践记录。 From terminal multiplexing and contest write-ups to crawlers and captchas—practice notes in chronological order.
拥抱AI时代Embracing the AI Era
专业可以跨界,但底子不能丢。从工具到基础设施,从产业竞争到用、做、想——写下我对拥抱AI时代的判断。You can change fields, but not abandon the foundation. From tools to infrastructure, from industry competition to use–build–think—why embracing the AI era matters.
Tmux的基本使用Getting Started with Tmux
Tmux是一个优秀的终端复用软件,可以在一个终端窗口中运行多个终端会话,并支持后台运行与按需接入。Tmux is a terminal multiplexer for running multiple sessions in one window, with detach/reattach when you need it.
住房月租金预测大数据赛总结Rental Price Prediction Contest Write-up
第一次参加数据分析比赛的复盘:流程、收获,以及改进后在 A 榜冲到第 3 名的模型尝试。A first data contest retrospective: the pipeline, lessons learned, and a model that later reached 3rd on leaderboard A.
成功解决在hexo中无法显示数学公式的问题Fixing Math Rendering in Hexo
Hexo 默认渲染数学公式容易出错;更换 Markdown 引擎并完成配置后恢复正常显示。Default Hexo math rendering often breaks; switching the Markdown engine and config fixed the formulas.
破解含语序问题的点击验证码Cracking Sequence Click Captchas
针对按语序点选汉字的验证码:YOLO 定位、切割、分类识别,再组成点击序列。For Chinese click-captchas in reading order: YOLO detection, cropping, classification, then building the click sequence.