Slashdot Mirror


User: dalias

dalias's activity in the archive.

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

Comments · 169

  1. Re:And nothing of value was lost... on Microsoft To Can Skype API; Third-Party Products Will Not Work · · Score: 4, Interesting

    If you use skype for calling telephones, you're getting ripped off horribly. Their rates are 3 to 10 times higher than good VoIP providers (personally, I recommend Diamondcard or Callcentric which both have good rates and service quality, but you can get even cheaper if you look around for lower-quality VoIP carriers), especially once you figure in the "connection fee" they added which often gets applied even when you call doesn't really go through. It's not as bad if you have a monthly plan (which waives the connection fees and has unlimited calling to selected countries) but unless your usage is really high you can still get better prices paying per-minute with other carriers (and, for some countries, you can even get cheaper unlimited plans with other carriers).

  2. Plea bargain on The Reporter's Fifth Amendment Paradox · · Score: 4, Insightful

    This practice still exits anyway; it just has a new name. It's called "plea bargain".

  3. Re:Ken Thompson, Anyone? on Ask Slashdot: Linux Security, In Light of NSA Crypto-Subverting Attacks? · · Score: 1

    I think you forgot to include your (invalid) argument for why it's wrong amid the insults and other drivel...

  4. Re:Ken Thompson, Anyone? on Ask Slashdot: Linux Security, In Light of NSA Crypto-Subverting Attacks? · · Score: 5, Informative

    Fortunately there is an effective counter-measure: http://www.dwheeler.com/trusting-trust/

  5. Empire on 400 Million Chinese Cannot Speak Mandarin · · Score: 0

    This is because "the country" is really an empire, not a country. Would you find it odd that people in places under the US's imperial control (either formally or informally) don't always speak English?

  6. Re:a few hours for one key would be good on Most Tor Keys May Be Vulnerable To NSA Cracking · · Score: 2

    You missed the point: the NSA likely has the capacity to break systems which SHOULD provide forward secrecy, as long as the key size is sufficiently small, for example 1024-bit Diffie-Hellman. Migration to larger keys is needed to combat this. I may be mistaken, but offhand I believe with DH each additional 2 bits will double the resources needed to break it.

  7. Except that you do on HTTP 2.0 Will Be a Binary Protocol · · Score: 1

    Binary formats DO have to be parsed and converted. They come in a particular endianness, or as a pure bitstream/bytestream (think JPEG/MPEG/etc.), with particular (mis)alignment of data (think Windows bitmaps), etc. Any code that directly interprets such data as a C structure is incorrect. Of course language features may be available in some languages to directly declare "on the wire" data structure types, but that's essentially just automated parsing. In general, parsing text is easier than parsing binary, because it's easy to get binary parsing wrong while still having it work on your own system, whereas text parsing has to be done at least partly right to work at all.

  8. Conversely on HTTP 2.0 Will Be a Binary Protocol · · Score: 1

    And conversely, just because a format is "text based" does not guarantee it is human-readable or doesn't suck. Take XML for instance. The insanely low signal-to-noise ratio makes it, for all intents and purposes, non-human-readable. I've seen many binary formats that would take less effort to interpret manually than many typical large XML files. Of course, all other things being equal, text-based is highly preferable.

  9. Re:Already easy to steal keys this way on Robotic Kiosk Stores Digital Copies of Physical Keys · · Score: 2

    Actually I just guessed this would work, but apparently somebody already made a video showing how to do it: http://www.youtube.com/watch?v=qpDJC4vK7O0

  10. Already easy to steal keys this way on Robotic Kiosk Stores Digital Copies of Physical Keys · · Score: 2

    This is nothing you can't do with a camera phone, a decent-angle shot of the victim's key, some trivial math, and a 3D printer. Of course I just said "3D printer" to be trendy. It works just as well with a 2D printer, cutting out the image, laying it on top of a blank key as a pattern, and taking a Dremel to it.

  11. Obvious solution on QANTAS Wants To Monitor Frequent Flyers' Home Internet · · Score: 2

    Browsers need to remove support for toolbars and other features that cater to malware extensions, like they should have done 10 years ago.

  12. Everybody misses the obvious answer on Transgendered Folks Encountering Document/Database ID Hassles · · Score: 4, Insightful

    Neither gender or sex belongs in most databases any more than race, sexual orientation, religious beliefs, or any other sort of information that has no bearing on the business or government agency's interaction with the person. Storing more information than you should in your database only leads to headaches and possible legal liabilities.

  13. Re:I take 6 grams a day on Scientists Find Vitamin C Kills Drug-Resistant Tuberculosis · · Score: 2

    It should be noted that doses this high will have a (possibly wanted or unwanted) contraceptive effect by early miscarriage, so women wanting to become or remain pregnant should not take such doses.

  14. Re:Double payments on UK Consumers Reporting Contactless Payment Errors · · Score: 1

    That sure explains why they ask you for your phone number, email address, rewards card, and whether you want to apply for a new credit card (while 5 more people are waiting in line behind you) every time you check out...

  15. Re:Can't offer much on Ask Slashdot: How Do You Deal With Programmers Who Have Not Stayed Current? · · Score: 0

    They don't have the power to take YOUR money. They have the power to take SOMEBODY's money. Whether or not their slick pitch works on you or not has no bearing on whether it works. You are tiny and insignificant.

  16. Re:They get it on T-Mobile Ends Contracts and Subsidies · · Score: 1

    Interesting. Still, I'm sure 90% of the folks who want iPhones would be happy to have the equivalent of an iPod Touch with a $15 GSM module added into it for $215...

  17. Re:They get it on T-Mobile Ends Contracts and Subsidies · · Score: 1

    I love how the iPhone is EXACTLY THE SAME THING as a $200 iPod Touch, except with a GSM/3G transceiver thrown in, and yet costs $450 more...

  18. Misleadingly framed poll (again...) on Pew Research Finds Opinion Dominates MSNBC More Than Fox News · · Score: 4, Informative

    This is as misleading as the studies that "disproved" that organic food is more nutritious. Nobody was making the claim they disproved. The basic claim about Fox News' bias is that every single story is framed in such a way to reinforce a distorted, reactionary worldview, even when it's supposedly NOT an opinion piece.

  19. Re:Stupid on NetBSD To Support Kernel Development In Lua Scripting · · Score: 4, Interesting

    It is potentially stupid, but the reason is much more subtle than most people realize. For all its limitations and headache, C does have one key feature that makes it suitable for kernel programming where most other languages are not: the concept of well-defined storage durations and reserving storage for an object. I really question whether Lua code running as part of the kernel can be made robust under out-of-memory conditions which a kernel must be able to survive.

  20. Re:it's because on Ask Slashdot: Why Is It So Hard To Make An Accurate Progress Bar? · · Score: 2

    If your installer is taking so long that the progress bar would be visible on the screen for more than 5 or 6 refresh cycles, you're doing something wrong and you should just give up.

  21. Re:Upload to GitHub and be at the mercy of the EUL on Pushing Back Against Licensing and the Permission Culture · · Score: 1

    No, copyright prevents that. Copyright cannot be assigned or transferred implicitly. It requires an explicit signed assignment or work-for-hire status for a party other than the author to claim copyright.

  22. Public domain on Pushing Back Against Licensing and the Permission Culture · · Score: 2

    If you think your personal making-a-statement against "permission culture" is more important than the practical ability of others (including distributors) to use the code you produce without exposing themselves to legal risk, then you're part of the "permission culture" - you feel entitled to deny others permission to use your work.

    If you want to make a responsible statement against "permission culture", release your work into the public domain, and include a one-clause BSD license for use in jurisdictions that don't recognize public domain.

  23. Anti-vax wingnuts will just pull them off... on Polymer Patches May Enable Effective DNA Vaccines · · Score: 1

    With a shot, the pediatrician/nurse administers the shot and it's done. Anti-vax nuts can opt out, but at least there's a record of them having opted out in the child's medical history. With this patch, it sounds really easy for the anti-vax parent to go get it done to avoid suspicion/confrontation, then rip it off their kid as soon as they leave the doctor's office, resulting in a child whose medical history says they had a vaccine, but who never really got one.

  24. I can think of one trillion-dollar industry... on Mutations Helped Humans Survive Siberian Winters · · Score: 4, Interesting

    I can think of one trillion-dollar industry that might be interested in knowing how to cause 'nonshivering thermogenesis' in fat cells on demand...

  25. Re:encryption on Your Cloud Provider (Probably) Isn't Spying On You · · Score: 1

    The class of computations for which this is possible is fairly worthless. It's not presently possible for anything with actual loops and flow control, and even if it were, timing vulnerabilities would leak tons of information.