7 天前 https://fixupx.com/deronin_/status/2095180126359105955#TIL #EE 📰 Article • FixupX How to become a Robotics Engineer in 6 months (RESOURCES) Robotics is the least crowded high-value skill in tech right now The problem is that almost nobody knows where to start, because the field looks like five fields stacked on top of each other Some
00:02 · 2026年8月30日 · 周日 https://x.com/andrewyng/status/2093388974194872781#TIL X (formerly Twitter) Andrew Ng (@AndrewYNg) on X AI Engineering Skills Map: Software engineering fundamentals
10:42 · 2026年8月28日 · 周五 https://endler.dev/2026/advice-to-young-developers/#TIL #Blog endler.dev Advice to Young Developers Someone recently asked me what advice I’d give …
17:02 · 2026年8月21日 · 周五 “Code was never the hard part” is an insult to all programmers #Blog #TIL #AI Senko Rašić "Code was never the hard part" is an insult to all programmers — Senko Rašić The software development profession is in the midst of upheaval. Nobody knows how the AI revolution will play out in the end, but it is c...
20:19 · 2026年7月10日 · 周五 (绝大多数)消费者只喜欢消磨时间,不喜欢节省时间https://www.ruanyifeng.com/blog/2026/07/weekly-issue-403.html#TIL
11:34 · 2026年6月14日 · 周日 https://www.frankk.site/blog/systematic-self-iteration/#Blog #TIL Frank 如何系统化地迭代自己 Karpathy 讲如何成为专家、费曼讲如何检验真懂,本质是同一件事:用输出检验输入。这篇把「先做项目、再补理论、只跟过去的自己比」这套方法对应到神经网络的训练循环——Forward 是先动手,Loss 是和理想结果的差距,Backward 加梯度下降是复盘改进。人和网络最大的不同是面对大 Loss 会痛,所以关键是把「批判行为」和「否定价值」拆开:梯度下降只更新参数(行为、技能),别去炸掉架构(你是谁)。最后两个技巧:把错误序列化地写下来,然后立刻进入下一轮,别反复 Backward 同一个样本而过拟合。