Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Re:Unfamiliar (Score 1) 370

It's performing a checksum of your entire system. That's going to be a CPU hog. BTRFS will be no different in this regard.

Well, my btrfs scrubs 1.3 gigabytes per second and chances are it's IO-bound on the RAID10 SSDs, so if ZFS scrubbing performance is comparable, I would say it's not a CPU hog.

You can add a new disk to a pool. You can add a new mirror or Z vdev to a pool.

You make it sound such a petty limitation. But if you do have 5-device raidz and a pool, you are not going to add a single device to the system without risking data durability, you need to add at least two so you can mirror them, and then you're wasting space compared to parity-raids.

Comment Re:Battery consumption due to CPU? (Score 1) 87

Meh, I was hoping some kind of dim OLED MIP display that would display always, like in N9 (though I did notice it was not mentioned in the specs) - it would have explained why most of the clock displays had dark background.

There are accelerometers that can queue many samples and then pass them to the CPU in one go (ie. 100 samples) and in addition they can have thresholds for interrupts. If your CPU is going to be woken once a second - assuming 100 Hz sampling rate, which is quite nice - then it doesn't really sound that bad, unless you have bad power saving functionality either in the CPU or in the operating system.

I suppose BLE doesn't need to take that much energy either if you grant a few seconds latency from notifications to actually displaying them.

There's always hoping they can improve the battery usage with firmware upgrades..

Comment Battery consumption due to CPU? (Score 2) 87

Everyone keeps saying how this doesn't have the latest most powersaving CPU but how much CPU does this device even need? Once a second to update the hand? Or could even be a few times a minute for a smooth minute hand.

I would be surprised if the overwhelming majority of the amperage doesn't go to the display and the BLE radio (in that order), the CPU coming last.

Comment Circular LCDs (Score 1) 87

The addressing of LCDs is inherently cartesian, but I don't see why it means the display itself must be as well. The space not on the display is not wasted, there are not physical pixels being hidden here. Instead, the device provides the user with more free physical space compared to one with square screen, not to mention nicer look.

Comment Re:Proof (Score 2) 82

While there have been some Linux bugs due to the compiler, I can't really recall hardware problems that have caused security problems â" unless you already have physical access, and then all bets are off.

The compiler issue could be addressed by using a certified compiler, such as this: http://compcert.inria.fr/ . Sadly CompCert is not FOSS.

Comment Re:Where is IPv7? (Score 1) 250

Well, v4 doesn't require remembering IPv4 addresses either, but still it comes handy in a pinch to remember the gateway, the dns server, the WLAN access point, etc addresses. For some reason people really like to point out the Google's DNS server's IP, not its name.

Though remembering local gw and dns mostly comes to remembering the network prefix whcih won't be that large, assuming one has not used dynamic allocation for services in a network.

Slashdot Top Deals

"Protozoa are small, and bacteria are small, but viruses are smaller than the both put together."

Working...