Forgot your password?

typodupeerror

Comment: Re:It's even worse (Score 1) 209

by Rhywden (#43695483) Attached to: Why Is Science Behind a Paywall?

That's why I was so angry with them - if you do a naive calculation of the average cost for an article per magazine per issue per year, you come up with roughly 3€ per article. Which means that it would have been more than a 1000% markup in my case.

I could've understood a 100% markup because I'm not a subscriber - but this? That's racketeering in my book.

By the way, I also contacted them to ask them about the logic behind that huge markup and the 24-hour access restriction. They actually answered. Just the latter question, though, with some kind of hogwash about the difficulties of providing long-term access and its costs. Yeah, that extra table enabling a many-to-many-relationship in the database, that must probably really take up some space!

Comment: It's even worse (Score 4, Informative) 209

by Rhywden (#43689771) Attached to: Why Is Science Behind a Paywall?

I recently wanted to get access to a single article from a magazine for teachers because I wanted to do something different this time and the name of the article promised an interesting viewpoint.

However, my school did not subscribe to that magazine and it was an issue from 2004 to boot. So I went to Wiley's website and they offered me the option to buy a time-restricted access to that six(6)-page article. Yeah, you read that right: Shell out money and if you don't download the article as a PDF (which they offer, by the way) you lose access again. Doesn't really make sense but, hey...

Anyway, put that article into the "cart" and proceeded to the checkout. 40€. For a single article. From a magazine which costs 90€ per year if you subscribe to it as a private person (4 issues a year, 7-8 articles per issue). Where the articles are written by teachers for other teachers.

So I drove the 20 minutes to my local university after my school day had ended and photocopied the pages for 0.18€.

Screw those guys.

Comment: Re:Excel error? (Score 3, Insightful) 476

by Rhywden (#43470707) Attached to: Excel Error Contributes To Problems With Austerity Study

Try accidentely averaging not quite all of an array in any other language (e.g. C++, Octave/MATLAB/ Java, AWK, SQL, Python, Ruby, hell even TCL). You will find that the idiomatic way is always shorter, clearer and correct by comparison.

That's an easy mistake for a beginner to do:

1) Simply forget that array indices for most languages begin at zero(0) rather than one(1).
2) Make an error when establishing the termination condition, Like: "i <= array.length" rather than "i < array.length", again, due to forgetting that array indices begin at zero and end at n-1.

Comment: Re:Excel error? (Score 4, Insightful) 476

by Rhywden (#43470435) Attached to: Excel Error Contributes To Problems With Austerity Study

Excel marks parameters by drawing coloured borders around the selected range of cells.

I'm not quite sure how one could make it even more obvious without punching the user in the face.

Unless, of course, you expect a strong AI to reside inside Excel which is able to distinguish between what the user wanted and what he actually did.

Comment: Re:An Infra-red laser? Why? (Score 1) 402

by Rhywden (#43395441) Attached to: Navy To Deploy Lasers On Ship In 2014

It's probably due to scaling problems. Every type of Laser scales differently with regard to the power of the beam. Then there's the cooling and power supply.

Not to mention that the frequency doesn't really matter when you're pumping Kilowatts of energy towards the target - you want to melt the target, after all. And IR can do that just as well as UV.

Diplomacy is the art of letting the other party have things your way. -- Daniele Vare

Working...