Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment Re:Solution (Score 1) 1140

Q: Why not just buy a monitor with the correct/best resolution?

A: Because they no longer sell them.

TFA was talking about laptops.

Until lightning wiped it out, I had a thinkpad t42 with a 14" screen. It was 1440x1050 and 8.5" tall. That's near 120 dpi. The machine weighs under 5 lbs. It was a perfect size and weight. The high resolution was awesome. No current laptop comes close to those specs.

You can no longer find ANY laptop with a screen 8.5" tall and under 5 lbs.

Comment Re:Ignorant Haters (Score 1) 388

You have misunderstood. It's not the Microsoft window update doing its job as it is keeping ALL your software up to date. Windows update does not update all those other piece of software you have, e,g., java, flash, firefox, adobe pdf reader, virus scanner &c. Instead, each piece of software some unique mechanism (or none at all) to keep itself updated.

There is no common infrastructure to do this automatically. I don't expect MS to update my flashplayer, but I would enjoy some kind of help like a master list of update-sites and repositories to check the software against. Unfortunately, it would open up some kind of security can of worms too. But then again, vulnerable software is also a security can of worms.

I particularly loathe those crapplets which load up automatically and exist only to look for updates. They don't just check and go away, no they stay loaded all the time. Can't they make some sort of cron task?

Comment Re:Physicists? Yes, really. (Score 1) 466

If I had mod points, I'd mod you as a troll.

I am a systems engineer (no, not a computer tech, the other kind) and I am sick and tired of all the belly aching from software when you ask for even the simplest linear algebra. If I want to say, multiply a matrix times a vector, they want me to spell it all out for them. Asking for solving a linear set of equations using Guassian elimination or Cholesky &c and it is suddenly a major million dollar undertaking. God help you if you want something advanced like singular value decomposition.

No matter that libraries like LAPACK for this have existed for over 30 years. Open up Golub and VanLoan. Why should I need to re-explain this stuff?

The problem, as I see it, is that there is insufficient overlap between domains. The systems people could do with learning a bit more about software and the software people need to understand the domain. Software is not just software. You should see the crackpot monstrosities that are written from insufficient understanding of the higher level structure. I'd rather have the engineers write the numerical/math code and leave the user interface to the pure software guys.

No doubt, BLAS and LAPACK are kind of awkward when used from C or C++.

Comment Pick the best professor - Choose linear algebra (Score 1) 466

An engaging professor is worth a lot. A good professor can make a dull subject come alive. A boring one can do the opposite.

Also, there are many flavors of math so you might want to sample to see what suits you. I would suggest a course in "linear algebra". Linear algebra has very low prerequisites - basically arithmetic - there are no "limits" to be taken. It is very useful for almost everything technical and it offers exposure to theorem and proofs. Plus you can use Octave (or Matlab) to try out programming with vectors and matrices and get some hands-on experience with the concepts.

Comment Re:Why? (Score 1) 283

For the sake of argument, I will suppose that your ISP gives you IPv6. What makes you think they'll give you more than one working address? Verizon and Comcast are known for their greed an ineptitude. For competition you need at least 3 viable choices.

Comment Re:Solution? Its not a sales tax. (Score 2, Informative) 490

Sales tax sucks because it slows down the velocity of money. You pay sales tax whenever the dollar circulates which could be many times in a year.

The income tax (while it has the really annoying forms and loss of privacy problems) is assessed on your net profit and once per year. Sales tax is on total sales revenue.

You could do a value added tax (VAT) which is not as bad as straight sales, but it still clobbers commerce and especially high volume business.

As far as fairness goes, the higher the income, the lower the percentage people pay in sales taxes. It's just empirically the way it works out (although there are solid reasons for it).

I hate the sales tax. It's my least favorite kind.

Slashdot Top Deals

"One lawyer can steal more than a hundred men with guns." -- The Godfather

Working...