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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What are your "oh wow, that's useful" tricks and tools?

1 点作者 pathdependent将近 11 年前
For example, I remember thinking "awesome!" when I stumbled upon `git stash` and `tee`. I'd like to know if there are any useful tricks I'm missing, so I'm asking HN for a sample.

1 comment

dragonbonheur将近 11 年前
AutoIt. The things one can do with it, while keeping code small are almost unbelievable.<p>Here is a script I wrote to get (some) images from Reddit. It was written for my own use, so the UI and error checking are not ideal. You just paste the subreddit URL you want to scrape from, chose the number of images, close the listview, choose the destination directory and wait till the program exits. <a href="http://pastebin.com/mzrqn4gj" rel="nofollow">http:&#x2F;&#x2F;pastebin.com&#x2F;mzrqn4gj</a>