Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:I'm not autistic (Score 3, Interesting) 289

I found the book "The Reason I Jump" enlightening to understand what Autism really is. It was written by a 13-year old autistic kid. When you read it, you really understand that Autism itself is not just "being slightly odd", but a whole different, out-of-control experience for that person, which you do not want to live through. Some may be talented in a narrow type of tasks, but that is not the point. So I heartily recommend reading "The Reason I Jump" to get an insiders POV.

Comment Re:Pay us for other people's work (Score 1) 208

Sure they rely on the kernel and basic OS. But a lot of interface components are developed by them. The right way to think about it is if someone created a new GNOME or KDE, would it be reasonable for them to ask for some donations? Writing a DE and perfecting the usability is very tough work, especially when it comes to consistency across components (some derived). Slashdotters frequently complain that they want GNOME different, so here are some people doing it, put your money where your mouth is.

Comment Java is not written like other languages (Score 5, Insightful) 411

But contrary to python or ruby code, for example, most Java code is not written by hand. No one ever writes import statements for example. Eclipse is so excellent at understanding Java code structure that the writing efficiency is comparable. It brings other benefits too -- I have found re-factoring of large code bases is substantially easier in Java than any other language. This is thanks to the strong structure implied by the language, which can be exploited by tools. In other languages this is prohibited, e.g. Ruby, where every word can mean something different and you can not know until runtime, or C when cluttered with macros.

Comment Re:Probably not... (Score 2) 136

Many distributions have package groups now, which should fill the role of a "LAMP distribution". In Fedora you can for instance install (yum groupinstall) "Web Server", "MySQL Database", "Authoring and Publishing", "Development Tools". That should give you a basic PHP/MySQL setup.
Gentoo has added something similar too recently, probably Debian has also somthing like that, at least in the GUI.

Comment Re:No more bailout (Score 1) 690

Greece's financial problems can be solved if corruption and tax aversion is drastically reduced, which is part of the program Alexis Tsipras promotes. That is why the Troika only gives money if reforms are made and I think they know it is the key for Greece to become financially independent again.

Comment Re:slashdot? (Score 2) 467

Frankly, I'm surprised Twitter ended up as popular as it is for having basically no structure other than "fits in an SMS message" and "# and @ mean something".

That is exactly why it became popular; brevity and free structure. If you concentrate on sent messages (@recipient) I suspect that the trolls (actually rather death and rape threat-sending harassers) are largely repeat offenders. If everyone has a chance to flag them (something akin to karma), and responses/notifications from those troll accounts do not show up anymore, the problem is largely solved(?).

Comment Re:The biggest failure of science: (Score 2) 200

Here is what they do:
1) Set up some null hypothesis of zero correlation between jogging and health, diet and health, etc (probably at least five per study).
2) Measure things until one of the outcomes reaches "statistical significance".
3) Misinterpret this statistical significance to be the probability their theory is true: jogging really does affect health.

Where is the science in that? Do not blame science.

And do not state the size of the effect.

Here is a nice article about exactly this, titled Mindless statistics

Slashdot Top Deals

Always look over your shoulder because everyone is watching and plotting against you.

Working...