Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment Re:A sense of scale (Score 1) 24

Somebody is certainly missing a sense of scale.

Traditional Earth observation is done using a small number of satellites at a large distance, traditionally in geostationary orbit (35,786 km away). Using a large number of satellites in low orbit (300 km away), you can use low-power transmitters and commodity cameras. Sure, without cooling, you lose the thermal IR range, but in return you gain a great deal of resolution in the other bands.

Comment Re: Relays, not exit nodes (Score 1) 80

Let me ask you this, since you obviously didn't think about it...if Tor is so good at protecting privacy and traffic, how does the DoJ know what percentage of ANYTHING is going through it?

That's easy: you set up an exit node and watch the traffic going by.

Tor only promises to protect the data as it travels between your computer and the exit node. If you want protection after that, you'd better use SSL.

Comment Re:I actually warned the FBI... (Score 3, Informative) 110

You alerted them to actual spam.

The purpose of the suffix was to evade simple subject-line spam filters, while the "word salad" was an effort to evade word-classifier spam filters by drowning out the "spam-like" words with "non-spam" words, or to poison the classifiers and render them useless by loading up the "spam" wordlists with words that usually appear in non-spam messages.

Comment Re:I've got an idea !! (Score 2) 248

Parachutes don't have the accuracy needed to land on a barge, and splashing down in the ocean means complete disassembly to get the residual salt off all the parts.

The Shuttle SRBs could do parachute recovery with ocean splashdown because they consisted of a small number of very large parts, and needed pressure-washing to get the fuel residue off anyway. Taking a liquid-fuel rocket apart is a much harder task.

Comment Re:I'm amazed (Score 1) 169

from your figures it appears your script is including the theoretical purchase price of music that Pandora chooses to play at you rather than just the musicyou actively selected. I mean it could play something you don't even like or would ever buy but your script would still include the cost.

I've got statistics on that, too. Pandora is 99.65% accurate at picking music I like (by play count), or 98.03% accurate (by track count). Doesn't change the cost by much.

What about the extra hidden cost of your internet connections themselves and the necessary extra bandwidth usage?

The amortized cost of my Internet connection probably doubles the effective cost of Pandora, but even if the entire cost were added, it would still be many times cheaper than the iTunes cost.

Comment Re:I'm amazed (Score 1) 169

1) You can't listen to your music when you dont have an active internet connection.
2) You're basically paying regularly/multiple times to hear the same music you could just pay for/download once.

I've been running a script to track my Pandora activity for almost eight years. According to it, my "collection" of music would cost me somewhere between $22,000 (iTunes) and $150,000 (CDs) if purchased, versus $300 or so for a Pandora subscription.

Yes, purchasing the music would let me play what I want when I want, even in the rare instances that my nearly-always-on Internet connection is down, but it's not worth a 75-fold increase in price.

(21,934 distinct tracks from 11,050 albums by approximately 6,596 artists, for a total of 190,330 tracks played.)

Comment Re:"suspected pedophile" (Score 1) 150

When they claim that there are "tens of millions" of images in this database, I wonder how many are of victims and how many are cartoons found on 4chan or scans of children's clothes catalogues and that sort of thing.

I want to know how many are of teenagers. Reportedly the single largest source of child pornography these days is teenagers with cell-phone cameras taking steamy self-portraits.

Comment Re:The only solution I can think of (Score 3, Informative) 136

Not really. Random jitter can be dealt with statistically: collect more data, compute the mean, and use the mean where you would have used the exact timing.

In order to defeat timing analysis through noise injection, you need to introduce a large amount of variation compared to the number of packets being sent; for any realistically-sized data transfer, this requires jitter on the order of minutes to hours.

Comment Re:Put the SMART stats to the test (Score 1) 142

Google did this about seven years ago. Of the stats, a drive with a non-zero scan error count has a 70% chance of surviving eight months, one with a non-zero reallocated sector count has a 85% chance of survival, and one with a non-zero pending sector count has a 75% chance of survival. For comparison, a drive with no error indications has a better than 99% chance of surviving eight months.

Overall, 44% of failures can be predicted with a low false-positive rate, while 64% can be predicted with an unacceptably high false-positive rate. 36% of drive failures occur with no SMART failure indications at all.

Comment Re:Top #1 Indicator That Correlates To Drive Failu (Score 1) 142

If you go by Google's definition of failing (the raw value of any of Reallocated_Sector_Ct, Current_Pending_Sector, or Offline_Uncorrectable goes non-zero) rather than the SMART definition of failing (any scaled value goes below the "failure threshold" value defined in the drive's firmware), about 40% of drive failures can be predicted with an acceptably low false-positive rate. You're correct, though, that the "SMART health assessment" is useless as a predictor of failure.

They did a study on this a few years back. It comes to about the same conclusions that Backblaze's study does, but with more numbers (and a larger data set).

Comment Re:OpenPGP (Score 2) 63

The scorecard gives negative marks for both PGP for Mac and PGP for Windows, for both "Are past comms secure if your keys are stolen?" and "Has the code been audited?" Both negative marks are quite wrong!!

I don't know about the auditing, but the negative mark for "Are past comms secure if your keys are stolen?" is quite right. They're talking about forward secrecy, and PGP doesn't implement it. The basic idea of forward secrecy is that even if all the long-term secrets (passwords, keys, etc.) involved in a conversation are stolen, the person who stole them cannot go back and decrypt the encrypted messages.

Comment Re:In laymen's terms... (Score 1) 138

called it dark matter, where 'dark' is a fancy word for 'nobody knows what it is'

Actually, "dark matter" was originally called "dark" because it wasn't hot enough to emit light (the Earth, for example, would be considered "dark matter" under this definition). Dark matter was originally thought to be things like stray planets, cold gas clouds, and the like. People only started looking for exotic dark matter once they realized there wasn't enough ordinary matter to do the job.

Comment Re:I still don't see what's wrong with X (Score 1) 226

X is optimized for programs that use a small number of colors to draw an effectively vector-based user interface on a raster display. It is very, very good at that, and provides a powerful range of tools for the job.

Most programs use color-rich bitmap-based user interfaces. Doing this with core X functionality is painfully slow and difficult (think tens of seconds to draw a 800x600 JPEG), so everyone uses protocol extensions for this. Wayland is designed around bitmap-based drawing at the core.

Slashdot Top Deals

Work without a vision is slavery, Vision without work is a pipe dream, But vision with work is the hope of the world.

Working...