Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re:Share your "encryption network" with Suckerberg (Score 1) 138

You have an awfully high opinion of yourself, for someone who misses the obvious.

If the NSA wants to know with whom you exchange encrypted email, they can get that information by watching your email. PGP and SMIME don't encrypt SMTP envelope data (metadata).

Any graph that FB builds would hardly be useful. It would be incomplete, because there are many established means of sharing public key data. And beyond that, viewing someone's key isn't a strong indication that you will email them with encryption. It is more likely to mean that you received a signed message and want to verify the signature.

Drop the "sheeple" attitude, please. It isn't helping to secure, well, anything. It isn't good advocacy. It makes you look bad, and by extension, it makes everyone who advocates for secure communications look bad.

Comment Re:Share your "encryption network" with Suckerberg (Score 1) 138

if users don't want to self-sign keys

Self-signed keys offer the same level of security as PGP, with no additional drawbacks, and don't require additional software.

S/MIME was introduced as an alternative to PGP because all of the software required to implement it was already included in email clients that support SSL connections to servers. Because the implementation is simpler, S/MIME is superior to PGP in pretty much every way.

Comment CyanogenMod (Score 1) 344

I'm a CyanogenMod user, but I don't think they're a serious player in the Android community.

Cyanogen split from their first actual customer, OnePlus, after a partnership that has been described as "rocky." I don't know what the problem was, but that sounds to me like the company isn't capable of meeting its customers needs.

Beyond poor customer service, the developers do not appear, from the outside, to have any experience project management. There was never a stable release of CyanogenMod 12.0, and hasn't been a stable release of 12.1 yet either. A reasonable release process would probably involve a code branch containing their tested, stabilized add-ons that they integrated with AOSP. New features should be developed in a separate branch and merged after they've been through testing, and during a window that's open after a release of the stable branch. None of that appears to be happening. The changelog for their nightly builds is a firehose of bug fixes and new features.

And beyond THAT, I've never heard of Cyanogen working to push any fixes upstream into AOSP. I would love to hear that they do. If not, they're building a patch set that will only grow over time, which will eternally increase their workload of integration with the upstream project

It's unsustainable. And that's sad, because I like one or two of the features they add to AOSP.

Comment Re:Which RAID are they referring to? (Score 3, Informative) 226

That fix is actually in the wrong place. The fix for that is tracked in kernel.org's bugzilla # 98501. I'm not linking directly as linking to bugzilla tends to place too high a load on those systems. It's impolite.

Neil Brown said that he'd push the fix to Linus "shortly" at 2015-05-20 23:06:58 UTC. I still don't see the fix in Linus' tree.

Watch for a fix titled "md/raid0: fix restore to sector variable in raid0_make_request"

Comment Re:The GPL (Score 1) 469

Well, no it isn't. Those "small executables" can not function outside the systemd infrastructure

That's weird. I always heard people hold up qmail as being very unix-y because it was a pipeline of small apps with a specific purpose. But those individual apps don't function outside of the qmail infrastructure.

Yes, the systemd binaries have a specific purpose. That's definitely in line with the UNIX philosophy. The alternate approach is for every tool to be a Turing-complete general-purpose processor. Some UNIX tools are that (bash, sed, awk), but not every one is.

Comment Re:Why the surprise? (Score 2) 177

other than a kernel

...which is what Linux is.

Phones and tablets run Linux. Routers run Linux. Smart TVs run Linux. PCs run Linux. It is entirely accurate to describe all of those systems as "Linux."

And that's why it has always been correct to call the POSIX compliant desktop and server systems GNU/Linux.

Comment Re:systemd, eh? (Score 1) 494

Again, people posted repro steps, and I gave another example of a systemd bug so why you defending systemd?

Because I copied and pasted those steps into both CentOS 7 and Fedora 21 systems. Exit status was reflected in a "failed" state as expected, it wasn't thrown away. Messages written to stderr were recorded in both the journal and the syslog messages file. The steps described to reproduce the problem do not reproduce the problem on any system I have access to.

Comment Re: systemd rules!!! (Score 4, Informative) 494

Well, I also tried it and could not reproduce those results on either Fedora 21 or CentOS 7. Both systems logged stderr to both the journal and the syslog messages file.

The old init system did not log stderr. If you didn't see an error printed to a tty, it was lost. systemd is actually an improvement in exactly the aspect that ACs complain about through this thread.

Comment Re:systemd is a bad joke (Score 1) 494

the value of a craftsman is in his knowledge and experience of his tools

...and Linux had a bunch of non-POSIX features that went unused because the old init system was meant to be portable.

The people with knowledge of their tools (Linux, in this case) are quite happy to actually be using it rather than letting its features sit idle.

Slashdot Top Deals

So you think that money is the root of all evil. Have you ever asked what is the root of money? -- Ayn Rand

Working...