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

 



Forgot your password?
typodupeerror
×

Comment Re:Hemingway Quote (Score 1) 393

Stupid quote that doesn't apply. The reality is that no new PC hardware means no new PC sales.

Did IDC Predict that the newest GPUs would focus on energy efficiency, forsaking performance improvements; and it has been well over a year since Intel broke new performance ground? Even AMD hasn't released anything worth considering, unless your in the market for a budget pc, since the middle of last year.

You are conflating cause and effect here. The hardware manufacturers are focusing on energy efficiency and forsaking performance improvments *because* sales are down. They're trying to close the gap between traditional PCs and tablets, which people are buying in record numbers for their size and battery life. The way you close that gap is by improving energy efficiency.

Comment Re:In all seriousness.. (Score 1) 397

If private organizations can't use drones to help with natural disasters, such as those in Colorado, how do you suppose this will get approved to fly near local airports and various cities and towns won't outlaw the flying of drones?

By money, of course. Same way everything gets approved.

Private organizations don't have Amazon money.

Comment Re:Lots of little boards (Score 1) 130

I like Linux on small devices like this, but I hate Busybox. Saving a couple of MB was a big deal back when you had 16MB of flash storage and that was it, but these days it's not unusual to have 16GB. Saving those few bytes on a version of Bash that barfs on a lot of common scripts is just dumb.

Then compile up bash and add it to your rootfs. That's what we do, for exactly the reasons you mentioned; I wanted to run more modern shell scripts andd busybox didn't support them. But that's ok, just because you start with busybox doesn't mean you have to stop there.

Comment Re:Someone needs to tell the Linux distro creators (Score 1) 505

And who would tell the distro creators this? Linus? I don't think so. If he did that, it would cease to be linux. Linux is, by definition of it's creator, open. You are free to do with it what you please. If that means fragmenting the community, so be it. Let them follow you, or not, as they see fit. Does it cause problems? Sure. But the alternative is telling people what they can or cannot do with the source code. And that would not be Linux.

Linux may or may not converge into less distributions. You are free to argue that it should, and others are free to follow as they see fit. But somehow restricting people from creating forks of the code would be going against everything that Linux was created for. There are plenty of walled garden OS's that can offer you a consistent experience. If you want that, choose one of those. Linux will continue to be relevant and useful to many long after you're gone, regardless of whether you find it's particular use model suitable to your tastes.

Comment Re:Think of it as standardized assembly programmin (Score 1) 793

Doesn't have to be that old. I wrote, and am still maintaining a program written for an MSP430 that fits into 13k (ok, 12.8k) of code, as it was a 16k part and 3k was used for the bootloader + vector table. It's running right now, controlling power supplies and running PID loops. Actually, it's running about 750,000 copies right now, 24 hours a day, 365 days a year. Which is why it had to fit into 16k. Every penny counts when you multiply times 3/4 million. And yes, of course it's in C. No worries about memory leaks though, there's no heap. I do worry about the 80 byte stack though, maybe it's time to bump it up to an even 128.

Comment Re:Why Thailand? (Score 1) 292

Hard drive manufacturing started in Singapore due to an availability of high tech and has been migrating steadily north ever since to capture cheaper labor rates as hard drive margins shrank and technical competence in other countries increased. Singapore -> Malasyia -> Thailand -> China.

Comment Re:Cooling (Score 1) 127

As reported in TFA, the die-shrunk version runs a bit cooler. Which if you know your thermodynamics, is pretty much inevitable if it has lower power consumption.

How much thermodynamics do you need to know that things that draw less power run less hot?

Slashdot Top Deals

For God's sake, stop researching for a while and begin to think!

Working...