Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Re:This kinda pissed me off (Score 4, Insightful) 373

He goes into a level of needless detail that makes it obvious how he can be obsessive and self-absorbed. He uses paragraphs to say what a sentence could. He focuses on little distractions and loses sight of how people actually work. It reflects a lot of problems with the FSF's approach and RMS's shortcomings as a public face.

This is a man who eats things off of his foot while giving a speech. He's shockingly out of touch with the world and sometimes all you can do is laugh.

Comment Re:Dumbing it down (Score 2) 128

There are a couple of problems with this:

1. Everybody thinks they're the highest performers. You have to be smart enough to know when you're being dumb, and most of the dumb performers aren't smart enough to realize it.

2. You assume there's a good reason for doing things a certain way, and that reason hasn't been invalidated. Programmers used COBOL, FORTRAN, and Assembly for a good reason, and now very few programmers use them, for smaller good reasons. This is a move to a higher level language. People did raw pointer math in C, in part because it was fast and in part because there wasn't a better way to do it. Now we have higher-level languages that handle that material, and they are slower to run, but much faster to code.

The basic fact about higher level, more insulated languages is that programmer time is much more expensive than computer time, and programmer mistakes are even more expensive. The narrowing opportunity that this produces means less ability for high-performance, hacky, unmaintainable code that no one else is smart enough to understand, but much more opportunity for building powerful applications. The explosive growth of web apps is directly tied to the power of the languages they're built on.

I know nothing about this particular implementation, but the concept of protecting the programmer from himself is actually a sound one, and I think you need to avoid being so defensive about it.

Comment They own it... (Score 1) 545

...They can do what they want with it. Generally, code that you created while employed by a company, on their time, becomes the property of the company. Because they own it, it's their choice whether to license it out as open source or hold it as proprietary. You're not at the company any more, so you have no leverage of being a part of the company, leaving your complaints as your only tool at this point. You can approach your former bosses and coworkers (assuming you left on good terms) and remind them of why you thought it was valuable to release it in the first place. You can go public with a name-and-shame campaign. (but that may burn bridges) Or you can fork the old version (since they can't retract the license already granted) and move on with your life.

Comment Re:Soon To Be Overturned! (Score 5, Insightful) 172

I could use company paper and company pens to write my letter, and mail it with a company stamp. I would be misusing company resources for personal business, but that doesn't give the company the right to read its contents. I could sit on the company toilet and use company water to take a shit, but that doesn't give them the right to watch. I could even be masturbating in there, misusing the time, and they still wouldn't have the right to monitor my activities. They would be in their rights to discipline an employee for taking long breaks and doing who knows what in the restroom, but they wouldn't be allowed to watch their employees to check just how they're spending their time in there. In this case, they can discipline her for misusing company resources, but can't violate the privacy that she has a reasonable expectation of.

On a closer note, it's the same privacy standard as if she'd had the conversation with her lawyer on the company phone -- a misuse of resources, but not within their right to listen in.

Comment Actual information (Score 5, Informative) 175

The article linked is spammy and terrible. For the actual information, see the newsitem on the xprize site or the linked details. Basically, there is no prize yet but they had a workshop to begin working out A. Rules for a prize and B. What is achievable. The actual prize would be announced in about 8-14 months.

Comment The essence of Python... (Score 4, Interesting) 298

Monty Python, when it started, was about doing something different, absurd, and rebellious. Humo(u)r was stale and repetitive at the time. The devolution of their innovative comedy into a mine for endlessly repeated quotes is antithetical to its spirit. That's why my favorite Monty Python sketch is their performance of the Dead Parrot Sketch at the Secret Policeman's Ball: http://www.youtube.com/watch?v=BTV3lQc4AmQ
Businesses

Microsoft and Yahoo Discussing Search Partnership 115

An anonymous reader writes "The Guardian reports that Microsoft and Yahoo are talking about a search engine partnership as they desperately try to come up with something, anything, to take on Google. 'Although there is no suggestion that Microsoft's failed bid will be resurrected, the two companies are believed to be discussing ways they can link up to combat the growing power of their chief rival, Google. Quoting sources close to the discussions, the authoritative Dow Jones All Things Digital blog said that "the talks between the pair are preliminary and wide-ranging."'"

Slashdot Top Deals

One man's constant is another man's variable. -- A.J. Perlis

Working...