Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:A week? (Score 1) 1004

It's been interesting to compare the two. I've been reading the books and am halfway through book 5, and watching the series. They've fabricated things for more skin-time (such as the prostitute Roz in the HBO story, not in the book), and switched things around. Another embellishment in the HBO story, purely for shock value, was when Joffrey forced the whore in his bed to beat the other whore viciously. Most of the "simpler" changes are to make it simply more interesting to watch, and on HBO that means more tits, usually. These are not substantive changes to the storyline, however.

More questionable changes DO change the storyline. I don't think we'll know if it was for TV adaptation, or if the edits simplify the storyline, or what until much later. For example, one was last week's (?) episode where Lord Tywin tells his cupbearer (Arya) of the difference between saying m'lord and my lord. There are two things different in that scene: (1) in the book, Arya is never Tywin's cupbearer at Harrenhal, and (2), the m'lord/my lord conversation takes place much later, in book 5, between Lord Bolton and Reek. So this first change could bring huge implications; for instance, while Arya was serving, Littlefinger recognizes her but it's not yet known if he reveals or uses this information elsewhere, which would be very different from the book.

Comment Re:Excessive "modularity" can become hell. (Score 2) 102

+2 that.

The building complexity is compounded also by a project's over-specification of dependencies. That is, instead of just requiring FooLib x.y, they are requiring x.y.z. Part of the problem here is that projects use dotted-version notation inconsistently. I would never expect an API change with a .z change, and I would only expect an API change to add functionality with a .y change but never a break in current code. A change in major version means anything goes. Many projects follow this. I wish I had kept notes of those I've run into that do not.

Several years ago I was building a couple projects on Linux, and after downloading all the packages that weren't already on the system, I got things built. It was extremely time consuming, but it worked. Whatever happiness I had was soon vanquished because another program I wanted to use required one of the same libraries but with a different .z version, which, in some case, could cause a huge rippling of library do-overs. Ridiculous.

As a related aside, one thing I would like to see is a migration of projects away from autoconf tools. I've been using cmake for over a year now to build cross-platform tools and it does everything autoconf could clumsily do, and better. It is truly a better tool for this job.

Comment Re:Personal use? (Score 1) 148

There are rules for RC aircraft that boil down to keeping within line of sight, and under 400ft agl. The article mentions the 400ft altitude limit.

The growing disagreements between drone enthusiasts and entities such as the FAA and LA's motion picture unions stem from the commercial use of hobby-grade drones to film real estate, agricultural lands, etc. LA's movie unions don't want small operations filming real estate because they believe that if there's any filming around Hollywood, they better damn well get it. That's why LAPD is involved: the unions pushed for the city ordinance.

For individuals, the policy is simply keep it within sight and under 400ft.

Comment Re:One more issue (Score 1) 1065

Well, why shouldn't he? If the house is paid for, why should the government become a de facto landlord? That is, even after you pay off your house, you owe the government property tax which you can think of as variable annual rent. As I wrote elsewhere today, taxes based on nebulous valuations, determined by a representative of government whose interests are not aligned with your own, are wrong.

Comment Re:Such systems have been proposed before (Score 1) 1065

And many of us think that property tax is a total scam. As you said, it's based on fluctuating opinion, rather than a verifiable value. I believe this is wrong, but I also don't expect any changes in my state's tax code to address it. Similarly, I don't think stocks should be taxed on their momentary value, either.

Taxation when gains are realized (that is, when property is sold for more than it was purchased for) is the only sensible way to implement taxes. At that moment of sale, the value is known (agreed to by buyer and seller), and is a concrete valuation for tax purposes. This is why stocks taxed as they are today (time of sale, or time of grant for equity-as-income) is fair, while property taxes on homes are wrong. My property tax should be based on the value of the house when I bought it, and not determined by an auditor with an interest not aligned with mine.

I'm not arguing for zero taxes because of course we must fund the needs of society. But taxing a ghost of a value is wrong.

Comment Re:Is a UAV necessary? (Score 1) 388

The grove of trees behind the plant is where it appears to source from. The creek upstream (left) looks normal, and downstream of the trees looks bloodied. The Trinity river isn't far away, and at the mouth of the creek it is very red.

No UAV needed for this one. Had anyone looked in Google's imagery and known that location was a meat packing plant, the conclusion would be simple.

Comment Re:Is this really a big deal? (Score 1) 374

I agree. I've been working with different microcontrollers for a few years now, with the goal of creating an autonomous vehicle. In the context of autonomous vehicles, microcontrollers such as Arduino are capable of doing basic navigation to waypoints, and basic obstacle avoidance. That's largely the easy stuff. The hard stuff includes path determination, mapping, and more intelligent, higher-level reasoning about navigation. And for this, you need more memory.

That's where a device like the R-Pi will be valuable. You'll have the processing headroom for complex algorithms, enough memory to represent and manipulate the world, and of course sensor access. I see combining R-Pi and Arduino: Arduino would drive the sensors, and provide the data to R-Pi over I2C, for instance.

I look forward to getting one.

Comment Re:News for nerds, stuff that matters (Score 1) 344

I wonder why your were targeted. Lenders are ridiculous. They push these ludicrous loan amounts (4X your salary is a good start) and then squawk over a ~$3000 increase in annual pay that's legit.

I bought my first house in 2000 with all the bank statement sniffing they required, up to a point. My credit score was similar, and I had some cash saved up for a 20% down payment. The wrinkle was my folks gave me a $10K gift to apply to the house, and the banks were NOT happy about that when they found it in the statements. They wanted a couple things: (a) a notarized statement from my folks saying it was a gift and they never want to be paid back for it, and (b) the lender wanted copies of my parents' bank statements to ensure they could cover that gift. IMO, this was asking too much, and (not e-bragging) I told them they could ignore my parent's information since they have nothing to do with this loan, or I'd be willing to start the lending process again with another lender. It worked, they backed away from that request.

I'm also surprised at how much they pestered your employer. My lender never contacted my employer.

Comment Re:Dual license (Score 1) 151

It's their code to release, and they can release it simultaneously as a separate GPL project and as proprietary product.

However, if you think they have included contributed code (GPL'd) into their proprietary product, then write them and voice your concern, and ask about it. I don't think one letter will stifle future sharing, especially since they've already taken the step of killing the "free" GPL'd version.

Comment Re:GPL is essentially infinite... (Score 1) 151

Yeah, I don't see what the issue is in the summary. Company B bought company A which includes A's assets, then discontinues development of a GPL-covered variant. Well, B still owns the non-GPL version, so where's the confusion. Code can be dual licensed, and is, often. See QT for a project that has gotten lots of mentions lately for an example of this.

As soon as GPL'd code is out there, it's always "out there" at that point.

Slashdot Top Deals

I cannot conceive that anybody will require multiplications at the rate of 40,000 or even 4,000 per hour ... -- F. H. Wales (1936)

Working...