Comment Sailfish (Score 1) 71
Comment Re:Lower emissions? (Score 2) 317
I don't deny global warming, but what is being done about it is crazy.
Personally I think it's what's not being done about it that's crazy.
Back on topic: I agree that a rethink of personal transportation is required. I think it is more important to rethink the things that cause us to need or want cars. Living in a different town from one's workplace is rarely if ever required. The centralisation of services that widespread car ownership has permitted (think malls or retail parks) is amongst the myriad of reasons we feel we need cars. Research like this is useful and worth while, but as others have pointed out what's really needed is a more fundamental rethink. I'd like to see us reordering our societies and lives in such a way that we don't need cars.
Tofu Activists Spoof Meat-Based Indie Game 420
Comment Re:Its not 'internet'. its 'free market'. (Score 5, Insightful) 342
Comment Life imitates art? (Score 1) 188
Comment Thanks... (Score 1) 165
Comment Homeworld is NOT "Kronos" (Score 1) 165
Comment Is that a bad thing? (Score 1) 62
Comment Recycled (Score 1) 793
Comment Re:The comment may also be complex.. (Score 1) 660
I'm always suspicious if this happens, but it's probably because I don't do much coding in my job - when I do code it tends to be scripts to quickly test something/process data (or some embedded code for a micro controller) - as such I always tend to be using different compilers (esp embedded ones which always seem to have their own set of non standard stuff), languages (python then C++ etc).
As a result I'm always making some sort of grammar mistake (i.e commenting out C++ with # instead of
It could just be that I'm used to compiling being the fastest way to catch this kind of problem in most cases.