Slashdot Log In
Slashback: Facebook Un-Ban, Exploding Laptop, FFXI II
from the new-mmo-needed dept.
Kent State Facebook ban reversed. Corvaith writes "Just a few days after it was originally noted that Kent State University had banned athletes from posting on Facebook, the Kent Stater announced that the ban was reversed. From the article: 'The athletic department had previously expressed concern about athletes' personal information being available to the public, allowing for possible stalking situations. They were also concerned about athletes displaying inappropriate information on their profiles.' But, in the end, they 'had a change of heart after reviewing the privacy measures available on Facebook.' Athletes must now lock their profiles to friends only."
Exploding laptop old news to Dell? Anonymous writes "CRN is reporting that Dell had about a dozen reports of burned laptops before they announced last year's battery recall. The recall was launched in response to a exploding laptop caught on film at a Japanese conference. Dozens more cases popped up with apparently severe overheating, melted cases, etc., according to the report."
XM moves to dismiss RIAA suit. mikesd81 writes "Apparently, XM is asking a judge to dismiss a a copy right law suit brought by the recording industry. The law suit is over the ipod-like device that can store up to 50 hours of music. XM Satellite said the 1992 Home Recording Audio act protects it from being sued over its $400 handheld device. From the article: 'In a court filing, XM Satellite said the 1992 protections represent Congress' efforts to insure that the powerful recording industry would not be able to restrict the right of consumers to record songs that are broadcast over the radio or stifle innovation by chilling the development and use of the latest recording technologies.'"
J2EE death greatly exaggerated. Peter writes "A recent Burton Group report has stated that the Java Enterprise Edition platform is 'dying due to its complexity and lack of suitability for SOA.' Major vendors supporting JEE have responded with rebuttals, stating that the complexity has arisen due to customer needs and that it is well positioned for companies to build SOA solutions on."
Square's next MMOG not FFXI II. Despite some of the rumblings around the net, it appears that the next MMOG to come out of Square will not be a sequel to the popular FFXI. While Square may have shot down this rumor, the question still remains, what MMO are they working on?
XM?? (Score:5, Informative)
Re:XM?? (Score:4, Insightful)
Only time will tell...
P.S: Sorry for all the analogies, won't happen again.
Parent
Re:XM?? (Score:5, Funny)
Parent
Re:XM?? (Score:5, Interesting)
Parent
Re:XM?? (Score:5, Informative)
Parent
Re:XM?? (Score:3, Interesting)
Square and MMOs (Score:2, Interesting)
Thank God. While I did play some of the MMOFF and enjoyed it this is not what Square does best. I hope they return to their roots and release a game with innovative game elements and a great story line. Oh, and for the love of God, NO DANCE SPHERES.
World of Mana? (Score:2)
Re:Square and MMOs (Score:3, Interesting)
Also the next MMORPG should be based on Crystal chronicles, there isn't anyone alive who could tell me CC wouldn't make for an original MMORPG with some intresting elements like having each race focus on different goals. For example you could use people who keep the roads clear and safe for caravans, you'd have to travel
Re:Square and MMOs (Score:5, Funny)
Parent
Facebook Ban (Score:4, Interesting)
Re:Facebook Ban (Score:4, Informative)
No ads, no problems.
Parent
Re:Adblock (Score:3, Informative)
Athletes are representatives... (Score:3, Insightful)
when you choose to be an athelete and get your schooling comped for the trouble, you take the public persona that comes with it.
Re:Athletes are representatives... (Score:3, Insightful)
How many student athletes receive full or partial athletic scholarships? You don't give up your rights when you become a student athlete.
J2EE (Score:5, Interesting)
For one, we use primarialy redhat-based linux installs for desktop and server, including Fedora, RHEL, and Centos. Sun Java, for reasons that I've never fully understood (something to do with the licensing, and it makes my brain hurt to figure it out) cannot be distributed with Linux distros. Or, that's what I thought, but then I heard that Mepis comes with java installed and working. See? Wierd already. But, at any rate, when you install a RH-based Linux install, you get the gnu java. Since I support University professors, most of them have been using Sun's java, and the GNU has (appearantly) enough querks that they don't like using it (same with the g77 fortran, but that's a different story).
So, at that point, you need to install Java. Which one? Nobody knows. People want to be able to use java plugins in their web browser (more on that in a sec), they want to be able to compile java, and they want to be able to run java apps in some sort of java environment. I think. But which one do you install? Java_jdk, Java_Jre, or Java_j2ee? Some of them include functionality replicated in the others, but there's no like clear-cut FAQ on the java website to tell you which (like, a simple four-column by X row table with the distros across the top and the expected functionality down the left side, and X's or O's, or green and red squares, to indicate which versions include which functionality). If you independantly read the descriptions, it's a LOT of buzzwords, and very short on substance.
Then, there's the "where does it install" question. They distribute as binaries, so you just kind of chmod u+x file;
Then, you've got to figure out which one to run. "which java" can yeild any one of 50 outputs, and that's if you don't let users set their own shells and rc scripts. Not to mention, you may end up chasing symlinks down for an hour to find the exact binary (/usr/java ->
Then, you have to get it so the plugins run in the web browser. How do you do this? Well, you
ON TOP OF THAT, on o
Re:J2EE (Score:5, Informative)
2. Here's what you need to know about the different versions. JDK/Java SDK is for development. Comes with Javac. You need this for J2EE and for development. JRE is included in the JDK or is available as a standalone download. The JRE is the runtime env, it only includes the VM. J2EE is a specification, you almost never want the J2EE install from Sun since, by itself, it doesn't give you anything. You need an application server, such as Websphere, Geronimo, JBoss, Weblogic, etc. The application server includes the J2EE libraries. It does not always include a JDK.
3. You can always do what I do when you install the sun JDK: move the whole directory so that it is where you want it. AFAIK on Linux it doesn't install any files outside of its directory. Install as many JDKs as you like, then have your users set the JAVA_HOME env variable and add $JAVA_HOME/bin to the path.
As for why you couldn't find documentation for this... I'm not sure if there is any, I thought this stuff was common knowledge in the Java world (but if you don't devel in java, I guess you can't be expected to know this).
Parent
Re:J2EE (Score:3, Insightful)
----
Yeah, exactly. You've hit on all the major points.
I will look into that redhat thing. THAT would save a lot of headaches. I don't particularly like redhat, and they do some things a bit wonky, but at least it's relatively consistant. Also, the suggestion about $JAVA_HOME is brilliant, I can't believe I haven't thought of it. I'm probably going to do that tomorrow.
If you go back and read:
JDK/Java SDK is for development. Comes with Javac.
Re:J2EE (Score:3, Interesting)
I'll do my best to address your concerns
really? (Score:4, Funny)
Really? So now you lose your scholarship if you don't use Facebook? Or is it just really late and my mind is working way too literally?
--
This is a joke. I am joking. You have been joked with.
Oh, really... (Score:3, Insightful)
I'm not surprised, since there is a good chance that out of the thousands and thousands of laptops they sell, a couple bad batteries could be a fluke, and you need a bigger sample to see a trend... It's hard to fault them for this unless you make money off page impressions...
On the other hand, if this were an Apple story it would have made the front page as it's own story, and would be parroted across the web. Funny how that stuff goes.
PMG DELL KNEW!! (Score:3, Insightful)
What's that smell? (Score:3, Funny)
Lady switching off her laptop: Are there a lot of these kinds of explosions?
Dude: You wouldn't believe.
Shocked lady: Which computer company do you work for?
Dude: A major one.
Re: Kent Sate Athletics (Score:3, Informative)
I think they're plenty big enough to have sports teams.
Re:Say NO to RMS (Score:4, Insightful)
I think everyone else is way ahead of you.
Is there another operating system for the Linux kernel?
Parent