Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:Fair Use (Score 1) 301

When I read the article it didn't seem like the normal excepts you find in a biography. The excerpts have been described as "extensive", and I think Random House could have went beyond Fair Use and into copyright violation.

Orthogonal to the copyright issue is that I don't understand why Goebbels has an estate to make a claim against Random House. It should never have been permitted to allow a convicted war criminal to pass property onto heirs or relatives and all of his property ought to have reverted to the state and have been sold at auction. So what the heck happened?

Comment I guess if you write a biography (Score 1) 301

You should write it instead of cut and paste?

There is fair use, and there is lifting the work of another person. If this were an academic paper, I would be far more lenient. but this is a book written to sell a lot of books. The purpose is to make money here, and not letting publishers get a free ride is precisely why there are copyright laws.

Comment Moore's Law ends when.. (Score 1) 101

...we all give up.

Even if we have to invest exponentially more resources into shrinking transistors, the industry is very likely to continue to invest. They will give up when the R&D costs are high enough that there is no longer any profit. But marketing has really pushed people to upgrade to new devices that they don't need, if marketing continues to do their job then we'll see Moore's Law working for quite some time to come.

Comment Re:We have already figured most of this out. (Score 1) 365

If there was an apocalypse, I assume there would be fewer people alive than there are now.

There is plenty of places to grow things if we all live like homesteaders on 2 or 3 acres of land. Takes about an acre per person to feed someone on today's diet. Less if you're a bit smarter about what you do. A bit more needed if you want to not die if you have a bad season.

Santa Clara County, the heart of Silicon Valley is 1290 sq mi. That's 825600 acres, if every man, woman and child had 5 acres to raise crops and livestock that would support 165,120 people, or about 41280 small families. (I don't think anyone would want to farm more than about 15 acres alone anyways, not without a tractor)

So that means a thriving suburban community of 1,894,605 today would be reduced to no more than 165,120. So an apocalypse where only 1 in 11 people survives is sustainable. Any more and conflict is likely as people fight for resources to avoid starving, that would most likely result in far more deaths and bring the population far below what is needed.

I used silicon valley as an example, as I am familiar with the area and I felt that it has a pretty representative population density. For people on the east coast, places like Long Island would have to be abandoned entirely for a large population to survive. It could support some people, but I doubt anyone could come to an agreement on who could stay and who would have to move further inland. My rough guess is people would have to spread out as far as all of Pennsylvania to handle that 9% of survivors from NY and NJ. That kind of population pressure is likely to create a ripple of conflict in many regions.

Comment Re:We have already figured most of this out. (Score 2) 365

blacktop roads exist because we didn't know what to do with all that sludge from the refineries.

if money and labor was no object we would make roads out of roman concrete, and would probably pave far fewer roads than we have.

That blacktop is crap anyways, it falls apart in northern climates after a few seasons and patches are less stable than the original leading to a cycle of deterioration. (drive in Michigan to see what the post-apocalyptic highway system will look like)

Comment below average? (Score 2) 291

I wonder if chewing bubble gum would also impact a below average student's exam scores. Seems like minimize the distractions from sex, alcohol, and cannabis would tend to help most below average students.

Also, if you can only smoke in these Dutch coffee shops, and spend all your time there instead of in your apartment or dorm, then less studying might explain away some of the exam scores.

But despite the above concerned, I think most of us all assumed that there is some cognitive impact while someone is using cannabis. The debate has always been if this is temporary or is the impact long term. I tend to find a lot of holes in research that shows the negative impact to be long term. I have a hunch that there could be some neutral impact that is long term (changes but not detrimental), but that has been rather tough to measure.

(researching comfortably from my armchair)

Comment Re:IoT (Score 1) 191

entire internet -> cafe wifi -> trigger is not 20 meters and not easy to trace unless you know to look for cafe's polling HTTP or IRC or XMPP on a frequent basis.

But who says you can't tie the trigger to a facebook update? I change my profile picture and suddenly a bucket of pigs blood dumps on Carrie's head.

Comment IoT (Score 5, Interesting) 191

in a day and age that local cell phone jamming is relatively easy, it seems like the obvious construction is to have a device that must get a text message every interval (1 hour, 1 day, 1 week, whatever) or it triggers.

an cheap FM radio could be put on a frequency that is not used, and be triggered by a strong signal on that frequency (a bit dangerous, but you're a terrorist, you probably don't give a fuck), or a DTMF decoder-on-a-chip could be packed inside of the radio for a slightly more secure deliver.

Another option is a rather inexpensive RC toy, or a slightly more expensive hobbyist RC transmitter/receiver combo (not as portable as above). Range can be a few miles if you get the VHF receiver (normally required a HAM license, but terrorists wouldn't care about that)

802.11 wifi and the passwords for the coffee shops and hotels in range should do the trick and work anywhere. Plus, no need to dial in. You can have it triggered online. Welcome to the Internet of Things, where Things include bombs.

Comment Re:Like Coca Cola, git is the real thing (Score 1) 203

I write serious code all the time without git. In other tools it was easier to avoid branching or merging by keeping the teams small and only track a "dev" branch and several release branches that are rarely updated. Apply the same patch to each release branch to avoid having to do any complicated merges between branchs. Yes it's all kind of silly and painful, but it doesn't take a long time if you avoid the weakness in other tools. Plenty of time left over to write "serious code".

The easiest of course is to not have any teammates at all. Then you can code up everything and keep it in a serious of .zip files, or RCS or do nothing at all. I use git for everything today of course, even for single developer projects. But if I didn't have git, I would simply do the extra leg work that I've done in the past.

Slashdot Top Deals

I've noticed several design suggestions in your code.

Working...