DealForge autonomously sources, scores, and writes investment memos on venture deals. Stop manually hunting.
1,180+ deals tracked · 22 AI investment memos · Updated daily
Show HN: Code garden deep-dive: my Forth C64 tetromino game
(The article is permalinked to a tag, for latest:)<p>Deep-dive: <a href="https://github.com/ekipan/sss/blob/main/Design.md" rel="nofollow">https://github.com/ekipan/sss/blob/main/Design.md</a><p>Repo front page: <a href="https://github.com/ekipan/sss" rel="nofollow">https://github.com/ekipan/sss</a><p>The <i>Silent Soviet Stacker</i> is, in order:<p><pre><code> 1. A tinker-toybox I wrote and pick at to relax. 2. A technical deep-dive writeup, showing Forth by example. 3. A game that works and you can play. </code></pre> <i>Try it</i> (<5 minutes):<p><pre><code> 1. C64 emulator [1] 2. Load durexforth cart [2] 3. Copy [3] contents to clipboard 4. Edit > Paste in VICE. 5. Type `help` then `new`. </code></pre> [1]: <a href="https://vice-emu.sourceforge.io/" rel="nofollow">https://vice-emu.sourceforge.io/</a><p>[2]: <a href="https://github.com/jkotlinski/durexforth/releases" rel="nofollow">https://github.com/jkotlinski/durexforth/releases</a><p>[3]: <a href="https://github.com/ekipan/sss/blob/share-hn/sss.fs" rel="nofollow">https://github.com/ekipan/sss/blob/share-hn/sss.fs</a><p><pre><code> $ wc README.md Design.md Tinkering.md 90 445 2928 README.md 823 4863 27985 Design.md 182 1029 6512 Tinkering.md 1095 6337 37425 total $ wc sss.fs # docs-to-code ratio >4:1! 284 1997 8680 sss.fs</code></pre>
This is a hobbyist open-source project for retro-computing enthusiasts rather than a commercial startup. While it demonstrates high technical proficiency in low-level programming and documentation, it lacks a business model, market scalability, and any intent for commercialization.