Forgot your password?

typodupeerror

Comment: Re:Really cool ... (Score 1) 209

by renoX (#38097538) Attached to: Recreating a Mysterious, 2,100-Year-Old Clock

> None of these religions have ANY use other than to keep certain people in power and rich at the expense of others.

I'm an atheist too but this is false:
-studies have shown that those who attend church tend to live longer than those who don't
-my personal opinion is that confession could help people (the ancestor of talking with a psy).
-less fear of the death etc

So all the religions have use, now this doesn't mean that I'm an advocate of religions quite the contrary in fact: their many drawbacks far outweigh their benefits IMHO.

Comment: Re:Yet Another C Variant (YACV) (Score 1) 238

by renoX (#37971468) Attached to: Eclipse Launches New Programming Language

D is not what the GP asked: he asked a sane syntax for variable declaration and D reuse C's not very good syntax.
D has local-type inference though which helps a little..
And while D doesn't truly need a GC, its standard library is made with the supposition that you have a GC, which is not very coherent IMHO.

Comment: Re:First to repeat it in this story (Score 1) 238

by renoX (#37937002) Attached to: $25 PC Prototype Gets Award At ARM TechCon

> Do I have permission to treat it as a 2002 desktop, which for 99% of the population is exactly the same as a 2012 desktop?

The desktop yes: contrary to what Gnome or KDE developpers seems to think it's only a means to an end.
But the webbrowser?
When I see the CPU & memory used by Firefox or Chrome..

Comment: Re:I'm a dude who knows God loves you, Jesus is LO (Score 1) 717

by renoX (#37935302) Attached to: Censored Religious Debate Video Released After Public Outrage

>> Many modern atheists have bad theology. They think: How does an all powerful and good God let bad things happen?
>
> No, generally not.

Well, I know one atheist who told me that she used to be a Christian but then *something bad happen* then she thought that the "good God" must not exist..

I find this a bit ridiculous (and I'm an atheist), but I wish we had stats to know what percentage of atheists are like this.

Comment: Re:The Seven Sins of Pseudo-Science (Score 1) 254

by renoX (#37925732) Attached to: Dutch Psychologist Faked Data In At Least 30 Scientific Papers

> people are around 60% more likely to have measurable healing compared to those that receive nothing.

Bah, that's hardly science: you forget to compare with people receiving a 'placebo' treatment, Freud's cures may be *only* a placebo..

Also one essential difference is that today's physicist and chemist don't especially hold in high regards alchemist whereas the psychology scientist still haven't disregarded Freud..

Comment: Re:Quorum looks a lot like Pascal (Score 1) 538

by renoX (#37866278) Attached to: Is Perl Better Than a Randomly Generated Programming Language?

> In the case of code written by others, run it through a pretty-printer. Problem solved.

Ever tried to run code through a pretty-printer?
It doesn't works well: when the initial code has some parts which are aligned for better readability, the pretty-printer destroy the alignment.

Whatever you may say language with significant indentation helps novice, that's a fact (re)discovered several times.
Here's one: http://okasaki.blogspot.com/2008/02/in-praise-of-mandatory-indentation-for.html

If only Dionysus were alive! Where would he eat? -- Woody Allen

Working...