Slashdot Mirror


User: Spykk

Spykk's activity in the archive.

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

Comments · 417

  1. The evolution of science on New Study Suggests Mars Viking Robots Found Life · · Score: 2

    How science was done when the original results were published:

    Form Hypothesis
    Collect Data
    Analyze Data
    Determine If Data Supports Hypothesis
    Publish Results

    How science is done today:

    Form Hypothesis
    Collect Data
    Reinterpret Data Until It Supports Hypothesis
    Publish Results (on the evening news)
    ???
    Profit

  2. Finally! on Japanese ATMs To Use Palm Readers In Place of Cash Cards · · Score: 1

    At last, a way to profit from the disdain of the fairer sex. A little baby powder on each cheek and a night in the bar should set me up for life.

  3. Re:News for nerds? on Zimmerman Charged With 2nd-Degree Murder · · Score: 5, Funny

    If we start accepting news that is for the various sub-nerds then who knows what we will end up with. Slashdot is only for PURE nerds. Do you really want law nerds dating your daughters?

  4. Re:Mark Advertisements as Such on On Slashdot Video, We Hear You Loud and Clear · · Score: 1

    I don't think video is the proper medium for that kind of content. Candid information from an engineer on an interesting project can be interesting, but slashdot already has a mechanism for relating that kind of information. I understand that there are monetary reasons for pushing video on slashdot, but you would be better served with videos of the interior of data centers or production facilities than you would be with someone talking at a camera.

  5. Re:Parking Garages? on VISA, MasterCard Warn of 'Massive' Breach At Credit Card Processor · · Score: 2

    I suspect that the parking garage is where the card numbers were compromised. Someone likely dismantled the credit card reader when noone was around and added a simple device that tapped into the current MSRs signal line and logged everything to an sd card. They could even give it a bluetooth or wifi interface if they wanted to be fancy about it.

  6. Re:Added value of Go? on Go Version 1 Released · · Score: 2, Interesting
    I tried grabbing go and compiled a hello world to compare it to C:

    [talisman@talisman-pc:~/tmp]$ uname -a
    Linux talisman-pc 3.2.13-1-ARCH #1 SMP PREEMPT Sat Mar 24 09:10:39 CET 2012 x86_64 AMD Athlon(tm) II X4 640 Processor AuthenticAMD GNU/Linux
    [talisman@talisman-pc:~/tmp]$ cat test.go
    package main

    import "fmt"

    func main() {
    fmt.Println("Hello, world")
    }
    [talisman@talisman-pc:~/tmp]$ time go build test.go

    real 0m2.215s
    user 0m2.547s
    sys 0m0.210s
    [talisman@talisman-pc:~/tmp]$ ls -lh test
    -rwxr-xr-x 1 talisman talisman 1.3M Mar 28 15:43 test
    [talisman@talisman-pc:~/tmp]$ time ./test
    Hello, world

    real 0m0.003s
    user 0m0.000s
    sys 0m0.000s
    [talisman@talisman-pc:~/tmp]$ cat test.c
    #include <stdio.h>

    int main(int argc, char **argv) {
    printf("Hello, World!");
    return 0;
    }
    [talisman@talisman-pc:~/tmp]$ time gcc test.c

    real 0m0.047s
    user 0m0.027s
    sys 0m0.013s
    [talisman@talisman-pc:~/tmp]$ ls -lh a.out
    -rwxr-xr-x 1 talisman talisman 6.6K Mar 28 15:45 a.out
    [talisman@talisman-pc:~/tmp]$ time ./a.out
    Hello, World!
    real 0m0.001s
    user 0m0.000s
    sys 0m0.000s
    [talisman@talisman-pc:~/tmp]$

    This is obviously not a very scientific comparison, but the takeaways are that the go executable was 1.3M compared to the C executables 6.6K and the go compile took over 2 seconds whereas the C compile took less than 0.05 seconds.

  7. Rooting your bank account on Surviving the Cashless Cataclysm · · Score: 1

    We would suddenly have an anonymous currency that can be kept on credit chips (or smartphones) and traded, just like paper money. No longer would handling money require expensive cash registers, safes, and secure collections; your smartphone could be your point of sale.

    Anonymous currency stored on a perpetually networked device with a long list of known escalation exploits? What could possibly go wrong?

  8. Re:NOT ASTROTURF on Minefold Launches Minecraft Game Hosting Service · · Score: 2

    Except it isn't really a new payment model. Paying a monthly fee to play on someone else's server has been around since the first pay to play MUDs.

  9. Resources spent delaying the inevitable are wasted on Solving Climate Change By Bioengineering Humans? · · Score: 2

    Unless we develop a source of energy that has all the convienances of fossil fuels and costs less we should operate under the assumption that all fossil fuels will be burned eventually. It doesn't matter how many political drawbacks you attach to fossil fuels. If burning oil is the cheapest option then someone, somewhere will continue to do so. Any resources we tie up in trying to slow down the consumption of fossil fuels will ultimately have been wasted.
    We have two options when it comes to dealing with climate change. We can invest in developing a carbon neutral fuel source that costs less than fossil fuels without subsidies, or we can invest in adapting to a change that we cannot stop. Everything else is pointless politics that can only hurt us in the long run.

  10. Re:Well, it's sorta like this on Scientists Say People Aren't Smart Enough For Democracy To Flourish · · Score: 1

    Your hypothetical situation would be more apt if the two options to vote for were anti-matter and a Dodge pickup truck. Dodge pays for a media blitz and greases a few political palms. Finally the public at large throws their hopes for continued existence into the back of a pickup.

  11. Re:FBI? on Anonymous Supporters Tricked Into Installing Trojan · · Score: 1

    It sounds like plausible deniability to me. "I didn't DDOS that bank, it must have been that crazy Zeus trojan I got somehow!"

  12. Re:Is that really the name? on Ubuntu 12.04 LTS Precise Pangolin Beta 1 Released · · Score: 4, Funny

    Pedantic Penguin was the obvious choice. I don't know what they were thinking.

  13. Re:Excellent! on Candidates Sued By Patent Troll For Using Facebook · · Score: 1

    No judge will side with the trolls when the victim is as high-profile as a presidential candidate. This will just give them an excuse to say "See, the system works!" Meanwhile countless little guys who can't afford legislation will be swept under the carpet.

  14. Re:Al Gore can save them. on Study Suggests Climate Change-Induced Drought Caused the Mayan Collapse · · Score: 1

    No, Sam is the one we send back in time. Al just appears to him as a hologram with information from the future.

  15. Re:Most dangerous object in the office on FDA To Review Inhalable Caffeine · · Score: 1

    don't get pendantic

    *twitch*

  16. Re:WM8650 on Canonical Puts Ubuntu On Android Smartphones · · Score: 3, Informative

    Install a terminal emulator and a copy of busybox and you can have a bash scripting environment on android.

  17. Re:OpenGL on Best Language For Experimental GUI Demo Projects? · · Score: 2

    Correct. You aren't going to find a language with a create_innovative_new_3d_interface() function. What the submitter is trying to accomplish is non-trivial and will require a great deal of work.

  18. OpenGL on Best Language For Experimental GUI Demo Projects? · · Score: 4, Insightful

    If you need 3d and you are building your interface from scratch then you are probably going to want to use OpenGL in whatever language you are most comfortable with. Trying to bend an existing GUI toolkit into something it isn't designed to be will probably be more trouble than it is worth.

  19. Re:$200,000? on UK Student Jailed For Facebook Hack Despite 'Ethical Hacking' Defense · · Score: 1

    Unless $200,000 is what it cost to fix the vulnerability that was already there. Would you sue your neighbor for the price of a new radiator if he pointed out yours was leaking?

  20. Re:Note marketeers on DNA Nanorobot Halts Growth of Cancer Cells · · Score: 1

    "When we finish implementing our new strategy the competition will origami like a house of cards. Checkmate."

  21. Re:Couldn't happen to a nicer corporation! on 300k Organic Farmers To Sue Monsanto For Seed Patent Claims · · Score: 1

    He who lives with the lawsuit...

    Is kept up at night listening to it screw everyone in town?

  22. Re:Seems reasonable.. on Doctors "Fire" Vaccine Refusers · · Score: 1

    Engineering bovine uruk-hai.

  23. Re:No security at all...? on 99.8% Security For Real-World Public Keys · · Score: 5, Insightful

    If what that quote says is true and you could derive the secret key from the public key then one could say that the key is worse than no security at all. Public keys are, by definition, public. They are generally available to the public at large on keyservers like http://pgp.mit.edu./ You wouldn't need to intercept any messages because you could use the public key to encrypt any number of examples. The false sense of security presented by encrypting something with one of these flawed keys would make them very dangerous indeed.

  24. Re:A limit to censoring on "Liberated" Tunisia Still Censoring Websites · · Score: 2

    Sadly, in this context risky is probably as appropriate as risque.

  25. A leg cheaper than I thought it would be on Microsoft Details Windows 8 for ARM · · Score: 1

    Does the headline indicate that Windows will be released for a new architecture or is it a description of Microsoft's new pricing policy?