I used to have fun at high school. I would write trivial programs to carry out my little tasks like math homeworks etc.
Now I'm a junior at college, and it is not fun anymore. I still happen to be finding "solving a problem" joyful, but not coding the solution I've found.
Have you ever felt the same? Have you been able to overcome it and taste *that feeling* when your code runs?
>>11
Most mathematical problems are actually easier in APL than in most other languages. Not having to worry about classes, memory, and loop counters saves a lot of time. And it's automatically parallelizable for GPGPU. An OS based on APL and using APL Shared Variables for I/O would be able to use a GPU as its main processor and can use a cheap RISC core (e.g. a $5 ARM) as the IOP, swapper, and IPL Service Processor. Shared Variables and Service Processors running on the IOP can handle disk and user I/O. GUI objects could probably be drawn entirely on the GPU. http://http.developer.nvidia.com/GPUGems3/gpugems3_ch39.html
Well I have though about that. Inhabitants of prog is a big fan of SICP, so I was thinking about giving Scheme and the book a shot. >>2
If someone suggest an idea or a place for looking ideas for this, I would be grateful. >>3
I will for my OS course.
Name:
Anonymous2012-01-07 16:00
OP make a tree with a dynamic size that each branch will point to a fibonacci heap, make it all O(log N) and have a printout on my desk in a week as well as screenshots of the output and a digital copy turned in to my drop box. Also required a 3 page detail of each indiviudal function with it's purpose and lower-bound.
The problem is programming was never fun to begin with. The answer I've found is GNU/drugs or as I've recently taken to calling them "my little helpers."
>>22-san never mentioned the psychedelics, could've been talking about pretty much anything. I figured he was talking about some of these new designer drug thingies programmers seemed to be attracted to. http://en.wikipedia.org/wiki/Nootropic
Yeah, I wasn't kidding on the drugs. Psychedelics are amazing so that's a good choice. Just don't turn into one of those loopy shit-sprouting idiots. Keep things in perspective and use it as a tool.
You might want to try euphoric stimulants like cocaine. There is a reason why Sigmund Freud was so productive. To a lesser extent Ritalin and notaly Dexadrine. Surprisingly what a mood lift can do to your productivity. Who knows, you'll be writing that 1000 line business logic in no time!
Note: That last line is unmotivating. I've always found starting a new project can be quite fun (for a little while.)