Forgot your password?

typodupeerror

Comment: What relative cost did to newsgathering (Score 1) 153

by Animats (#40191559) Attached to: War and Nookd — eBook Regex Gone Haywire

You'd think that cutting down the reproduction and stocking costs of a book would free up money for other tasks, but in fact what happens is that editing, design and promotion become an opportunity for cutting what is now a more significant proportion of expenses.

Right. That's what happened to newspapers. Newspaper production used to require a huge labor force. Look at all those people. 67 linotypes! A room full of proofreaders to catch typesetting errors. Hundreds of people moving paper around, making printing plates, loading them onto presses, running the presses, handling the printed newspapers. Compared to the army needed to print the papers, the reporting staff was tiny, a small expense. The reporting and editing staff, the composing room, and the printing plant were all in the same building. Any separation would slow things down, and the competition would "scoop" them.

Now compare a modern large newspaper plant. There are people around, but not many. There's essentially no direct labor. All paper and plate handling is mechanized. The files to be printed are created elsewhere and come in over a data connection. The printed newspapers leave in big trucks. Many different papers are printed in the same plant. The plant is far from the reporting and editorial staff, and is run by a separate corporation from the "newspaper".

So, to newspaper management, reporters are now the big labor cost, the first thing to cut.

Comment: Re:Stupid article. Important point. (Score 1) 122

by Animats (#40190395) Attached to: The Cost of Crappy Security In Software Infrastructure

The intent of the new syntax is that &char[n] buf means passing a reference to an array of size n. char[n] is an array type, something C currently lacks. Syntax like this is needed so that you can have casts to array types.

I've had a few go-rounds at this syntax problem. See "Strict pointers for C". Unfortunately, there's no solution that's backwards-compatible with existing code. However, mixing files of old-style and new-style code is possible, and mechanical conversion of old-style code to new-style code looks possible.

It's worth looking at this again now that C's market share is back above that of C++.

Comment: Re:Survey? (Score 1) 347

Chrome OS still uses the same tools, it just uses cloud storage.

No it isn't just cloud storage, the applications aren't meaningfully local. That's a huge change.

Even thin clients back to an AS/400 with text based forms provide you the same interface whether you use a laptop with full software stack or a thin client.

What laptop ran OS/400 (now I-Series OS)?

I don't see corporate computers going 100% web due to restrictions when you're traveling. By the time SaaS catches up to allow offline use you circle back to beefier machines and the cycle continues.

Once you allow offline use you are no longer a truly thin client. That's where I'm drawing the line.

As for the last comment about blowing images on.... I agree. VMWare View type stuff is great. That's just not what the article is about.

Comment: Re:Answering your own question? (Score 1) 131

by jawtheshark (#40188875) Attached to: Humble Indie Bundle V Released
Of course he's playing on Linux. I have exactly the same experience as he does with the odds that a game will work. One of the appeal of the Humble Bundles is that you get a Linux version. Many of us Linux users, do like the occasional game, but won't maintain a Windows installation just for that. So, yes, I still buy the Humble Bundles, and I take the risk. If it doesn't work. Too bad. If it works, fine... It's not as if I spend all that much (Usually 25USD per bundle)

Comment: What porn? (Score 1) 314

by Animats (#40187241) Attached to: What Should We Do About Wikipedia's Porn Problem?

What porn? I have over 10,000 edits on Wikipedia and don't recall seeing any porn. Wikipedia has bios of porn stars and links to their work, but they rarely host actual porn content. It has to be both notable and freely licensed to get into Wikipedia. Commercial porn doesn't qualify.

Is the problem here some religious group with a modesty fetish, or what?

If you want porn, search videos with Google or Bing and you'll find whatever you're looking for.

Hackers of the world, unite!

Working...