Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:Harm to consumers (Score 1) 558

'the harm to consumers that Microsoft's decision could create.'" The only harm is to these business' pocketbooks.. For once I'm on MS side in this matter...

Then you are failing to think this through. The only effect of this will be to give advertisers an excuse to ignore "do not track". How does undermining "do not track" help anyone?

Comment Re:So you admit tracking is bad for customers (Score 0) 558

For once I agree with Microsoft that WE DO NOT BENEFIT FROM TRACKING.

Are you stupid, or can you just not read? Microsoft is UNDERMINING "do not track" by turning it on by default, because that only gives advertisers an excuse to ignore it. "Do not track" is entirely voluntary on the part of advertisers.

Comment Suck it and see, it's not for everyone (Score 5, Insightful) 318

Like many workplace practices, it's something worth trying, but not something to be trumpeted as "the way" to do things. Some people get on with pairing, some don't. And it's OK either way. Likewise, there are writers who work in pairs, but many who do great work alone. There are architects who work in groups and alone. So it goes for software developers.

Where it goes sour, however, is when people who find pair programming valuable start tarring anyone who doesn't do it as being error-prone slackers.

Patents

Submission + - One-line software patent expires (lightbluetouchpaper.org)

trombonehero writes: Here's a particularly silly example of a software patent which has been holding real innovation back for 22 years: a patent on an if statement which is required to correctly implement the JBIG fax codec.

This silly patent, which held some open-source software back for 17 years, comes out of patent today, but it might be a little bit late for bold new innovations which interoperate with the fax network.

Comment Re:Similar software (Score 2) 103

You can just type:

X nm = (X*10) angstroms

The plan is that people will be able to define lots of functions like this, along with much more complicated ones, and then share them. The best of them will become part of the default vocabulary.

Please sign up for the mailing list if you'd like to keep up with developments (or, if you can code Java, perhaps you could help?!)

Comment Re:is it wrong? (Score 1) 103

Yeah, it kinda is. Did you ask that when Slashdot opened their codebase many years ago? How about when Reddit did it? What about Google with their various open source projects?

You should be glad that people open source things.

Comment Re:Similar software (Score 3, Interesting) 103

Soulver was actually what inspired LastCalc, but I wanted to bring it to the web, and make it programmable.

OpalCalc looks neat, unlike Soulver it supports functions, and I'm sure it has a few features that LastCalc currently lacks.

However LastCalc has a few features that OpalCalc lacks too, such as support for higher-level datastructures like lists and maps, pattern matching (like Haskell), and the ability to pull data from the web to use in calculations.

So I'm not sure that I would describe OpalCalc as "LastCalc on steroids" by any stretch.

Slashdot Top Deals

Always draw your curves, then plot your reading.

Working...