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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What is an interesting thing you created that you are still proud of?

8 点作者 newsoul超过 2 年前
However small or insignificant it may be to the outer world, all that matters is that you love it and are proud of it.

4 条评论

mikewarot超过 2 年前
I wrote a multitasking (cooperative) unit for Turbo Pascal 4 under MS-DOS.[1]<p>Eventually, I could even pipe text between cooperative tasks.<p>[1] <a href="https:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;20220917140844&#x2F;http:&#x2F;&#x2F;swag.outpostbbs.net&#x2F;MISC&#x2F;0153.PAS.html" rel="nofollow">https:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;20220917140844&#x2F;http:&#x2F;&#x2F;swag.outpo...</a>
wrbl超过 2 年前
I really like my floating package for Flutter <a href="https:&#x2F;&#x2F;pub.dev&#x2F;packages&#x2F;floating" rel="nofollow">https:&#x2F;&#x2F;pub.dev&#x2F;packages&#x2F;floating</a> . It’s very niche as it works only for Android and there’re not so many apps that can use it in a meaningful way yet I like the effect so much that I have to force myself to NOT include it in every app that I write.
评论 #32875623 未加载
brudgers超过 2 年前
The Kludgeomatic.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;brudgers&#x2F;VectorScriptTools&#x2F;tree&#x2F;master&#x2F;KludgeOmatic" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;brudgers&#x2F;VectorScriptTools&#x2F;tree&#x2F;master&#x2F;Kl...</a><p>Vectorworks 2008 was scripted in a Pacal variant that required compiling. Creating a script required many &quot;bureaucratic&quot; operations.<p>More bureaucracy to load the script to test it.<p>Looking back, I think in all seriousness that punchcards were the point of reference for the programmers who came up with it...that the development tooling was designed to digitalize a punchcard workflow.<p>Coming from Autocad, I wanted a scripting workflow that looked like its. Put a list of commands in a text file and they would be run through in order.<p>That&#x27;s the background...well that and the sub-prime mortgage meltdown bringing about a future with no work -- be careful what you ask for.<p>The Vectorscript documentation allowed scripting Vectorworks &quot;tables&quot; -- a spreadsheet like data structure.<p>Vectorscript also had an evil...I mean eval. [1]<p>Thus, Kludgeomatic.<p>From within the drawing I could open one those internal &quot;spreadsheets&quot; and create an ordered list of API calls to Vectorworks commands, and run that list with the click of a button.<p>Since the spreadsheet was a drawing object, it would be saved with the drawing and could be externalized into a library like an other drawing object for use in other projects.<p>I thought I was on the road to fame and fortune.<p>I was wrong about that, but it is still really cool.<p>[1] Later I wrote a script that could execute arbitrary code the users computer. Digitalized punch cards, like I said.
prirun超过 2 年前
Emulator for a Prime minicomputer system from the late 70&#x27;s to early 90&#x27;s:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;prirun&#x2F;p50em" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;prirun&#x2F;p50em</a>