Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror

Comment Re:Using an economic lens (Score 1) 77

I think they are holding out to sell the buildings at full price.

Never gonna happen. Full price was before 10 years of decay and rodent infestation + neighborhood gone to shit. Nevertheless, high supply, low demand is supposed to result in low prices.

What a nice idea! But then the commons are not only not commons, but they become properties and whatever herdsman gets the biggest herd will buy it all up and you get a monopoly.

One, how so if the agreement is ownership in common. And two, how is it worse than it all being owned by a (land)lord who rakes in the better part of the profit while considering herding animals to be beneath him?

Sounds like you drank the cool aid.

Comment Re:Rationality versus rationalism (Score 1) 77

That smells a LOT like BS. I'm just going to eat all this food in your pantry to make sure you don't get food poisoning, and such.

Compare, instead of the nobleman charging rent, the herdsmen do get together and own the commons in common, working out a fair deal between them for sustainability.

As for the NYC situation, if there's a glut, why don't prices fall? Where are the buildings for sale cheap to someone who wants to do a residential conversion?

Comment 32 bits 64 bits big-endian little-endian (Score 4, Interesting) 28

I support a legacy app that was written back in the 1990s. It originally ran under VxWorks with custom hardware, variously 68k and PowerPC.

The first port I did was to Solaris. No byte-order issues and I kept the 32 bit ABI. It worked well.

When the Powers That Be decided to ditch Sun hardware and Solaris in favour of x86 and Linux I ported it to Linux. Parts of the code weren't byte-order clean, but I worked through them. The code is heavily 32 bit dependent and I never did create a viable 64 bit version (I tried, believe me...), so it runs on our last 32 bit server in the data center. The service it supports is slowly dying so there's no business case to spend any more time or money on it. If the business case existed I'd apply what I've learned in the meantime and rewrite it from scratch anyway.

The Linux port was initially unstable. It would run for a random time, hours to weeks, then two threads would deadlock. After a couple of years of letting it run and watching it crash I traced the deadlock to an "optimization" that didn't actually do anything, with an if statement that had about a one in a trillion chance of going the wrong way. I removed the optimization and the application has been running fine ever since.

...laura

Comment Re: It's in the effort. (Score 2) 88

Most of the second guessing of the pilot seems to assume the pilot could press pause and work out the alternatives on a chalkboard for an hour or two and then resume real-time with a solution in hand.

The fact is, it all happened in a handful of seconds. I doubt the pilot even had time to fully assess the problem before hitting the ground.

Comment Re:Humans are logical in their self-interest (Score 1) 77

The problem is in the solution. Rationally, those Herdsmen need to hash out an agreementfor the fair use of that land to keep it just below it's carrying capacity.

But what really happens that some 'nobleman' declares the entire commons to belong to him and sends a goon squad to wipe out any herdsman who disagrees. He then 'allows' the herdsmen to use the land in exchange for a painfully large share of their productivity. For some reason he expects gratitude for that arrangement.

Alas, we've moved beyond even that. Now the 'nobleman', seeing that the herdsmen are making do with a smaller commons over the hill but unable to grab control of it sends his goons to salt the earth overnight so the herdsmen will have to 'rent' land from him.

But even that isn't enough for some. They want more 'rent' than any herdsman can pay while still making a living. So they leave the field fallow while trying to grab even more land. For some reason they think they can squeeze blood from a turnip.

If you find that unbelievable as an analogy, explain why there are entire blocks in NYC that haven't seen any space rented in over 10 years, yet the asking price hasn't budged even as the neighborhood has been given over to rats and junkies.

Comment Re: Cloud computing is one the dumbest ideas ever (Score 1) 82

So those funny things that look like desktop machines are not? and there's no LDAP or domain controllers involved?

That's funny because the places I'm familiar with have desktop machines, domain controllers, often a NAS or two, and a router with a firewall.

Slashdot Top Deals

"Neighbors!! We got neighbors! We ain't supposed to have any neighbors, and I just had to shoot one." -- Post Bros. Comics

Working...