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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What's one of your favorite personal programs, and why?

12 点作者 h0ldnack将近 3 年前
I have a python script that uses my phone's haptic motor to produce morse code. Its not at all important, but it feels cool to be able to read a notification covertly. So what are some of your favorite programs like this?

10 条评论

MilnerRoute将近 3 年前
My local newspaper publishes a puzzle called &quot;The Challenger&quot; (where you guess what numbers in a 4 x 4 grid will add up to the totals at the end of each row and column). It frustrated me because there&#x27;s no one right answer -- you were just supposed to start guessing numbers until you stumbled onto a sequence that worked.<p>So I wrote a nice elegant program that crunched through every possibility (using 12 nested loops), eventually spitting out solution after solution after solution. The first time it produced a valid solution, I was thrilled -- and from then on I felt like I&#x27;d already somehow solved all the puzzles in advance.
评论 #32309409 未加载
评论 #32303305 未加载
评论 #32300287 未加载
nonrandomstring将近 3 年前
Until iodine hit the scene I had my own DNS tunneller that could get a short &quot;Sorry honey I&#x27;ll be late home for tea&quot; message out in situations where a nearby WiFi network would relay a DNS request.
altilunium将近 3 年前
I wrote my own web-based &quot;scratch notes&quot; program to aid my daily research activity with tons of quality of life features suited to my own workflow (autosave, autoscroll while typing, image paste, ergonomic fonts).<p>I have been using it everyday since i first developed it in 2018.
eyelidlessness将近 3 年前
I wrote a program to implement a half-QWERTY keyboard on a full-QWERTY keyboard (holding the space bar horizontally flips the keyboard layout) while I was recovering from a serious bike accident and didn’t have any use of my left hand for several weeks. It was my first time writing a Mac app and my first&#x2F;last in ObjC. I built it so I could work more efficiently while I was injured, and because I needed to work.<p>I didn’t release it to the public because:<p>1. It very probably would violate patent law, and I don’t want to find out.<p>2. It was extremely crashy, probably because I was more concerned about making something kinda work than learning memory management. (The only change I made restarted it when it crashed.)
mcintyre1994将近 3 年前
I have an iOS shortcut that automatically re-builds and re-deploys a static site on Vercel at the start of every month. The site includes stats&#x2F;visualisations for the current month, so the code finds the current month at build time and I just re-build it once a month. Completely unnecessary but it&#x27;s pretty cool seeing that notification that my phone just re-deployed it for me :)
评论 #32316801 未加载
snet0将近 3 年前
Unsatisfied with built-in folder-based bookmarks, I made a tiny site in Flask where I could add links, along with comments and tags. I can then search any of these fields. I&#x27;m sure it exists somewhere, but it was a nice learning experience and I use it an awful lot. It&#x27;s quite satisfying to see my &quot;library&quot; grow.
评论 #32301459 未加载
neilsimp1将近 3 年前
My `cfg` script, which is bash script that wraps around GNU Stow and lets me<p>`cfg pull` - pull latest git repo and apply via `stow`<p>`cfg push` - push local config changes to git server<p>`cfg apply` - apply local changes with `stow`<p>There are a few other commands too but I don&#x27;t use them often. This simple script + repo lets me manage my dotfiles across ~7 machines
e_i_pi_2将近 3 年前
I have two I run most days:<p>- A `daily` script that creates a daily notes markdown file with the current date and pulls in the tasks from the previous day of notes<p>- A `config` script that tweaks some files for a local development environment so I don&#x27;t need to worry about using `git stash` for the things I always change the same way
livinglist将近 3 年前
I have been working on a Hacker News client app that can notify you when there’s a new reply to your post. Been using it daily rn.
tpoacher将近 3 年前
gless: <a href="https:&#x2F;&#x2F;github.com&#x2F;tpapastylianou&#x2F;gless" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;tpapastylianou&#x2F;gless</a><p>it&#x27;s such a tiny thing, but I can&#x27;t imagine not having it on my machine. It&#x27;s one of the first things i always download on a new system.<p>PS. The morse thing sounds cool! Care to share?
评论 #32302071 未加载