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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Programs that have saved Hacker News 100+ hours by automating repetitive tasks

120 点作者 dshacker超过 3 年前

11 条评论

brundolf超过 3 年前
When I was in college, our online class registration process for each semester was very crude<p>When the time of year came, you&#x27;d be put into a group. Groups would be staggered across a series of days so as not to overwhelm the system. Very early on your group&#x27;s morning (like 5am I think?), the floodgates would open and it was a mad (online) dash to grab slots so that you could hopefully get good times (avoiding 8am&#x27;s, etc, or at least getting the credits you needed!). This all happened through a web portal, and in a matter of minutes you could miss your chance for some of the more popular classes. It was like trying to buy a PS5.<p>To go more quickly, you could type in an exact course number instead of browsing through the listings. So people would look up the numbers for the courses they wanted ahead of time (as well as for some backups, in case one or two of them filled up).<p>Well, I learned about AutoHotKey from another student. I hardcoded each of my F-keys to type in the course IDs on my list so I could fill them out rapidly, and was fairly successful getting the classes I wanted :)
评论 #30317348 未加载
评论 #30317959 未加载
pottertheotter超过 3 年前
The title is a bit confusing. It should says “programs that have saved Hacker News users 100+ hours”. I thought it was going to be about programs that people like dang at Y Combinator use in running Hacker News.
评论 #30317396 未加载
dshacker超过 3 年前
Thank you HN for being so valuable &lt;3 It is truly a gold mine what I find in this website every day.
exdsq超过 3 年前
Bash. being good at bash will save you hundreds of hours in your career.
评论 #30317511 未加载
评论 #30317433 未加载
lioeters超过 3 年前
Note that Spectacle for macOS is no longer being maintained.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;eczarny&#x2F;spectacle#important-note" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;eczarny&#x2F;spectacle#important-note</a><p>A common alternative mentioned is Rectangle.<p><a href="https:&#x2F;&#x2F;rectangleapp.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;rectangleapp.com&#x2F;</a>
评论 #30318922 未加载
评论 #30319188 未加载
评论 #30317423 未加载
sgc超过 3 年前
Is there anything like AutoHotKey for Linux (Debian&#x2F;Ubuntu)? It&#x27;s the thing I miss the most from using Windows.
评论 #30317413 未加载
评论 #30317527 未加载
评论 #30317603 未加载
elitepleb超过 3 年前
For me it&#x27;s (sikulix)[<a href="http:&#x2F;&#x2F;sikulix.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;sikulix.com&#x2F;</a>]<p>An underappreciated amalgamation of java robot, opencv and Jython has literally automated away thousands of inane man hours for me and some clients.
评论 #30317427 未加载
DoctorOW超过 3 年前
Surprised to see PowerTools but not ShareX. Originally a screenshotitng tool that is now somewhat of a more advanced Powertools. For instance, if I&#x27;m putting together product documentation I can take a screenshot of a specific window&#x2F;region, save it to my hard drive, upload the resulting file to S3&#x2F;B2&#x2F;FTP, and get the resulting link copied to my clipboard using a single keyboard shortcut. One of the features I use often is the ability to grab a region of my screen and use OCR to convert it into copy&#x2F;pastable text.
评论 #30318857 未加载
评论 #30320678 未加载
评论 #30317627 未加载
blamazon超过 3 年前
If you work with web applications repetitively in your work, a browser scripting platform like Selenium can be super powerful and Selenium is easy to work with in Python.
评论 #30317430 未加载
评论 #30317409 未加载
contingencies超过 3 年前
<p><pre><code> - Regular expressions - vim - sed - imagemagick&#x27;s convert&#x2F;mogrify</code></pre>
rajishx超过 3 年前
it&#x27;s interesting that linux&#x2F;unices is not listed because it is in my opinion the best place to automate repetitive tasks. now it may not be GUI intuituive