Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:WTF are you trying to do, exactly? (Score 1) 99

"I use a laptop, but I rarely do local compute on it, only cloud-based stuff; so I'm willing to spend $400+ on a device that arbitrarily limits me to ONLY doing cloud stuff, and can never do any useful local compute if I need it".

Car analogy: I only use a maximum of 63 horsepower in my daily commute, so I'm going to go out and buy a brand new car with a 63 horsepower engine.

Comment Free Car (Score 1) 290

So once I did the accounting system for a car dealership..... in short:

if ((firstname == EASTER_FIRST) && (lastname == EASTER_LAST))
        discount = EASTER_DISCOUNT;

and hey presto, if I bought a car there, instant 15% discount.

Bad news: It was a GM dealership. In other words.... it was *still* better to buy a Honda.

Comment Define "harmful app" (Score 1) 91

An app that you don't want, is completely useless, that consumes storage space, but is not removable - that, to me, is harmful. By that measure, 99.9% of Android phones contain harmful apps.

Just wait until one of the cannot-be-uninstalled apps comes up with a major security vulnerability. That's going to be fun to watch.

Comment OS versus apps versus UI (Score 1) 112

You know, by now I'm used to articles in the mainstream news who confuse an operating system, applications (which may or may not ship with an operating system), and the look/feel that a particular GUI puts on both. However, a web site like Slashdot - self-proclaimed home of "news for geeks" - should be able to do a little bit better.

Comment Re:Buggy Whip (Score 2) 119

The tiny editors do have their uses. They tend _not_ to require dozens of unrelated and bulky graphical packages to support them, the failure of any of which can disable the graphical editor. And they work well over poor bandwidth connections to remote servers, and even work well on overburdened, very lightweight virtualization servers for software routers or proxies.

So making them work really well can save work time and be very appreciated by people doing critical work with very real constraints.

Oh, absolutely. That's why vi is so useful.

Comment Re:The Best Console Editor (Score 2) 119

You can be my wingman anytime. It just edits text! That's it! That's all I need!

Among the new features of this alternative to Vim and Emacs is a fully-functionality undo system, Vim-compatible file locking, linter support, formatter support, flexible syntax highlighting, and many bug-fixes.

Comment Buggy Whip (Score 0) 119

This is one of the problems with open source development; people will spend endless hours perfecting the buggy whip; not to mention coming up with new, competing buggy whip designs.

Whatever floats your boat, I guess; but there are countless other open source projects in real need of help.

Comment Not a watch (Score 1, Insightful) 111

A watch is a mechanical timepiece you wear on your wrist. The Apple product mentioned is a small computer you wear on your wrist.

Expensive watches are mainly expensive because of the internals, not because of the case. Sure, gold/silver/etc will drive up the price - but a good mechanical watch in a stanless steel case can still cost $10,000 - because of the intricate, hand-assembled internals. Replace those internals with $10 worth of silicon circuitry and a display, and it won't be worth $10K any more, even though there's the same name on the face.

Assuming that all things you wear on your wrist are interchangeable is like assuming all automobiles are interchangeable. Taking an Aston Martin and replacing the engine/transmission/driveline with one from a Ford Focus isn't going to create a desirable vehicle, and it won't be worth $140,000.

Comment Re:"FORTRAN in any language" (Score 1) 757

The major problem with C++ is that it's popularity means there's more crap code written in it

I think Linus' point was: C++ makes it extraordinarily easy to write crap code. Even otherwise intelligent people, who can produce solid functional code in other languages, produce unmaintainable garbage in C++. And, when they do, it's so much harder to clean up afterwards.

As for C++ being so popular, that's because well-written C++ can beat most other languages in performance.

Not C.

Slashdot Top Deals

No man is an island if he's on at least one mailing list.

Working...