DEV Community

Discussion on: What's the most interesting software development you've ever done?

Collapse
 
shadowphoenix profile image
Rose

My most interesting is yet to come, does that count? ^^

Still keeping the dream alive with building my own operating system. And now that college is over, I'm hoping to spend some more free time on this project. :D

Collapse
 
phantas0s profile image
Matthieu Cneude

Wow. That's a great project. Is it open source (and if yes, do you have it somewhere)? I'm curious :)

Collapse
 
shadowphoenix profile image
Rose

I do plan on making it open source, but I haven't written a single line of code yet. ^,^" There is still a whole lot that I need to learn before I'm confident enough to start. I first need to start learning C and Assembly, so it'll take while. ^^

Thread Thread
 
phantas0s profile image
Matthieu Cneude

Woop! Keep it up! Whatever happens, you'll learn a great deal along the way.

Collapse
 
ben profile image
Ben Halpern

building my own operating system

This is a great one. I don't think I have the stomach/patience for the whole true OS part, but things like operating systems which can be developed against are incredibly exciting to me.

Collapse
 
shadowphoenix profile image
Rose

I hope that I can keep the patience to see through to the end! What excites me most about it are the different aspects that come together in one big project. File handling, keyboard handling, display stuff on a screen, there is soooooo much stuff to learn. ^^