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

 



Forgot your password?
typodupeerror
×

Comment Re:Does not apply to most papers (Score 4, Interesting) 67

The interesting thing is that many newspapers are owner by a larger newspaper. The Boston Globe is/was owned by the NYT, The LA Times is owned by the Chicago Tribune, etc. I think what's missing is a form of brand cohesion, as in naming all newspapers in a family one central name and having a dedicated website for all.

Comment Re:Shooting for 10.x? (Score 1) 131

Here's an idea: I bought a MacBook Pro with OSX 10.7 in June of last year. I also bought Panic Coda, which is OSX only. Once OSX 10.x comes out that no longer supports my hardware, I can install Debian/GNUStep and continue to use Coda. I will admit I'm not heavy into Apple only apps, but I'm willing to bet there are many out there that are and this would be a great way of continuing to use things paid for without having to go out and buy expensive new versions of hardware.

Comment Re:Java is SLOW (Score 1) 274

You are very wrong.

Compared to PHP, Java is much faster when it comes to business logic. A combination of PHP for user-facing material and Java for business logic and database interactivity is the best of both worlds solution.

Facebook uses HipHop (http://en.wikipedia.org/wiki/HipHop_for_PHP) to convert PHP to C++ to gain some speed advantages. Also, they use a database back-end called HBase (http://hbase.apache.org/) which is written in Java.

Your 1200 users are not the hundreds of thousands the poster is looking at/for. For this, I recommend Java with Cassandra or HBase in the back end. Cassandra (http://cassandra.apache.org/) and HBase are both NoSQL and are limited only by disk space availability. Postgres/MySQL/*SQL can also be used when relational information is mandatory. At work we did some research and found that for large data sets, NoSQL write speeds were an order of magnitude faster than Postgres/*SQL. Those writes included encrypting the data before writing to the database. Read speeds were on par with each other.

Comment Re:Cool story (Score 1) 220

but it turns out going from cave to cave while hiding from the Great Satan's minions doesn't make for exciting gameplay.

I understand you're trying to make a joke, but that gameplay idea does sound interesting. You tie that in with the Left Behind universe and you have the beginning something here.

Slashdot Top Deals

Anyone can make an omelet with eggs. The trick is to make one with none.

Working...