TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

120 pointsby dshackerover 3 years ago

11 comments

brundolfover 3 years ago
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 未加载
pottertheotterover 3 years ago
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 未加载
dshackerover 3 years ago
Thank you HN for being so valuable &lt;3 It is truly a gold mine what I find in this website every day.
exdsqover 3 years ago
Bash. being good at bash will save you hundreds of hours in your career.
评论 #30317511 未加载
评论 #30317433 未加载
lioetersover 3 years ago
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 未加载
sgcover 3 years ago
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 未加载
eliteplebover 3 years ago
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 未加载
DoctorOWover 3 years ago
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 未加载
blamazonover 3 years ago
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 未加载
contingenciesover 3 years ago
<p><pre><code> - Regular expressions - vim - sed - imagemagick&#x27;s convert&#x2F;mogrify</code></pre>
rajishxover 3 years ago
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