Slashdot Mirror


User: Sir_Lewk

Sir_Lewk's activity in the archive.

Stories
0
Comments
2,649
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2,649

  1. Re:Public View on Is Gawker's "Apple Tablet Scavenger Hunt" Illegal? · · Score: 1, Insightful

    How does the practicality of getting legal pictures of the device have anything to do with it? If someone that isn't NDA'd gets a picture of a car, it's fair game. If someone who isn't NDA'd gets a picture of this tablet thing, then it's fair game. Legal action against the contest organizers just because it will be hard or impossible to actually collect on the prize is stupid, and missing the point.

  2. Re:Who Cares on Is Gawker's "Apple Tablet Scavenger Hunt" Illegal? · · Score: 2, Interesting

    I completely agree. Personally I'm getting sick of all of these apple tablet articles that seem to get posted at least once every 5 hours.

  3. Re:Monaco on Programming With Proportional Fonts? · · Score: 3, Insightful

    Um yes... its good looking.

    See what I did there? "good looking" is subjective and when you act like it's not you come off as a jackass.

  4. Re:Just ask the god damned science teacher. on Police Called Over 11-Year-Old's Science Project · · Score: 1

    And then they ought to be fired.

    Out of a cannon.

  5. Re:Audio/Videophiles Beware on THX Caught With Pants Down Over Lexicon Blu-ray Player · · Score: 1

    Note to the moderators:

    Disagreeing with a post and pulling quotes from wikipedia does not automatically warrent an Insightful or Informative mod. The post must also actually be insightful or informative.

  6. Re:This is shocking! on Code Used To Attack Google Now Public · · Score: 1

    So because you found a single company stupid enough to use such terribly obsolete pieces of software, I have to change how I test my product?

    This is what is wrong with web development, in a nutshell.

  7. Fuck whales. on A Space Cannon That Might Actually Work · · Score: 1

    Seriously.

    Why should whales get dibs on the whole ocean.

  8. Re:Perhaps on Tower Switch-Off Embarrasses Electrosensitives · · Score: 3, Insightful

    Can I sue you for putting a curse on me? I am firmly convinced that you are a witch.

    Even if that is not actually the case, I mentally suffered while thinking so.

  9. Re:Wait, what? on Gmail Moves To HTTPS By Default · · Score: 1

    There are many levels of "system" when you are talking about cryptography. When talking about cryptography, saying "an encryption system" generally would not make people think of an application, but more likely the combination of ciphers involved, the key management, what mode the ciphers are in, etc. "Firefox" wouldn't really be called "an encryption system".

  10. Re:Looks like email and the desktop were not enoug on China Emphasizes Laws As Google Defies Censorship · · Score: 1

    Let me clarify this: "that they are censoring" is still a very bad thing in my point of view, and probably a human rights issue. "what they are censoring" definetly makes it a human rights issue.

    The comment I was responding to was critical of the "censoring == human rights issue", so I was reminding them that "what is being censored" is important to consider also.

  11. Re:Debug key on Does Your PC Really Need a SysRq Button Anymore? · · Score: 1

    You've never met a gentoo user have you? They compile kernels everywhere. You'll be having a conversation with one only to realize that he's currently compiling a kernel. It's like their drug or something.

  12. Re:If its just JS break it. on Tynt Insight Is Watching You Cut and Paste · · Score: 1

    Who the hell is modding everything -1 Troll? There are way more than 5 posts unjustly modded so it's not just some single jackass.

  13. Re:undebunked? on Martian Microbe Fossils, Not So Debunked Anymore · · Score: 1

    Tempting... so tempting.

  14. Re:Looks like email and the desktop were not enoug on China Emphasizes Laws As Google Defies Censorship · · Score: 2, Insightful

    I get furious with the DMCA, especially when it is abused for censorship purposes. I also have some very serious issues with the US government and what it is/has been doing. I have two short points to make though:

    1) Actions taken by the US government do not excuse actions taken by the Chinese government.
    2) You either have an incredibly warped sense of scale, or you are not very familar with the Chinese censorship program.

  15. Re:Looks like email and the desktop were not enoug on China Emphasizes Laws As Google Defies Censorship · · Score: 4, Insightful

    It is not "that they are censoring", it is "what they are censoring" that gets human rights violations involved.

    If google censored websites about Gitmo for the US government, I would be equally inflamed.

  16. Re:Looks like email and the desktop were not enoug on China Emphasizes Laws As Google Defies Censorship · · Score: 5, Insightful

    The GP accuses you of commiting a fallacy of scale, and I must say I agree.

    Sure you can logically draw comparisons between the DMCA and chinese censorship laws, it's not particularly hard or imaginative. The problem is when you compare the two on equal grounds. One involves gross violations of basic human rights, the other involves less Brittany Spears remixes on youtube.

    Don't get me wrong, I have strong moral issues with the US patent and copyright laws. But I have far greater issues with human rights violations, regardless of who commits them. Not all atrocities are created equal.

    But trying to force the same kind of thinking you have to other people, especially to people in other cultures, just sickens me.

    Call me crazy, but I don't excuse the things the Chinese government does just because they convinced their population that they should. If thinking that basic human rights are universal makes me an imperialistic American dog, then I am a proud imperialistic American dog.

  17. Avoiding questions. on China Emphasizes Laws As Google Defies Censorship · · Score: 1

    when asked if those laws apply to the government as well it was quickly avoided

    Sometimes, avoiding a question provides are all the answer you need.

  18. Re:Stunt on Man Uses Drake Equation To Explain Girlfriend Woes · · Score: 1

    If he can make that work without being incredibly rich, more power to him ;)

  19. Re:Business As Usual on Only 27% of Organizations Use Encryption · · Score: 2, Insightful

    I can give you the best security tools

    Well according to this article, it seems the vast majority of your peers cannot even be irked to do that much. Blaming users for not knowing how to use software they were never given in the first place takes a special kind of jackass.

    Also, password expire times are idiotic that probably do more to reduce password security than increase it.

  20. Re:Wait, what? on Gmail Moves To HTTPS By Default · · Score: 1

    This certainly is not the case. In fact, I don't know of any that do. Off the top of my head, AES, DES, RSA, RC4, and Blowfish do not, and those are the big guys. In fact, I would be very hesitant to trust any cipher that did do compression, as good ciphers should do one thing and one thing only, and if the security of the cipher relies on compression being applied beforehand, then there are some pretty serious issues with it.

    Now, programs that implement cryptographic ciphers might apply compression before encryption, but these two functions are quite seperate from each other.

    The reason you need to apply compression before encryption, incase anyone was wondering, is because both encryption and compression raise the entropy of a chunk of data. Compression algorithms work rather poorly on data with high entropy, but cryptographic ciphers don't care.

  21. Re:Stunt on Man Uses Drake Equation To Explain Girlfriend Woes · · Score: 5, Funny

    No no no, this was a bad idea entirely. Now if he does find someone, he won't be able to tell her "you're the only one", he just proved there are 25 other women he would like to be with!

  22. Re:Wait, what? on Gmail Moves To HTTPS By Default · · Score: 3, Insightful

    2. Encrypted data, if the algorithm doesn't suck, is not easily compressed.

    That is why you always apply compression before encryption. Not exactly rocket science.

  23. Re:Sounds about right. on Comcast Launches Broadband Meter · · Score: 1

    I also get 5% of the reliability of a T1 line I guess?

    I wish...

  24. Re:About split on Google Docs To Host Any File Type · · Score: 1

    Whenever I see those used, it's generally with files that are already compressed anyways. Seems like it's just adding overhead and complication.

  25. Re:hmm on US Coast Guard Intends To Kill LORAN-C · · Score: 1

    200m is good enough for a lot of things. Including a few small things like general navigation.

    Sailors used to use the stars, are you telling me that 200m is too inaccurate to get you back to port safetly? Hell, sailors used to do all of those things without GPS, as a backup system LORAN-C is great.