I made an online “museum” of every website I’ve ever made that I could find the source code to: https://jake.museum
Nice memory lane! I like the color combos you use, especially the first site. I've this in the corridor in my house, with flyers and other visual designs I made back in the day. I always look at it and realize I was less skillful then, but still care about the same underlying concepts. By the way, your RSS feed gives an error. Now I can't get updates from your interesting blog posts.
Ask HN: Publish old projects even though the source code embarrasses you by now?
31–40 of 72 posts
Re: Ask HN: Publish old projects even though the source code embarrasses you by now?
#32Recently I dug out the source code for a game a friend and myself made in school in 1997. It was amazing to compile it, which it did flawlessly in a DOS/Turbo Pascal emulation. Playing it with my kids was an amazing experience. The code is definitely something I would be embarassed about from a readability/maintenance standpoint today. But on the other hand it can play back video on a 80286 processor :) And I believe…
I guess I should add screenshots.
Re: Ask HN: Publish old projects even though the source code embarrasses you by now?
#33Game development, in particular, is notorious for clever hacks that POKE into registers that elegant code and high-level languages otherwise would not touch.
Re: Ask HN: Publish old projects even though the source code embarrasses you by now?
#34I have my earliest programs on 5.25" disks at home which are probably too damaged to read from but which I've never even been able to try since i don't have access to a drive anymore. If i could, I'd put my earliest BASIC programs on GitHub.
Re: Ask HN: Publish old projects even though the source code embarrasses you by now?
#35Re: Ask HN: Publish old projects even though the source code embarrasses you by now?
#36The only thing that would embarrass me is the number of things I start and never finish.
As far as suggestions for improvement, I'd be happy for any. But I understand the reluctance of the OP. This is a little like my impression of code reviews. That's like standing in front of your coworkers, naked, and asking them to point out any "opportunities for improvement" with your body. I wonder if there is a strategy for code reviews that avoids this.
(HankB on Github (for anyone curious.)
Re: Ask HN: Publish old projects even though the source code embarrasses you by now?
#37If someone is rude enough to complain, they are not worth your while.
Re: Ask HN: Publish old projects even though the source code embarrasses you by now?
#38It "turns your Mac into a $2,000 alarm clock."
I originally made it because I had endless amounts of trouble waking up for my morning classes in college, and found that the only alarm that could get me up was a subwoofer right underneath my bed. So I hooked a 2.1 speaker system up to my Mac, wrote a little app to start playing an iTunes playlist at a particular time, and ended up productizing it.
It was never a huge commercial success; I think the best I ever did with it was about $2,000 in sales one month after Apple featured it in a newsletter (different times!), but it taught me several important lessons about building a commercial software product that still guide me today.
Enjoy checking out my super janky code!
Re: Ask HN: Publish old projects even though the source code embarrasses you by now?
#39I just published the source code for the first app I ever built, all the way back in 2003: https://github.com/aaronbrethorst/irooster It "turns your Mac into a $2,000 alarm clock." I originally made it because I had endless amounts of trouble waking up for my morning classes in college, and found that the only alarm that could get me up was a subwoofer right underneath my bed. So I hooked a 2.1 speaker system up to m…
Re: Ask HN: Publish old projects even though the source code embarrasses you by now?
#40I just published the source code for the first app I ever built, all the way back in 2003: https://github.com/aaronbrethorst/irooster It "turns your Mac into a $2,000 alarm clock." I originally made it because I had endless amounts of trouble waking up for my morning classes in college, and found that the only alarm that could get me up was a subwoofer right underneath my bed. So I hooked a 2.1 speaker system up to m…
That's a great idea with the subwoofer. I slept straight through my digital alarm the other day. What wakes you up now?