Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:Hybrids (Score 1) 377

Thinking that farmers from Ghana will not be able to make a rational decision between buying industrial seed every year or saving whatever strain they have already from year to year is a not so subtle form of racism.

Or maybe what is or isn't rational varies based on local conditions. Capital availability is a concern. Distribution infrastructure (and differences in cost based on same) is a concern.

Ghana is one of the best-governed countries in its region, but even so, there's still an infrastructure gap -- a decade ago (which is as recent as I had knowledge) you had daily rolling blackouts even in the capitol as a matter of course; electrical generation capacity wasn't growing with demand.

Accusing those who disagree with you of assuming anything other than rational behavior in light of full knowledge of local conditions strikes me as starkly unreasonable.

Comment Re:Or just practicing for an actual job (Score 2) 320

Sorry kids, Library use is copying. Copying is not a bad thing, you save a lot of time by doing it.

Shared libraries or static libraries?

Static library use involves copying at the link phase. Shared library use doesn't. Depending on your license, the distinction can be legally significant.

And, well, that's the thing. Those of us who are professionals think about liability... which is why we can actually find a large company willing to buy our startups without doing an absolute freakout (or requesting a huge discount for cost of reimplementations) analyzing the codebase during due diligence.

Comment Re:Tempting (Score 1) 181

Multi-process architecture... I've not really noticed a problem with the threaded one, and Firefox already sticks flash objects in a separate process. So what's the real draw

Isolation. The same reason you want different apps to have their own processes instead of having the whole of userspace in one big blob. You can give processes reduced privileges to reduce the scope of exploits, hangs and crashes don't take down more than they have to, and leaks don't force you to restart the entire system to recover resources.

Plus it makes for simpler concurrency. Kind of handy when you've got a stop-the-world garbage collector if you can just split the world into many smaller independent units, each able to run at the same time and each with an order of magnitude less work to do and no synchronisation to worry about.

64bit... again, bragging points about how many bits you use, no functional difference to anyone

ASLR is a fuckload more effective when it has a reasonably sized address space to work with, and 2^32 is miles away from being reasonable. It's the difference between an attacker having to guess one of 8 locations and one of 8 billion. Plus, memory mapping things is awesome, and also a fuckload easier with a reasonably sized address space.

And hey, some of us actually use our browsers quite a lot. Mine's eating 5.5G right now. So many windows and tabs, and absolutely no fucking reason whatsoever why that should be considered even slightly unreasonable.

Comment Re:Yet another example... (Score 1) 176

Boredom is a big human factor in many accidents. We *should* be making a big deal about the boredom of people in charge of some incredibly dangerous weapons. Certainly in other safety related fields, boredom has resulted in serious fatal accidents (for example automation in airliners leading bored crews to trying experiments, leading to a crash). Attributing it to the "pussification of America" just shows this opinion to be rather ignorant of the serious consequences of ignoring human factors.

On the pussification of America, bring it on. If it makes the US a more peaceful place, and a country less likely to start wars, this bodes well for the planet. Pussification is good for our long term survival as a species now we have developed nuclear weapons.

Comment Re:Uh, simple (Score 1) 246

I suspect we'll figure out how to transfer the contents of a human mind to a machine before we have the means to colonize Mars. I have the feeling that manned Mars missions similar to the Moon missions are still decades off, and an actual colonization attempt would be nothing short of centuries off.

Comment Re:Could have been worse (Score 5, Interesting) 236

In terms of sheer numbers, I'd guess you are right: more Win32 applications have been written since 1995 or so than there are apps for iOS. Especially if you include in-house software.

In terms of applications to do something most people want to do, which is a subjective measure I admit, iOS may have the lead. Particularly so if you look for software that's optimized for tablet use: there are a lot of very capable Windows programs which are rather less usable on a tablet than with a physical keyboard and mouse, whereas iOS apps are all designed around touchscreen use.

For example, I've been looking for a map program (similar to Google Maps) that runs on a handheld Windows 7 PC with attached GPS. It's surprising how few choices there are that do the basic function of showing your GPS position on a map, and aren't some crusty thing last updated in 2004. True, if I included Windows 8 "Metro" apps there would be a wider choice, but still it is dwarfed by what you get on Android or iOS. (FTR - in the end I went with Anquet Maps for hiking maps and Mapfactor PC-Navigator for city use.)

Comment Re:what's the point? (Score 1) 136

I owned a little Piaggio MP3 at the time -- that was my drive vehicle if for some reason I couldn't bike -- and yup, it's a great option... but, well, there's something to be said for arriving at work having just finished a nice workout as opposed to having just spent time breathing fumes on I-35. Did wonders for my stress level, and no better way to get exercise than to have it be over the course of accomplishing something you were going to do (and spend time and money on) anyhow.

Comment Oh bollocks. (Score 1) 594

The test pilot who unfortunately lost his life knew the risks. No one forced him to take the job. Equally no one should be able to tell him he couldn't do it because all he was testing was an aircraft to give rich people thrill rides. The article is just asinine.

Comment Re:what's the point? (Score 1) 136

Most users don't want to go that far on a bike.

Really? Where I'm from, "range anxiety" is a thing -- people buying an electric vehicle don't want to run out of power off in the middle of nowhere.

I was an Optibike owner back in the day, and active on their mailing list -- one of the questions we got most often from folks deciding on whether or not to buy was how realistic the range numbers were (something like 47 miles in economy mode on the internal battery alone, and 105 with the external touring battery). It's a very real concern to folks who haven't yet bought in and realized how little of that range they'll habitually use. :)

Slashdot Top Deals

What is research but a blind date with knowledge? -- Will Harvey

Working...