Ask HN: Things you created in 2015?
31–38 of 38 posts
Re: Ask HN: Things you created in 2015?
#32Re: Ask HN: Things you created in 2015?
#33Here's a brief demo clip. (Feel free to ignore the BG music; it's not directly related to the actions demonstrated in the video. I still have some editing to do.) https://www.youtube.com/watch?v=cS4-Qho6Log
I'm very proud of what I accomplished with this app, but I'm also ashamed of how long it took me. The app was first conceived several years ago, and the first serious commits were made early last year. Throughout 2014 and 2015, I spent far too much time slacking off and avoiding work (though admittedly I was travelling for a large part of it); my savings cushion prevented me from seriously worrying about deadlines. As a result, about half the work for this project was done in the last few months. I could have finished this project in half a year at most, and it kills me to think of all that time wasted. (I didn't have any other work during this time, though I did release a couple of small side projects.)
I'm also worried about whether anyone will actually find this app useful. I built it mostly for myself, and in using it, I've been finding that I can suddenly write music a lot more easily than ever before. On the other hand, it's missing most of the power features musicians expect from their music software. There's no Audiobus support; no MIDI in or out (largely due to the hacks required to get per-note pitch bending working); not even export at the moment, though I intend to add MP3 export ASAP. The samples are pretty generic MIDI sounds. It's intended to be a musical notepad, not a tool to create production-grade music, and I fear that might be too small of a niche.
In any case, even if it doesn't make me a ton of money, I'm elated that I created something that didn't exist in the world before. This is the first tool in my life that's precisely tailored to my needs. It's going to grow with me as I get new ideas. It's going to be used to write music that I could never write before. Already I have a feature list several dozen items long for the next few versions! Through this project, I've also — finally — proven to myself that I could design and build a fairly complicated app almost from scratch. I look forward to what I can do with this new-found confidence in the coming year!
Re: Ask HN: Things you created in 2015?
#34Re: Ask HN: Things you created in 2015?
#35All content is provided by the users, so not a loot of content yet, but hopefully it will catch on, got a long way to go here.
My first site actually launched, so kinda proud of getting it out there. So much more work than expected when starting up.
Entire site is created on a JS stack with React on the client and node on the backend.
Re: Ask HN: Things you created in 2015?
#36A minimal drawing application, my first foray into html5 canvas - http://andela-unkwocha.github.io/canvas-project/
AngularJS todo list - http://andela-unkwocha.github.io/Calender-TodoList/#/
Calender reminder all in AngularJS - http://andela-unkwocha.github.io/calendar-app/#/
Friendship calculator - http://andela-unkwocha.github.io/friendship-rating/ made with ReactJS and coffescript - was fun
I also tried gaming with Pure JavaScript - http://andela-unkwocha.github.io/frogger-game/
Created my portfolio website - http://udo.com.ng
Learnt a lot this year and fell in Love with JavaScript, it was an awesome year!
Re: Ask HN: Things you created in 2015?
#37I decided to dedicate my free /side-project time to my own biggest itch: how can we improve the way we learn and remember? In particular, I think the way we teach & learn software development could be greatly improved. As a first step, I created http://www.codingbrain.com . It's a knowledge management app that integrates with your markdown notes. I too posted on HN without much feedback https://news.ycombinator.com/i…
Maybe it's enough to record, find something when we need it, but not necessarily remember it. What proof do you have that remembering everything doesn't come at a cost?
Re: Ask HN: Things you created in 2015?
#38I decided to dedicate my free /side-project time to my own biggest itch: how can we improve the way we learn and remember? In particular, I think the way we teach & learn software development could be greatly improved. As a first step, I created http://www.codingbrain.com . It's a knowledge management app that integrates with your markdown notes. I too posted on HN without much feedback https://news.ycombinator.com/i…
You put a lot of effort into this. What makes you believe it's important to consciously remember things we learn? Maybe the knowledge is supposed to seep into our bones. Maybe it's enough to record, find something when we need it, but not necessarily remember it. What proof do you have that remembering everything doesn't come at a cost?
How often have you looked something up (e.g. "how do I cherry pick in git?") only to forget it and then 2 months later to look up the same information again? For this we take notes.
I'm working on reducing the need to re-do the same process again and again, to making learning and remembering more efficient.