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

 



Forgot your password?
typodupeerror
×

Submission + - Boy Floats Away In flying saucer looking Balloon 1

ls671 writes: FORT COLLINS, Colo. — A 6-year-old boy is floating over northeastern Colorado in a homebuilt balloon and authorities are racing to try and rescue him.

The balloon, in the shape of a flying saucer is covered in foil and filled with helium. It has a compartment for a passenger underneath. It lifted the boy into the air near Fort Collins Thursday morning after the balloon became untethered at the boy's home.

http://www.thedenverchannel.com/news/21306839/detail.html

Comment Re:was Tanenbaum right?? (Score 1) 639

Making Linux a microkernel wouldn't help much, except maybe you wouldn't have to recompile the kernel to change the feature set. Besides, microkernels tend to be slower. Due to their architecture some things can't be done directly but rather have to be "communicated" to the right component. The communication channel often become a bottleneck.

I somewhat agree with Linus, the kernel is bloated. Many other things are bloated as well in many distributions. For that reason, on servers I manage I use Slackware (Which is a very slim and customizable OS) with hand-selected packages and custom-compiled kernels. It is obviously much harder to get advanced things done in Slackware but I gain a lot in resources usage and stability.

And this is what I like most about Linux and open source in general. If you don't like it you can customize it. Linux makes a particularly good job at it by letting you decide in great details what you want compiled in and what you don't. I can tell by the time it compiles that my server kernels are incredibly smaller than most generic kernels out there. In addition, Slackware is a god trade-off between usability and simplicity (I could use Gentoo to get exactly what I want but I loose on the usability side). It is very lean yet it can do most of the job out of the box, and for the more advanced things I compile my own custom packages or install from source.

Intel

Submission + - ARM takes the fight to Intel, risks hurting its pa (hexus.net)

unts writes: UK CPU designer ARM is moving to make it easier for companies to produce systems containing ARM processors. The company is offering up "hard macro" implementations of its newest Cortex-A9 CPU, ready for integration into System-on-Chip designs, reducing the cost and time involved in designing and testing them. In doing so, it claims it is upping the ante in its battle to beat Intel in the mobile and netbook spaces, and indeed beyond. This is a departure from the existing so-called "ARM ecosystem" whereby its partners must come up with the hard implementation of the cores themselves. However, HEXUS.channel mulls over the possibility of such a move creating issues with existing partners who've already invested heavily in their own ARM-based designs:

The likes of Qualcomm and NVIDIA didn't spend zillions of dollars developing Snapdragon and Tegra respectively, only to find themselves having to compete with numerous other entrants to the market, all facilitated by their supposed partner ARM. This could be an additional reason for ARM to continually make such a big point about how its targeting Intel.


Submission + - ARM attacks Intel's netbook stranglehold (pcpro.co.uk)

Barence writes: British chip designer ARM is launching an outright attack on Intel with the launch of a 2GHz processor aimed at everything from netbooks to servers. ARM claims the 40nm Cortex A9 MPCore processor represents a shift in strategy for the company, which has until now concentrated on low-power processors for mobile devices. In the consumer market, ARM is pitching the Cortex A9 directly against Intel's Atom, claiming the processor offers five times the power while only drawing comparable amounts of energy. "It's head and shoulders above anything Intel can deliver today," ARM VP of marketing Eric Schom claims. However, it has one major drawback: it doesn't support Windows. "We've had conversations with Microsoft and you can imagine what they entail," says Schom.

Comment Re:Tornado is both (Score 1) 113

You don't need uniprocessor, just run one instance per CPU. You may also have workers processes (ex php workers) and poll them. either way you can achieve full CPU usage without using threads.

Threads can be an advantage in multi-processor systems but I haven't seen that many applications implementing them properly. Having too many threads running at the same time wastes more time in context switches, OTOH one process per CPU using epoll in a non-blocking event loop is very simple to do and gives you excellent scalability.

Comment Re:Complexity. (Score 1) 236

As far as I know, besides primes there's a bunch of random data that gets in key generation. Knowing the primes only make it slightly easier to crack the key.

By default PGP use a known set of primes to generate keys, and so far keys generated by it are still secure.

Comment Re:Just wait for more users (Score 1) 460

Ok, it's getting a bit off-topic, but up-scaling is the most hilarious feature I ever saw on electronics devices. It doesn't make the picture any better and TVs should support lower resolutions just as well (mine does).

Arguably, even more laughable are up-scaling recorders, as it takes more bits for the same quality, but the quality isn't any better after scaling it up either!

Comment Just wait for more users (Score 1) 460

AFAIK BD still have a small penetration and most people are still using standard DVD's (I even recall an article a couple weeks ago about avericans having more HD-DVD players in circulation than BD players!)

Just wait until more people use DB and I'm sure it won't be long before each new BD+ gets cracked promptly...

Comment Sattelite is not 3G! (Score 1) 541

The author of this article seems totally clueless about what "beaming broadband via satellite" means, as it has absolutely nothing to to with 3G or anything cellular related. Cell phones require widespread wireless installation to cover a given area and just couldn't be done remotely!

Broadband internet can work via satellite using a dish antenna, just like with any satellite TV. It has a high latency (~500 ms in each direction AFAIK, so if you're not using terrestrial lines for outbound traffic that means ~1000 ms) but could definitely be used for that purpose.

Google

Submission + - Google services failure 1

banetbi writes: "It seems that there is a massive failure at Google. Twitter is abuzz with reports of all Google services failing. It seems the outage is pretty widespread as there are reports from the US, Canada, and South America."
Microsoft

Submission + - The scary SLA on Microsoft's hosted services (pcpro.co.uk)

Barence writes: "PC Pro blogger Jon Honeyball has discovered some frightening clauses in the SLA for Microsoft's hosted Exchange service. To get a full refund on your fees, your hosted Exchange server has to be down for almost one week in four, assuming all the unexpected downtime happens within your working day. Scheduled downtime is excluded from the rebate scheme until it exceeds another 10 hours per calendar month. And, quite wonderfully, monthly uptime is "calculated by taking the total number of minutes in a calendar month multiplied by the total number of licensed users minus the total number of minutes of Downtime experienced by all users in a given calendar month, all divided by the total number of minutes in that calendar month multiplied by the total number of users." Eh?"
It's funny.  Laugh.

Submission + - Spanish scientists find cocaine in the air (yahoo.com)

lee317 writes: "AFP has a story on the results of a study revealing that the air in Barcelona and Madrid has detectible levels of cocaine, with higher levels on the weekend, "suggesting higher consumption at this time." Not to worry, the scientists say that it would take more than 1,000 years for a person to inhale one dose of the drug based on their findings of 29 to 850 picograms per cubic metre of air (a picogramme is one trillionth of a gram)."

Slashdot Top Deals

Thus spake the master programmer: "After three days without programming, life becomes meaningless." -- Geoffrey James, "The Tao of Programming"

Working...