Slashdot Mirror


User: Geurilla

Geurilla's activity in the archive.

Stories
0
Comments
10
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 10

  1. And it only took them 7 years! on Facebook Makes Privacy Settings More Obvious · · Score: 5, Insightful

    It only took them seven years to make these changes, too. And what a coincidence that they roll these out right after G+ launches with these features out of the gate.

    In terms of privacy, their problem is not a lack of features. Their problem is trust. And after years and years of hard work to make me never trust them they have succeeded. New privacy features just can't fix that. Too little, too late

  2. Most "Duh" Research Isn't "Duh". on Why We Have So Much "Duh" Science · · Score: 5, Insightful

    Most "Duh" research isn't "Duh" at all. It only sounds that way because of the atrocious state of science reporting in the popular press. Challenging, technical research has to be translated into terms regular folks can understand, and that often means making ridiculous comparisons or analogies, or just giving an explanation of the research so dumbed down that the researchers themselves would hardly recognize it.

    Another contributing factor is the political motivations of people with large audiences who don't know better. For example, Senator Tom Coburn (R-OK) released a "report" making fun of a number of studies supposedly representing wasting spending on stupid research. It turns out his examples are actually pretty nuanced and important after all--hardly "duh" science.

    The general population just isn't equipped to judge which research is important and worth spending money on. That is exactly why we have organizations like the NSF to evaluate grant proposals for us.

  3. Completely Google's Fault on Google Kills Wave Development · · Score: 5, Insightful

    This is completely Google's fault. Google Wave is a great product as it currently is, but Google completely failed to communicate to people why. But more to the point, Google itself failed miserably to leverage its own idea in the ways the first demo at Google I/O promised. Why can't I integrate gmail with Google Wave? Why after all this time does it still not work on my phone? Why doesn't it work with Google Docs? Why doesn't it work with Google Buzz?

    More importantly, why would someone waste so much time, money, and manpower on a product they have no intention of supporting through interoperability with their own product line and through advertising and public exposure? What did they think would happen?

    This is yet another huge screwup for Google indicative of their inability to build social networking products. Maybe it's time to sell my Google shares.

  4. Take this data with a large grain of salt. on Smarter Teens Have Less Sex · · Score: 2, Interesting
    The sexiest part of this article is the data from the Counterpoint survey, which is pure fiction. See, for example, Emily's comments to the original article:

    When that MIT/Wellesley Counterpoint survey came out, I had recently graduated from MIT and was still around campus working as a research assistant. To put it bluntly, most everyone I knew considered that article rather funny... (And Counterpoint is often looked at as an unintentional humor publication...) First off... two words: sample size. More specifically... it said that at one of the dorms at MIT there was a 100% rate of virginity. I knew people who could vouch otherwise. Going back to sample size, it turns out the survey had only been taken by 4 freshmen at that dorm. Secondly, the wording on many of the survey questions was apparently vague and open to interpretation. Lastly, it's also good to keep in mind that students at MIT often find it amusing to deliberately mess up statistics, particularly if it's for a campus publication.
    I first saw this on the mathsex livejournal community where the Counterpoint numbers were similarly dismissed.
  5. This isn't necessarily bad. on Swedish Police to Block Pirate Bay · · Score: 1, Insightful

    Were they hosting child porn?

  6. Re:Is it sexist? on GNOME Reaches Out to Women · · Score: 1

    So?

    The argument against affirmative action isn't that it does not work, but rather that it is immoral . Affirmative action is immoral for the exact same reason descrimination against minorities is immoral, whether or not it accomplishes a "good" goal.

  7. Re:Free as in Fiction on NeoOffice 2.0 Alpha 3 Released · · Score: 2, Insightful

    Grow up indeed.

    If the developers are strapped for cash and need "donations" they should just ask for them instead of charging for their "free software". People are upset not because they are ungrateful and selfish, but because the developers, as contributors to FOSS and GPL code, have a moral obligation to uphold the principles of the community and are failing to do so. The developers are violating, if not the letter of the GPL, at least the spirit of the GPL, and so deserve any ill-will directed toward them. If they don't want to play the game then they should not participate, no matter how much time, effort, and money they have contributed to benefit the community.

    We are perfectly capable of being grateful for their contribution while simultaneously censuring them for their moral failures.

  8. Really, REALLY old news on Hawking Says Humans Must Go Into Space · · Score: 1

    Hawking has only been saying this for a couple of decades now.

    It's strange to me that people revere Hawking as a god and take whatever he says as canonical gospel. Ok, he's a great physicist. But he sucks as a philosopher, and I have no reason to believe he knows, for example, how to run a country or fix a car or make good tea or. . .

    'Course, he's probably right about this one.

    Why should the perpetuation of the human species be our formost goal anyway? No, seriously, think about it. I want to drive clean vehicles and such because I want my children to be happy and healthy, and their children, and so on. I don't want people to suffer. Fair enough. But why should I care if 200 years from now humanity is wiped out in a blink of an eye?

  9. Finding the solution in Mathematica on PC Case For Hamsters, EZ Bake Oven in a Drive Bay · · Score: 1

    A little (but not much!) longer than the perl versions. I think it's fair to exclude the initial step from the program length and assume we start with the data in a list, perhaps built using the following:

    data = Characters["010...01"] /. {"0" -> 0, "1" -> 1};

    To descramble, evaluate this:

    StringJoin[FromCharacterCode /@ (FromDigits[#, 2] & /@ Partition[data, 8])]

    I love Mathematica.

  10. What the article fails to say on Lifting The Lid On Computer Filth · · Score: 3, Funny

    What the article doesn't report is that according to the same study, the average toilet seat contains 47% more urine per square inch than the average workstation.