Slashdot Mirror


User: nine-times

nine-times's activity in the archive.

Stories
0
Comments
11,859
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 11,859

  1. Re:Another bad omen for privacy and security on Moxie Marlinspike: GPG Has Run Its Course · · Score: 1

    To clarify, I think it's pretty obvious to anyone who isn't dumb, and isn't being intentionally obtuse, that Gmail does not provide the level of security I'm suggesting.

    So I guess the question is, which are you? An idiot, or an asshole?

  2. Re:Another bad omen for privacy and security on Moxie Marlinspike: GPG Has Run Its Course · · Score: 1

    Who said those were the things that I wanted?

  3. Re:Another bad omen for privacy and security on Moxie Marlinspike: GPG Has Run Its Course · · Score: 1

    AFAIK, Gmail uses SSL for its connections, but the messages don't have any special additional form of encryption beyond that.

  4. Re:Another bad omen for privacy and security on Moxie Marlinspike: GPG Has Run Its Course · · Score: 1

    I don't see any usability problem for a token usage of encryption already for a few years. Only problem is with real usage of encryption, and that necessitates third parties / intermediaries to be unable to decrypt.

    I'm not sure whether this is what you mean, but I think you may be missing the point with your talk about "real encryption". It is not necessary that no third parties can decrypt your data or messages in order to have encryption be useful. Security is not about absolutes. In almost all real-life security scenarios, there are requirements that you allow certain vulnerabilities, and that you trust some people.

    For example, you can say, "With GPG, I don't have to trust anyone. I encrypt a message, and then the only person who can read it is the recipient."

    But that's not strictly true. First, you're still trusting the recipient. That recipient could decrypt your message and make it public. Technology doesn't help you there. Additionally, you're trusting the recipient's security. If that recipient has malware that snoops on communications or grabs their private keys, the message can be decrypted. If that recipient has an untrustworthy spouse with access to the recipient's computers and passwords, then your information isn't completely safe.

    Beyond that, you're trusting the makers of GPG. You're trusting that they know what they're doing-- that when they say their encryption can't be broken, they're right about that. You're also trusting that those people are not malicious themselves, and haven't left any backdoors available. You might argue that people can audit the code, but then you're just trusting the auditors. Even if you audit the code yourself, you're trusting your own understanding, which relies on the accuracy of your education on the topic.

    So I'm getting kind of picky here, but the point is, if you understand security, then you understand that there is no situation without trust and vulnerability. The trick is to understand your vulnerabilities, and to be careful in choosing who to trust.

    So if, in order to protect yourself from the data loss that would result in losing your keys, you choose to trust some other third party, that is not necessarily bad security. The trick would be in making sure you understood the vulnerabilities it exposed, and to choose the right people to trust. I'd rather trust Google to secure my email then I would trust the internet in general not to read my unsecured email.

  5. Re:Ah, Damnit... on Users Decry New Icon Look In Windows 10 · · Score: 1

    I guess they're still trying to prove that they can ignore overwhelming customer feedback in a way that's uniquely suited to mega corporations.

    Except that a lot of people really like the flat look. That's why Google, Apple, and Microsoft have all adopted it. They're not ignoring customer feedback, they're chasing after it.

    Don't assume that just because you think something is ugly, everyone else agrees.

  6. Re:If you hate Change so much...... on Users Decry New Icon Look In Windows 10 · · Score: 4, Insightful

    I just want to interject an opposing point of view here. It's very easy to think that icons don't matter, and that the only thing that matters is some kind of 'objective functionality'. Like, "Windows boots up, it runs the things I want, it has the features I want, therefore icons are irrelevant." I can think of few reasons, off the top of my head, why we shouldn't be so dismissive of design.

    First, design matters for the sake of clarity. In the example of icons, you want to make sure that it's clear which image is an icon, and which is some other design element. Which images are clickable? What does that image represent? Those questions are important for UI design. Further, it's important that icons are distinguishable from each other.

    As much as possible, you want icons to provide a cue to the user as to what will happen when you click on that icon. If you're going to have one icon for a folder that contains music, and another for a folder that contains images, you don't want them to look close enough that they can be confused. Going further down the line of thinking, if you're going to use the "folder" metaphor, then you probably want to make all 'folders' have folder icons, and have no applications have icons that look like folders. Consistency is also very important in making a UI intuitive and usable.

    But all of that is still a bit in the realm of 'practical' and 'functional', and I'd want to make an additional argument that it matters whether a UI is 'pretty'. In short, you have people sitting in a chair looking at these images for 8-12 hours per day, and design aspects of the interface have to have a psychological impact on a person. It would be subtle, in that I would bet small changes have essentially no effect, but still important, in that I would bet that a drastic change in UI 'prettiness' could have a major impact on a person's mood and even productivity over time.

  7. Re:Another bad omen for privacy and security on Moxie Marlinspike: GPG Has Run Its Course · · Score: 1

    It's just a mess before you even get to key management, and there's not really a good, iron-clad key management system.

    I'm not sure what you mean by that? But yes, it's not optimal on Windows. For us Linux users it's much easier because gpg is usually installed by default and every thing we need is a "yum install" or "apt-get install" away

    What I meant by that last point is something that I imagine will be pretty controversial: I think that if you'd like to see encryption be more widespread, we not only need very easy software that supports it by default, but some key-management services that guarantees that you access to your keys across platforms, at all times, and that your keys are safe and backed up. Even if it means trusting your private keys to a 3rd party like Lastpass or Google or Microsoft, and they could theoretically decrypt all of your files and communication, most people simply cannot be trusted to secure their own keys. And most people will need support in making sure their keys are set up right, backed up, and revoked in case of a problem.

    There are a lot of different ways that this could be handled, but a lot of people who favor GPG seem to like the fact that they can encrypt everything end-to-end, keep hold on their own keys, etc. The idea of trusting a 3rd party to safeguard your key might seem antithetical to the whole idea. However, most people are not so thorough or patient. Most people don't even want to think about keys. They would like encryption, but they want it to be complete transparent, so that everything is encrypted without them noticing, and without danger of data loss. Systems that are not set up that way will not succeed with the general public.

  8. Re:Another bad omen for privacy and security on Moxie Marlinspike: GPG Has Run Its Course · · Score: 1

    Using crypto is hard. People lose keys, forget passwords, don't transmit keys in a secure way, don't store keys in a secure way, revoking keys, checking for revocation, using third party services like webmail and so on. Strong crypto is like losing your house key and being told that sucks, but since it's an impenetrable bunker with an unpickable lock there's nothing you can do but start from scratch.

    I agree that this is roughly the problem. I don't use GPG to encrypt my email, for example, because nobody I know has anything installed capable of decrypting is or even verifying the signature.

    I could tell them to download/install things, and even if they were somewhat willing to give it a try, there's a big problem.

    So I'll admit that I haven't bothered with it in years, but I suspect that it hasn't improved dramatically because (and this is part of the problem) usability for these kinds of things never seem to improve. So what I'm going to say may not be 100% accurate, based on past experience, here's a general overview of the sort of thing that happens:

    Joe Sixpack hears that he can encrypt his email and read friends' encrypted email if he just installs Enigmail for Thunderbird. He's a little confused by this, since he doesn't know what Enigmail or Thunderbird is, and he just uses Gmail. But let's assume Joe Sixpack is smart, interested, and persistent, so he goes looking for answers.

    He locates and installs Thunderbird. Ok, weird. It's a weird old-style email application of the kind that Joe doesn't use anymore, and it has tabs for some reason. Joe doesn't really know what to do with that, but he ignores it for now. He gets his email set up and working.

    Joe goes looking for Enigmail, and finds out that it's a plugin of some kind. He finds a site with an install button. He clicks it, and... it downloads some weird file. Joe doesn't know what to do with this. He double-clicks on it, and it doesn't run. He drags it to the Thunderbird window, and nothing happens. Confused, Joe googles around for answers, and finally finds install instructions. Yay! Enigmail is installed.

    Joe runs Thunderbird and tries to click on the buttons that Engimail added, and... nothing happens. Is it working? No, there's some weird error message. Joe googles that error message, and finds that he needs to install GPG, too. Nobody told Joe about GPG. Oh well. He googles GPG, and downloads an installer. He runs it, GPG is installed, and he tries again. Now he gets a different error. On researching that, it turns out that he downloaded the wrong GPG installer. He needs a different one, though it's not clear why. Joe locates the correct installer, downloads and installs that, and bingo, things seem to be working now.

    But now Joe is being prompted for information about... I don't know, something about fish? There are lots of letters and what Joe thinks are acronyms or something. Who knows. He needs to enter a password, and there's something about "keys"....?

    Joe's thinking, "Wait, so I need to make 'keys' and back them up? Where do I back them up. I'm being warned that if I lose them, I lose all of my info, but there's no clear way to back them up so that I can't lose them." He forges ahead, creates the keys. Uploads something to a server somewhere-- public keys. "I guess that's fine for them to be uploaded. It says they're public. But then were did those keys go? I can't find the files. How do I back them up if I can't find the files." Finally, "Ok, fuck this. I don't want to deal with this. I don't even know anyone else who encrypts their email, so why am I doing all this?"

    Joe calls it quits for a couple of months, and then gets curious and decides to try again. By this time, he's lost his keys, and he realizes that losing keys is a real danger. Meanwhile, in the process of screwing around with things, he finds that his old public keys are still on a server somewhere. They have no revocati

  9. Re:What he really said on Bill Nye Disses "Regular" Software Writers' Science Knowledge · · Score: 1

    I didn't read it, but I would also guess that part of his reason for calling out programmers might be in order to refute the whole concept of "STEM" as a coherent subject. Like, "I learned to program, so that must mean that I understand particle physics," or "I'm an engineer, so I understand all science in general."

  10. Re:Huh? on Obama Says He's 'A Strong Believer In Strong Encryption' · · Score: 2, Informative

    It's funny. On the one hand, you have people screaming bloody murder because Obama is acting like a dictator, giving people healthcare that they don't want, and obviously, as an elected official, the President should follow the will of the people.

    On the other hand, he's a spineless pandering lame-duck who is unable to make unpopular choices.

    I don't know what to make of it. Ah, except maybe this little statement that you quoted is actually relevant here: "The first time that an attack takes place in which it turns out that we had a lead and we couldn't follow up on it, the public's going to demand answers." So what he's pointing out is that, with all the people demanding privacy and encryption and whatever else, those very same people will be looking for his head on a platter the first time encryption works against them. What he's pointing out here is that people are fickle and inconsistent, and it's foolish to run around satisfying today's whims without considering tomorrows reality.

    Turns out he understands the nature of this "making hard choices" than you do.

  11. Bad examples on Ask Slashdot: What Portion of Developers Are Bad At What They Do? · · Score: 1

    I'm going to echo what others are saying and say that I think your examples are bad. I wouldn't necessarily expect a developer to understand public key encryption unless they had a background of working with public key encryption. You don't necessarily need to understand that sort of thing to make web applications or iOS apps, so it really depends on the kind of development you're doing.

    Regarding file encryption, I find the question to be reasonable. If you want to send an encrypted Excel file to someone, it's probably smarter to just use the built-in password protection and encryption. If you can trust that someone has Excel enough to send them an Excel file, then you can assume they have Excel enough to open a password protected file. I would not, however, trust that someone has GPG installed.

    Getting back to your question, I generally estimate that roughly 80% of people are bad at their jobs, whatever they do. This is based on a couple decades of anecdotal evidence in the professional world, but it's borne out with the new experience I continue to have, and other people seem to share the experience.

  12. Re:Filesystem structure on Is Modern Linux Becoming Too Complex? · · Score: 1

    Yes, I agree that you're used to it.

  13. Re:Whatever you're used to seems simple on Is Modern Linux Becoming Too Complex? · · Score: 1

    I'm not saying that I don't understand the filesystem. I'm used to it, and I often forget how random and silly it is. My point is that if you try to look at it with fresh eyes, it is a bit silly.

    And people tend to do what you've just done, which is to make up an order and arrangement that almost makes sense. But the truth is, the whole thing evolved over time, and almost none of those things were the original intention. As someone pointed out, /usr started out as the place for user home/profile directories, but people kept putting things in there that didn't belong, which lead to the creation of /home and the abandonment of /usr to "another place we put binaries, for some reason."

    AFAIK, /var started out as a place for specifically variable-sized files. The idea was that if you had a set of files which might grow very quickly, you might want those on their own drive or partition so they wouldn't overrun the rest of the system. Now, when you get down to it, it's because sort of like the /home directory that doesn't belong to any particular user. Sort of like Windows "ProgramData" folder. And /etc was named that because it was a bit of a catch-all for anything else, but really now it's pretty much a dedicated "system configuration file" location.

    But those are just the names, and my point wasn't just "Oh, I don't particularly care for the names". My point was, this is a structure that's grown organically over decades, and it is not really "clean". Do we really need /lib, /var/lib, and /usr/lib? Do we really need /bin, /sbin, /usr/bin, /usr/local/bin, and /usr/sbin? My impression is that some of this repetition was created as a bit of a kludgey way to solve some particular problem, and then left in place for compatibility/legacy reasons, and maybe just "we're not sure whether this will break anything, so let's leave it alone." And then, after sitting around that way for a decade, everyone was so used to it that it just seems like "the way it's supposed to be."

    And fine, whatever. It works. People are used to it. Why change for the sake of change? But don't pretend like it was an elegant planned organization.

  14. Re:Whatever you're used to seems simple on Is Modern Linux Becoming Too Complex? · · Score: 2

    /usr is so called because it is where user installed programs and their supporting stuff usually go, in contrast to /bin which is your main system programs. bin means "binaries", which is exactly what is in there.

    Exactly. So there are never non-binary scripts in /bin, right? And if I install a vanilla Linux install without any additional installations, than /usr will be completely empty because it's only for user-installed programs. Well, and their "supporting stuff", which can be damned near anything.

    And then some things go into "opt", because fuck you that's why.

    Honestly, you're not even arguing with me. People don't need to know what /etc is, and if you know enough to mess around in /etc, then you'll probably know enough to know what's in there. But again, that says nothing about whether the name of it makes sense. Your argument boils down to "It's what we're used to, and we know what it is, so it's fine." And I say again, that's a fine argument. Just drop the nonsense in claiming that it's clean, logical, and well thought out.

    And I'm just talking about one simple little factor of the design-- directory naming structure. There's lots of messiness and nonsense. We just usually ignore it and forget about it in favor of maintaining conventions and compatibility.

  15. Re:Whatever you're used to seems simple on Is Modern Linux Becoming Too Complex? · · Score: 2

    Your complaints of /etc and so on lack merit, its not hard for someone to learn...

    Right, so what you're saying is, I'm already used to it, so it's fine. That was kind of my point. It's not a sensible layout, but you're used to it.

    And don't give me this crap about "just because someone 'doesnt like how it looks'." It's not about how it looks. It's about sensible design. When you're designing something like this, you should basically make some attempt to put things where an knowledgeable person would expect them to be. In the case of directory structures, this translates into something like, "Show the list of directories to someone who doesn't know the directory tree, and have them guess where things go." What goes into "dev" vs. "etc" vs. "bin" vs. "sbin"?

    And sure, you can say that it doesn't really matter what things are called and how things are organized, since people can always learn the weird, confusing, obscure directory structure. And that's a fine argument. But then don't give me this nonsense about the setup being, "clean, logical, well put-together, and organized." It's basically a bunch of kludge to maintain compatibility.

  16. Whatever you're used to seems simple on Is Modern Linux Becoming Too Complex? · · Score: 5, Insightful

    I used to be able to say Linux was clean, logical, well put-together, and organized.

    You would only say that because you were used to the previous organization. It has always been a mess of "catering to old UNIX paradigms" while also "trying to squeeze in the latest new thing." Old UNIX guys have always complained whenever the GNU tools had a different behavior from what they were used to, including changes that you take for granted. Bash was once new, and some people still don't like it.

    Do you remember the first time you saw a UNIX filesystem? Think back. You have directories like etc, usr, and var. "usr" doesn't really contain user information. "etc" doesn't include miscellaneous files. "var"? WTF is "var"?

    None of that shit ever made sense. It's what you were used to. If we set out today to make a sensible, orderly, logical, clean system, it would not look like modern Linux, and it would not look like old Linux.

  17. Re:Just one step closer to becoming Windows on Is Modern Linux Becoming Too Complex? · · Score: 1

    And then you look up that error message, and oh, "0xFF0SUX2BU" is the error code indicating that "the operation failed for some reason."

  18. Re:Losing their minds... on Microsoft Trademarks "Windows 365" · · Score: 1

    MS doubling down on charging for the OS would only help their competition. If they are serious about enabling their ecosystem, they need to restructure things so those goals fund the OS development, not require the OS development to pay for itself.

    That's why, IMO, Microsoft should go the Google route. They should make Windows free (maybe even Libre), and try to make their money from server software and services. Charge for Office 365, including MS Office, Storage for OneDrive, InTune, Exchange, etc. Create a consumer-focused version of InTune/Office 365-- sort of like iCloud. Continue charging for Windows Server, Exchange, and Sharepoint for business use. Use Windows for desktops/laptops/tablets/mobile as a loss-leader platform that enables them to deliver those services.

    It's a bit risky, but I think it's they'll be forced into it within a few more years anyway, and they'd be smart to go that direction before they're dragged in that direction.

    MS also misunderstands another facet. They think a rolling release OS is critical to their success. They think they need the OS to be able to incorporate new function on a whim. They probably feel that way as they are impatient to have Windows 10 come along to fix what they did wrong in Windows 8. The problem is no one was demanding features out of Windows 7.

    Well I think they actually would be very smart to have a rolling release, or somehow encouraging everyone to go up to Windows 10 ASAP. Yes, some of the reason for that would be so that they can give users the features they want, and promote services they'd like to support. The bigger issue is support. I think one of the smartest things that Apple has done in recent years is to make OSX upgrades free. It means that unless you have legacy hardware that's unsupported, there's no reason not to move to the most recent version. That means you don't have to spend as much time and money supporting those old versions. If everyone running Windows XP could have upgraded to Windows 7 at no cost (and without a significant slowdown on the system), then you would have heard a lot less bitching and moaning when Microsoft discontinued support for a 12 year-old operating system.

    The problem is, if Microsoft wants to achieve this rolling release by way of subscriptions, they're going to make a lot of people pretty angry. So personally, I think free is a smarter move.

  19. Re:Hard To Imagine... on Microsoft Trademarks "Windows 365" · · Score: 1

    Also-- and I've made this argument many times before-- the OS shouldn't be something that expires. The "subscription" that you're talking about, IIRC, was "Software Assurance" which includes support and free upgrades, but Windows XP wouldn't suddenly stop working if you chose not to renew your subscription.

    The rumor regarding this is that Microsoft has been planning a subscription version of Windows where, if you stop paying, your computer stops working. To my mind, that's unacceptable. Next thing you know, HP is going to start shipping subscription printer drivers that stop working if you don't pay their $5/month ransom, or your Smart TV will require a $5 subscription to keep the OS working. If you buy a hardware product, and the hardware vendor includes software because, in their opinion, without that software, your hardware will be useless, then that software should not expire.

  20. Re:Cue the libertarian fucktards on Confirmed: FCC Will Try To Regulate Internet Under Title II · · Score: 5, Insightful

    Yeah, that's very much in line with what I'm pointing out.

    I don't have a problem with a private contractor being used to actually build and maintain the road. I would be very uneasy allowing the private company to then "own" vital sections of road and charging whatever tolls they like. It would be so much worse if they could block some vehicles, charge different tolls for different vehicles, and set different speed limits for different vehicles, without even needing to provide a reason or rationale.

    So imagine that I own a company called "Road America Inc." and we own the roads going in and out of your town. Imagine I'm allowed to say, "Tolls for Ford cars are $1, and Ford cars can go 70 MPH. Tolls for Dodge are $20, and Dodge cars have a speed limit of 35 MPH." You see, I'm not owned by Ford, but I've made a deal with Ford where I get a payoff to promote their brand.

    I do, however, own some of the grocery stores in your town, and I'm charging very high tolls on any vehicles that carry groceries. Somehow, all of my grocery stores have cheaper goods. Maybe it's because I use the tolls on groceries to fund those grocery stores. I've outright blocked any incoming shipments of electronics, so my electronics stores are doing very well.

    Now does that seem fair?

  21. Re:Cue the libertarian fucktards on Confirmed: FCC Will Try To Regulate Internet Under Title II · · Score: 2

    The current mess is mostly due to local government (municipalities) imposed monopolies

    No, the current mess is mostly due to the fact that we've been treating the Internet like a private entertainment service rather than public telecommunication infrastructure. You're never going to get real "free market" competition out of infrastructure. By its nature, public infrastructure needs to be treated as... well, public infrastructure.

  22. Re:Lawful Content on Confirmed: FCC Will Try To Regulate Internet Under Title II · · Score: 2

    I don't think that's a concern for this discussion. They're not making it any easier or more allowed for ISPs to mess with illegal content. The ISPs are already allowed to block illegal content, and will always be allowed to do that. The news here is that they aren't allowed to block or throttle anything else.

    So yes, I would be concerned if they were talking about increasing the ability of ISPs to monitor and restrict questionable content, or if they were talking about expanding the definition of "unlawful content" to include other things. However, that doesn't seem to be relevant here. They're basically saying, "You're not allowed to throttle or block anything anymore. The only exception is if it's child pornography or something equally illegal, in which case, yes, we'll still let you block that."

  23. Why pirate? on Music Doesn't Feature In the Pirate Bay's Top 100 Biggest Torrents · · Score: 1

    Why would people bother to pirate music anymore? You can use Spotify for free, and get it ad-free and even with downloads allowed for a few dollars a month. There's no point.

    Some might argue that this is a serious problem-- that the music industry is in a shambles and it's not clear this is all sustainable. Others might argue that this is evidence of where the problem was all along-- that piracy is the result of high prices and poor service, and when people are provided a cheap and convenient product, they're often willing to pay for it in some way. Either way, I don't see much of a reason to pirate music anymore unless it's somehow unavailable through legal channels.

  24. Re:Native UI conventions...? on LibreOffice Gets a Streamlined Makeover With 4.4 Release · · Score: 2

    What pray tell is a "native" application supposed to look like?

    ... like the other applications on that platform. It's really not a hard concept. Go look at other professional applications that were built specifically for each platform. Your product should look like *that* on each particular platform.

    Ideally, on Gnome, it should look like it was written to run on Gnome. On KDE, like it was designed for KDE. On OSX, like it was made by Apple to run on OSX, and yes, on Windows, it should ideally feel like it was made by Microsoft for that particular version of Windows. Obviously that's an ideal that won't be met perfectly on all platforms. There will be compromises. But I don't think the concept is hard to understand.

  25. Re:"Rogue"? on Microsoft To Invest In Rogue Android Startup Cyanogen · · Score: 3, Insightful

    My perception is that Google is fairly open, more so than the others, not locking down the Nexus devices. But on the other hand, their Android partners are really locking things down, and the most generous view of Google is that they're simply powerless to stop it. Often enough, it seems like there are people within Google who favor openness, but the company as a whole is happy to let users' freedoms be restricted so long as it pushes them farther into the Google ecosystem.

    That's my perception, not that Microsoft or Apple, or even Blackberry are any better. Google is the most freedom-loving of the bunch, but still not exactly the rebel freedom-fighting bunch that their fans would sometimes like to paint them as.

    That's my perception, anyway, as an outsider who follows things relatively well.