I don't mean to be negative, but I've never been impressed with people who have dozens of side projects. Instead of writing 10 crappy side projects, who not make 1 great side project? My side project, at the time is called Giotto: https://github.com/priestc/giotto . It's a python web framework. I started it in April, and still commit to it almost every day.
All of my side-projects from 2012
31–40 of 63 posts
Re: All of my side-projects from 2012
#32https://github.com/jgross206/unslideshow
It's very rough because I'm the only one that uses it. It only works with one site (complex.com) because their slideshows are egregious (100 items with a full page load on each slide) and I got really frustrated one night.
I currently have plans to extend it to other sites and polish up the UI a bit so it's actually worth publishing, but who knows.
I had a lot of fun writing it and learned a lot, it was my first Chrome extension.
Bonus: I left my Ruby POC in the source tree because it was so fun to write. 17 lines!
Re: All of my side-projects from 2012
#33Earlier quoted context omitted.
Your Asterank and Asterank 3d is pretty cool. How did you get the value of the asteroids ?
Thanks. I estimated the value based on spectral class, which gives us an idea of composition based on how they reflect light. I combined this with current prices for materials mostly from the London Metal Exchange. Other costs such as getting to the asteroid and mining overhead are factored in.
Re: All of my side-projects from 2012
#34- QtzWeb - https://github.com/daeken/Qtzweb (Quartz Composer -> JS+WebGL compiler; used it to partycode http://pouet.net/prod.php?which=60732)
- QuestCompanions - https://github.com/daeken/QuestCompanions (Online labor marketplace for help in MMORPGs -- complete failure from a commercial perspective!)
- SteelBreeze - https://github.com/daeken/SteelBreeze (Xbox emulation platform, mainly to test out new ways to write emulators)
- WebGLEnabler - https://github.com/daeken/WebGLEnabler (Enables WebGL on iOS devices)
- GenShaders - http://www.displayhack.org/2012/genshaders-part-1/ (failed experiment for evolving fragment shaders; still need to write a followup article)
Re: All of my side-projects from 2012
#35i.e node.js, mongodb, heroku, php, ruby etc.
Re: All of my side-projects from 2012
#36Jeez, I thought I had a lot of side projects, but I think you have me beat. You've inspired me to make my own list: Scrollorama http://johnpolacek.github.com/scrollorama/ What The Heck Is Responsive Web Design http://johnpolacek.github.com/scrolldeck.js/decks/responsive... Scrolldeck http://johnpolacek.github.com/scrolldeck.js Scrollorama2:SuperScrollorama http://johnpolacek.github.com/superscrollorama/ Are You A Bro…
Re: All of my side-projects from 2012
#37- Sink or Ship - http://sinkorship.com - Ship Your Project In Time, Or Else...
Re: All of my side-projects from 2012
#38I don't mean to be negative, but I've never been impressed with people who have dozens of side projects. Instead of writing 10 crappy side projects, who not make 1 great side project? My side project, at the time is called Giotto: https://github.com/priestc/giotto . It's a python web framework. I started it in April, and still commit to it almost every day.
Staying focused on one thing is fine too, but for many of us, we like to dabble in many things.
If Giotto is your way of learning python and building another (python) web framework then that's fine too. One difference is that many of the above side projects are new and do things that we didn't have prior to someone building them, meanwhile yet another web framework a la bottle et al is really contributing very little new.
Re: All of my side-projects from 2012
#39Given that mobile photo sharing has been done to death, I'd be interested to hear what you think makes Pixit a significantly better solution than all the other apps out there for some usecase. (Not trying to sound confrontational--it's just not a space that I thought had much more innovation left in it, so I'm curious to hear what you've come up with.)
That's a fair question. It could be that this is a solved problem by some other system/app, but I couldn't easily find one while my problem persisted... so I did what every over-active nerd does: I just built my own solution. I think Pixit is different because it is solely for quick photo sharing between friends in 3 steps. Simple, quick, and effective. However, I'm not sure how much mass appeal it would have. It wor…
"I thought up an app that would make it extremely easy to send many pictures to a group of friends in one go."
Isn't that email?
Re: All of my side-projects from 2012
#40I don't mean to be negative, but I've never been impressed with people who have dozens of side projects. Instead of writing 10 crappy side projects, who not make 1 great side project? My side project, at the time is called Giotto: https://github.com/priestc/giotto . It's a python web framework. I started it in April, and still commit to it almost every day.