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

 



Forgot your password?
typodupeerror
×

Comment Stop merginig useless file systems (Score 1) 85

Linux should stop merging file systems used by three individuals at most.
There are so many totally useless file systems inside the main tree, and I honestly fail to see why those should bloat the main tree while the junk could happily live in the hard drive of the three perspective users.
For God's sake, even POHMELFS was merged! Where does it end? Where the boundary to say NO, and keep this irrelevant code out of the tree?

Comment Re:Am I missing something? (Score 1) 251

And rebranding can make a big difference-- look at the recent success of Bing, for instance.

easy there big boy! recent success? give them a few months until the "new" wears off before declaring it a success. Its just like the soda companies releasing a new flavor, Surge, Clear Pepsi, OK, Mt. Dew Livewire, [insert freaky ass flavor here], etc... were all a big hit for about 3 months while everyone had to try it. now where are they at?

Yes, yes, Bing has been a BIG success man! Come on, and join the MS funboys party, they serve the coolaid at the entrance!
And this Morro thing, is going to be even bigger than Bing. Based on a technology that has already been rejected by the market, the success will be certain.
I can just picture the meeting:

A: What do we do with this noOneCare? Nobody is buying it, and it costs us money. We fire everyone?
B: Why is it?
A: The technology suck, and people stopped buying into the Mafia Approach (sell fear and protection) long time ago.
B: Let's try to give it for free for one year, then we fire everyone.

If you would have asked me, in 1996 or so, that MS would have become so uncool that no new software they try to push would fail, and that they'll be actually forced to give stuff for free, I certainly wouldn't have believed you.
Oh well, here we are ...

Comment Re:Bing has already overtaken Yahoo ... (Score 1) 319

I don't know when Microsoft was ever "cool" for search. I've seen completely computer illiterate people, who don't even know how to type a URL in an address bar. And they've managed to change their default search to Google.

There was a time, somewhere in the mid 90', where MS was kinda cool (granted, not search-wise). Now, everything they try to push, dissolves in flames.

Comment Re:Open vs Closed (Score 1) 269

He's talking about Android being open, not the resulting device.

Note that for the end user, it makes no sense having an "open" source, when you (or others) cannot freely install (modulo huge hacks) your mods or apps. That, and the fact that Android is a pseudo-Java-let's-do-something-different-even-though-we-have-no-technical-reason-for-it Java environment. Once you let the smoke pumped by Google and its marketing settle, and you look at it from a technical side, Android is a piss-poor implementation. I expected A WHOLE LOT more from Google, and they failed.

Comment LISP (Score 0) 502

LISP is a language that offload the parsing burden onto the reader. Sure is hell easier to write a LISP parser, but humans are taught since first grade to the "OPERAND1 OPERATOR OPERAND2" syntax, and LISP fscks that up. With so many languages available today, LISP is most definitely the wrong answer.

Comment Re:I'm curious (Score 1) 135

Like I said, you're not doing it right. My app has 15 activities and one service that runs at boot-time as well as on demand.

Parcelable is rarely necessary to transfer data within an app. In fact, it'd be a performance hog to do that.

Passing data among activities requires you to use Bundles, and the data that you drop inside Bundles must be Parcelable.

Comment Re:I'm curious (Score 1) 135

It's wonderful! You will especially love their Parcelable interface, that you are FORCED to implement for every class (and contained/inherited class) that you plan to pass among views.
And this is not like the Java standard Serializable, that the JVM gives you for free. This is something that you are forced to implement.
Cheap poor interfaces design.

Slashdot Top Deals

"Money is the root of all money." -- the moving finger

Working...