Slashdot Mirror


User: Arancaytar

Arancaytar's activity in the archive.

Stories
0
Comments
3,630
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3,630

  1. Mixed feelings on WikiLeaks Sues the Guardian Over Leak · · Score: 1, Insightful

    On one hand, their anger is understandable. Even when your business is to reveal secrets, you need to also keep some secrets (ask any reporter with an anonymous source). It sounds hypocritical, but it really isn't. You can argue all you want about whether some military secrets endanger national security or the safety of civilians, but it should be clear that, for example, evidence of military or political wrong-doing is in the public interest, while access information to private computers or bank accounts is not (even if the person is guilty of wrong-doing). And on another level, a journalist publishing information given him by a confidential source is fulfilling his journalistic duty, while a journalist publishing information the source told him not to publish (which may possibly identify the source) is breaching trust.

    On the other hand, taking this to court is completely fucking retarded. It kills any remaining relations with the newspaper, harms their relations with the other papers, hurts public opinion (because of the appearance of hypocrisy), draws public attention to the very matter they wanted to keep confidential (Streisand effect), and has no chance of stopping the damage.

    Also, as the article says, what the hell was the point of publishing the passphrase in the first place?

  2. Are you ponderin' what I'm ponderin'? on Chemical Cocktail Turns Mice Clear · · Score: 5, Funny

    - That we turn ourselves invisible and take over the world?
    - EXACTLY

  3. Re:New scanning device for people going on airplan on Generating Text From Functional Brain Images · · Score: 2

    Wonder what kinda privacy issues this will lead to, magneto's helmet anyone ?

    Tinfoil hats have been around for ages. We're ready.

  4. Re:Privacy and anonymity online... on The Crypto Project Revives Cypherpunk Ethic · · Score: 1

    If you want any sort of guarantee for the confidentiality and integrity of your data, you do the same thing over tor that you would have to do without it: Never initiate any non-SSL or non-certified connection, configure your browser not to transmit any identifying data (user agent, referer, cookies) and for heaven's sake do not run any scripts or plugins.

    Without these precautions, all that tor does is expose your information to unknown spies (the exit node) in addition to known spies (your ISP, the carriers, various national governments, advertisers, etc.). With them, tor will ensure that in addition to data integrity and secrecy, you'll be immune to traffic analysis, so that neither the server nor any intermediate node can deduce your physical location, nor can any non-exit node identify the server.

    This is the reason torproject.org has lots of warnings about how to properly use tor - used in the wrong way, it can be completely ineffective or harmful.

  5. Yeah right. on Novell Wins Against SCO Again · · Score: 1

    Realistically this is the end of the line for the case.

    Realistically, this is also the year for Linux on the desktop.

  6. Stupidity on Publicly Shaming Laptop Thieves Catches Bystanders in the Crossfire · · Score: 1

    The ethics of paying for a device suspected to be stolen aside, buying a system and not wiping it is practically criminal negligence. Even if everything about the purchase is completely legitimate, it may have been equipped with all sorts of surveillance software by its previous owners, whether deliberately or through malware infections.

  7. Hm... on One Final Manufacturing Run of Touchpads · · Score: 1

    If they're making more in order to keep selling them at the promotion price, then it sounds as though they're still making a profit at that price. Why would they stop?

    (Unless this whole thing was just a marketing ploy to stimulate demand.)

  8. ISO on USB... on Windows 8 To Natively Support ISO and VHD Mounting · · Score: 1

    When the CD was developed, did we slice files into 1.3MB pieces, put them on virtual 3.5'' floppy images, and then burn the images on the CD?

  9. Re:#!/user/bin/pearl on Automatic Spelling Corrections On Github · · Score: 1

    That's not the bot's fault. Blame Hallam-Baker. :P

  10. Re:Stop catering to the lowest common denominator on Ask Slashdot: Could We Deal With the End of Time Zones? · · Score: 1

    Getting rid of time zones would require the entire world population to vastly revise their understanding of time. That is not the kind of solution that caters to stupid people.

  11. The local meaning of time on Ask Slashdot: Could We Deal With the End of Time Zones? · · Score: 1

    The concept of local time is too ingrained in language and culture to be replaced in every-day usage. It's hard enough to convince many Americans to join the twentieth century and adopt the metric system; and you want people to cope with the idea of "midday" meaning 0700 in New York, 0400 in Los Angeles and 2200 in Sydney? This would at most work in military or international business contexts.

  12. Most idiotic and futile task ever on Celebrities Flock To Reserve .xxx Domains · · Score: 2

    Misspellings, typographical differences (hyphens), and that is not even taking into account domain names can contain numbers.

    You can't buy them all. But the owners of the .xxx registry are making a tidy sum off the gullibility of celebrities, so it's all good.

  13. Well good. on Acer CEO Declares a Tablets Bubble · · Score: 1

    When you compare the interface, the tablet is smoother and more robust than a Windows PC (if less suited for anything resembling typing. I mean, people always say this is the computer your grandmother could go online with. My grandmother has bad eyesight and her only QWERTZ experience is with a mechanical typewriter; she's not going to cope with keys that can't be felt.)

    The Windows PC is open to be wiped and set up with any operating system (or number of operating systems) without even having to learn the meaning of "jailbreaking". The PC ultimately wins.

  14. Zombies on Why Nobody Wants You On OKCupid · · Score: 1

    Appear to be the perfect conversation topic. That's awesome.

  15. Re:This is a sad day for the tech world on Steve Jobs Resigns As Apple CEO · · Score: 1

    In what way does "a simple product mere mortals want to use" conflict with opening them to the people who know how to use them the way they want to?

    Take Ubuntu. It is ridiculously simple to install and use, and still simplifies its interface with every release. It even gets a lot of criticism for that from its power users. Yet I keep using it instead of switching to something more "bare-bones" because while I have the shiny colorful desktop that "just works", I can also dig beneath it to modify the system at will.

    If Apple's policy is aimed at the benefit of its customers, then why do they have to force their customers to abide by it?

  16. Next tweet: on Humanoid Robot Wakes In Space, Tweets · · Score: 1

    Ouch, I'm getting this pain in the diodes all down my left side.

  17. Windows on Canadian Firm Gave Libyan Rebels Surveillance Drone · · Score: 1

    run by a touchscreen tablet powered by Windows XP

    Pretty brave of these Libyan rebels to rely on Windows in a battlefield.

  18. Re:When will MD5 be let to die as hash for passwor on Serious Crypto Bug Found In PHP 5.3.7 · · Score: 1

    Run an attack against that, take the results (potential salts), now run an attack against all the other MD5 signatures with the found potential salts tacked on until you get matching MD5s.
    Now the correct salt has been identified

    If you know what a salt is, you should also know that using the same salt for different accounts is very very bad.

  19. Re:When will MD5 be let to die as hash for passwor on Serious Crypto Bug Found In PHP 5.3.7 · · Score: 3, Informative

    MD5 should be deprecated, but the collision attack only invalidates signatures; it doesn't help you extract a password from its hash.

    Currently there is no feasible non-dictionary attack for that (the preimage attack found in 2009 still has complexity >2^120), and the dictionary attacks are defeated by salt. So in this narrow context, yes.

    (Of course, this would end if a somewhat more efficient preimage attack is found. 2^120 is orders of magnitude beyond usefulness, but not many orders...)

  20. Re:Regression tests are for wimps! on Serious Crypto Bug Found In PHP 5.3.7 · · Score: 4, Insightful

    Unit tests are slow and they almost always pass. When you're in a rush to release, sometimes you feel lucky.
    Of course, you're not. That's the whole point of unit tests...

  21. Re:Wow, when you can't trust CNET on Download.com Now Wraps Downloads In Bloatware · · Score: 3, Funny

    I wish I'd gotten that far; I'm still not even halfway through the gcc source. :P

  22. Planet is rising! on Alaskan Village's Orange Goo Was Fungal Spores · · Score: 1

    Better watch out for those mindworms.

  23. Re:So on Teacher Cannot Be Sued For Denying Creationism · · Score: 1

    Still no, I would argue. When in doubt, it's better to stop students suing their teacher for disagreeing with them.

    If the teacher, and not the student, were the creationist, then it would still be better to first use normal measures. Like getting a classroom debate going (yes, the "debate" is long done in actual science, but reenacting it can be a lesson in what constitutes evidence or how the burden of proof works), or alerting the administration, the school board or the media, in order of escalation.

    Teachers should be called on stupidity, but not sued for being wrong. It's not a bad thing to learn early on that people in authority can be idiots.

  24. Admittedly... on Argentina Censors Over a Million Blogs · · Score: 1

    If they did use DNS filtering, we'd be laughing at them because it is ridiculously ineffective.

    (So is this, of course. Using a proxy is no more difficult than switching your DNS server, if not less.)

  25. Re:Learn your AVC's on Most People Have Never Heard of CTRL+F · · Score: 1

    Even on an X11 desktop, a lot of window managers capture the Ctrl+C and Ctrl+V keys for copy-pasting when you are not inside a terminal emulator.

    (The obvious trouble with that is that there are multiple clip-boards, and Shift+Ins and Ctrl+V will not paste the same thing.)