arc0re's comments

arc0re | 10 years ago | on: Apple’s declining software quality

Just a note, I was sick of Spotlight too, and I switched to Alfred, which is actually the "father" of spotlight. And it is way better than Spotlight now. You should give it a try

arc0re | 10 years ago | on: Why Learn to Program in C?

Yeah and another good thing I like about Python, it doesn't force you to do object oriented. A beginner doesn't really need this. Its like if you begin with C, you'll have to deal with pointers early, and that means understanding things like memory, stack and heap allocations, safety, etc... Way too much for a new coder.

arc0re | 10 years ago | on: Why Learn to Program in C?

Yeah exactly a simple language like Python, with simple rules, one way to do a thing, and not the opposite.

arc0re | 10 years ago | on: Why Learn to Program in C?

I started with C and it took me 3 good years fooling around with other languages too to get a "good" understanding of C. Better learn with higher level languages indeed...

arc0re | 10 years ago | on: My path to emacs

I don't understand the need to use project files with a text editor. Its like one of the reasons why I don't use IDEs - they force you to use a damn project file. I just use folders and I keep it organized the way I like.
page 2