Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:3G is terrible for all these things (Score 2) 118

Not just that, but IF you would want to use a cell network (for example aggregation in a network that works with 802.15.4 otherwise), why not just bog standard GPRS. Much better coverage than even 3G, and would still be fast enough. If the Telco's would be smart, they would even target SMS for this. Lower power consumption, even better coverage, and SMS revenue is in decline because everyone is using data to send text messages instead of actually using SMS. Telco's could provide bulk messaging for M2M applications... Instead, they won't because they are shortsighted - just like they wouldn't with the pager network.

Comment Re:There is no "almost impossible" (Score 5, Informative) 236

Actually, it is not. In reality, a 256 bit key can not be brute forced because of physics - especially the second law of thermodynamics. One of the results of this law is that information needs energy to be represented. In an ideal computer, the representation of one bit requires kT energy, where k is the Boltzman constant and T is the temperature. Let's assume we can operate at the average temperature of 3.2 Kelvin, the average temperature of the universe. The required energy to represent a bit in this case would be around 4.416*10-23 Joule.

The annual amount of energy that our sun emits is about 1.21*10^34 Joule. Dividing this with the per bit-change energy, we could provide power for our ideal computer to perform 2.74*10^56 bit changes. This is just about enough to have a 187-bit counter go through all its states. This does not include the energy needed for the computations to test each key (our counter state in this case) for correctness.

A 256 bit counter would require ~400.000.000.000.000.000.000 stars like our sun just to represent in the counter of our ideal computer.

Or, to say it in the words of Bruce Schneier:
"...brute force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space".

Note: I am not talking about potential attacks against the algorithms here, etc. only pointing out that encryption is definitely not ALWAYS breakable by brute force.

Comment Re:I see no benefit to me to use, buy bit coins. (Score 1) 134

And the only ones who can mine them are criminals stealing other peoples PC to do the mining. Someone here said its impossible to make a profit mining with one PC as the cost of mining it far greater then the profit.

Bitcoin mining these days is done using ASICS, not PC's...

I see no benefit to me to use, buy bit coins. I use dollars why should I switch unless to do something criminal?

Just because you don't see a benefit, doesn't mean it can't be beneficial to someone else in a different situation from your own. People didn't see much use to oil at first either. Doesn't mean the only other thing one can do with it must be something criminal...

Comment Re:Assembler only - One Coder - No backdoors. (Score 1) 240

If you want to get started with FPGA's, consider the ZedBoard: http://www.zedboard.org/. The Xilinx Zynq offers the best of both worlds; you've got two Cortex A9 ARM codes (with NEON etc.) and FPGA fabric around it where you can implement your own peripherals and communicate with them from the CPU. You can use it as stand alone FPGA or Linux system as well, and gradually start using the 'other' side.

Comment Re:Love it (Score 1) 46

One of the main reasons the Japanese have been doing so much work on human looking robots is a social problem: they have a graying population (for a long time already), and the goal was to have robots that could replace people taking care of the elderly, disabled, etc. In that use case, it helps to have a robot that looks human instead of a possibly creepy looking machine. Problems such as the 'uncanny valley' issue were intended to be solved as well.

Submission + - GPS Tracker project also improves Raspberry Pi performance

An anonymous reader writes: There is a GPS tracking project seeking funding on Indiegogo: http://igg.me/p/424464/x/3476322 and they have released a video demoing their software on a Raspberry Pi: http://youtu.be/JOkks0oVsp8. They seem to have managed to make some really cool improvements to the Raspberry Pi's Linux base with significant performance enhancements to the desktop. From the video description:

"This shows a customized desktop environment for the Raspberry Pi primarily based around Cairo-dock and XFWM4. It has several performance tweaks applied. It furthermore shows the i.AM GPS Mapper application and some of its features running on the Raspberry Pi. Care has been taken to allow best performance on this low power system, but not all optimizations are present in this demo. It also does not take advantage of Wayland/Weston (that's planned for when those become more stable), so everything is done on the CPU and no offloading to the GPU is done!"

Slashdot Top Deals

Life is a whim of several billion cells to be you for a while.

Working...