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.

Ask HN: What program are you most proud of making?

15 pointsby lavpabout 5 years ago
Inspired by a reddit post (https:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;learnprogramming&#x2F;comments&#x2F;g86t0t&#x2F;the_first_program_i_ever_felt_proud_of&#x2F;), I wanted to ask you guys what program you are proudest of making. It could be a very recent complex program, or one that you did fairly early in your coding careers.<p>I remember when I was a teenager starting off programming and I wanted to create a sudoku brute force solver as a teenager. Learning and seeing recursion in action for the first time had me in absolute awe. I had great pleasure when it finally worked.

8 comments

eivarvabout 5 years ago
Cleave, an application that lets users persist OS state as a &quot;context&quot; - saving and loading open applications, their windows, tabs, open files&#x2F;documents and so on. Started because of frequent multitasking heavy work with limited resources.<p>Made it because I wanted to switch between studying, working, reading, looking for an apartment, etc. without manually managing all states or consuming all resources.<p>Open Beta (macOS) as soon as I finish license verification and delta updates, but I keep getting sidetracked by work and other stuff :P<p><a href="https:&#x2F;&#x2F;cleave.app" rel="nofollow">https:&#x2F;&#x2F;cleave.app</a>
评论 #23016144 未加载
评论 #23000798 未加载
DarrenDevabout 5 years ago
SmartEdit Writer (<a href="https:&#x2F;&#x2F;www.smart-edit.com&#x2F;Writer&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.smart-edit.com&#x2F;Writer&#x2F;</a>). It never worked out for me as a commercial app, but it&#x27;s got a dedicated user base who love it, and it fills a real need amongst creative writers.<p>It&#x27;s 100% what it needs to be for its niche set of users: creative writers, Windows desktop users, simple to use, organising, planning, writing, editing (the editing part is unique).<p>I love the app. Use it all the time myself. It has 1000s of users and almost no support issues. Best thing I&#x27;ve ever built.
评论 #22992603 未加载
bexsellaabout 5 years ago
My program went nowhere, by design. But after a few weeks on a &#x27;new&#x27; project using ClearCase and ClearQuest (circa 2017), I was so frustrated with the archaic and painfully bureaucratic system that I decided there was nothing worse, and that to feel better about using it, there had to be something worse. So I made a project management system from scratch to be needlessly bureaucratic. Absolutely everything required approval from a designated project leader.<p>Want to check something out? You need to wait for approval. Want to check something in? You need to wait for approval? Has someone checked out something that you also need to check out? You need approval twice. Each approval request required a note and priority. It was fiendish.<p>It was great fun to get started and have this centralised system in place that worked just like I had envisioned. I stopped after a while because I rotated off that project, and was more than happy to see the back of ClearCase and ClearQuest. I should upload the source at some point.
brettkromkampabout 5 years ago
Contextualise (<a href="https:&#x2F;&#x2F;contextualise.dev&#x2F;" rel="nofollow">https:&#x2F;&#x2F;contextualise.dev&#x2F;</a>). Been working on semantic knowledge management applications for years and this application is the culmination of that effort (and, still far from perfect and still unfinished, for that matter). But still... satisfied all the same.
jjjbokmaabout 5 years ago
Most recent project is a static blog generator which I wrote in both Perl and Python. For an example see <a href="https:&#x2F;&#x2F;plurrrr.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;plurrrr.com&#x2F;</a><p>Source is available at <a href="https:&#x2F;&#x2F;github.com&#x2F;john-bokma&#x2F;tumblelog" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;john-bokma&#x2F;tumblelog</a>
poletopoleabout 5 years ago
I made a scrappy program (bash&#x2F;java&#x2F;sqlite) for my first real job as an adult back when I was in my early twenties that actually was a data entry job. It only took a weekend to make and I ended up fully automating my work and then I quit.
soulchild37about 5 years ago
<a href="https:&#x2F;&#x2F;pushever.app" rel="nofollow">https:&#x2F;&#x2F;pushever.app</a> , read a lot on how pkcs container works and some cryptography algorithm
giantg2about 5 years ago
I taught myself Android while in college and created a calculator for alcohol needed at a party based on reversing the BAC formula.