TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What tools have you written that had a great impact on productivity

2 点作者 mpatobin超过 3 年前
The was a long discussion here[0] about the pros and cons of sharing tools&#x2F;scripts to increase productivity but there weren&#x27;t a lot of people describing what they&#x27;ve created. I thought it would also be a good discussion.<p>What have you created for your self or your team that helped boost productivity by an outsized amount?<p>[0] https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=29486243

2 条评论

billconan超过 3 年前
I developed a node editor that generates state machines in rust to simplify&#x2F;prune abstract syntax trees.<p>It greatly improved my productivity. I can&#x27;t imagine creating a complex state machine in a non-visual way. Code (functions in a source code file) is organized linearly, whereas a state machine is a graph.
ssss11超过 3 年前
When in retail IT I created a script that improved the daily polling processes from hundreds of retail stores to the central system. All I did was make it more resilient to error conditions, and re-poll any error’d stores once.<p>Before: I’d start work and manually fix ~30% of sites which didn’t poll properly<p>After: I’d fix the one or two, usually their link had been down for a while or was still down and I couldn’t get the data anyway. it saved around 60-90 min a day