Slashback: Facebook Un-Ban, Exploding Laptop, FFXI II
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?
I hope sincerely that XM gets it's suit dismissed. For one, it's a subscription service, I've already paid for it, why not be able to listen to songs I may have missed out on, even though I paid for that capability? Secondly, doesn't the RIAA also get a cut of XM's subscription revenue? Why the fuck should they be complaining? They're getting money. Oh, I forgot, this is the RIAA - greed is the motivating factor, here. They think they're not getting ENOUGH, even though they've already agreed to some contract signed with XM. Someone EMP the hell out of any facility affiliated with the RIAA and put them out of our misery forever, already.
Still waiting on Serviscope_minor to wake up to fucking reality and realize that Jessica Price isn't going to fuck him.
Square's next MMOG not FFXI II.
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.
I keep telling myself I'm not the desperate type.
Ironically enough, for the last few days Facebook.com would have been a good site to ban. One of their ad banners was loaded with a virus, and it took them quite a while to fix it. It was a trojan with a .wmf extension. Thankfully, my anti-virus caught it as Firefox attempted to auto-download it for some reason (I suspect FlashGot of being that reason).
and as such they have a responsibility not to embarass the program or school; if the average student posts trash talk about the arch-rival's star player on FB, it is no problem, if an athelete does it, it could blow up into an NCAA investigation, and worse, loads of bad publicity on Spotscenter.
when you choose to be an athelete and get your schooling comped for the trouble, you take the public persona that comes with it.
My japanese isn't nearly good enough to read this, but: World of Mana sounds like it might be an MMORPG.
I can tell you this: I don't program in Java, but I do have to install and support it as part of my job, and I can't think of a more odd set of install criteria than the Java installers.
./file and cross your fingers. Sometimes it's /usr/java/bin/java, sometimes, it's /usr/bin/java, sometimes it's /usr/local/java, sometimes it's /usr/local/bin/java, sometimes it's /opt/SUNWappserver/java/bin/java. Who knows? Good thing all Unix and Linux distro's use exactly the same order in their $PATH and the same file structure and organization. Not to mention, you kind of have to trust that it installs libraries and whatever else in all the correct spots, and is familiar with every linux distro from RHEL to Bob's Discount Linux to create a bazillion symlinks.
/etc/alternatives/java -> /usr/bin/java -> /usr/local/java/bin/java etc). Oh, and some of the installers are command line and some are X windows required. And I've had trouble with the J2EE 1.4 installer claiming it was out of diskspace on a partition with 60 GB free, aside from all that.
.... google. There's a file somewhere called libjavaplugin_oji.so, but it could be anywhere. Then you've got to find your firefox or mozilla installation, which could also be anywhere depending on whether you're using the default install, whether the user has run updates, whether the version is a self-compiled version, and what linux distro you're using. Then you have to symlink the object into the plugins folder. What? Come on. You've got to be kidding. There's not a "Download this 4 meg file and stick it here" option? Nope, it relys on 1500 libraries. Oh, and every time you run a full update that also catches firefox, it's going to break (thanks yum). And when you need to update java? Good luck. Here's hoping there's a binary update that knows what it's doing.
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
sig?
AH, Well it's good to see that at least someone in the shallow end of the gene pool is attempting the art of the critique.
Needs a tad more work though. I recommend going for four sylable words next time.
You could've stopped after the AdBlock comment. Flash animation is actually quite popular in its niche communities, and I'm certainly not uninstalling it, or fully disabling Java or JavaScript. I prevent JavaScript doing specific things (thanks Firefox), but small, useful Javascript widgets are just that: harmless.
This place is too paranoid...
It's the 3rd biggest university in Ohio with 34,491 students and its main campus is the 115th biggest campus in the nation. They have seven regional satellite campuses.
I think they're plenty big enough to have sports teams.
That is to say, "the Buzzword Oriented Bullshit nature of Java Enterprise Edition brings Supremely Over-the-top Acronyms". Don't get me wrong. I write Java. I even use some Enterprise Edition components. I even like Java and (some) of the JEE feature set. However unfortunate, I'm sure the PHB driven drivel about the IT bullshit will bring some confusing so-called "feature" that smart developers will avoid, idiots will grab on to, and consultants will smack their lips over using to leveredge more money out of suckers^^^^^^^clients. Any developer worth a damn knows how to group functionality,layer it, and expose access as needed. There's nothing to see here. Move along...
*** Sigs are a stupid waste of bandwidth.
It's only harmless until you unwittingly download and execute things (note my still-pending ISTSVC penetrating thru Firefox and infecting my system submission to /. including the followup, which is still pending.) without knowing it. I still use Firefox religiously, but Opera seems to look like a better choice to me as time passes. I've yet (key word, YET) to get any infection of mal/spy/adware using Opera, I've had four instances of infection while using Firefox. Yes, I'm fully updated. Take it at your own face value, but I don't surf for pron, nor do I do much of anything except videochat, install and play with various linux distros, and play kick-ass open source games (Scorched3D or Enemy Territory, anybody?)
Still waiting on Serviscope_minor to wake up to fucking reality and realize that Jessica Price isn't going to fuck him.
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.
;)
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.
CRN is reporting that Dell had about a dozen reports of burned laptops before they announced last year's battery recall.
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.
So a company waited for problems to show up more than once before issuing a complete product recall. Why is this news? One or two could be a quirk, and "dozens," vague as it is, sounds about right.
https://www.eff.org/https-everywhere
Don't forget their awesome "Shoot Peaceful Protestors" team!
Headline-grabbing those guys are.
Would you kindly mod me +1 insightful?
One of the main problems with Sun's Java was there distribution restrictions that forced admins everywhere to download the JRE or JDKs and be forced to trust the Sun installer.
Since lifting these restrictions a couple of months ago, Sun's java has made it into Debian's Universe repositories. It's even in the multiverse repository for the latest version of Ubuntu. Installing is now as simple as:
apt-get install sun-java5-jdk
or
apt-get install sun-java5-jre
And you're done. If Sun properly open-sources Java like they are claiming, these might even make it into the main repositories.
Help can be found on the Ubunutu wiki:
https://help.ubuntu.com/community/Java
I wanted to suggest everybody to stop using the term "GNU/Linux" and using "Linux"
I think everyone else is way ahead of you.
Is there another operating system for the Linux kernel?
Stupidity is like nuclear power, it can be used for good or evil. And you don't want to get any on you.
Agreed. Someone cannot assign their rights. People have a right to freedom of speech and thought. People have a right to bear arms, which is a form of self-defense (whether against another citizen, or in the worst case scenario, against a tyrannical government). People have a right to a trial by a jury of their peers. No matter what a contract says, I cannot forgo those rights.
Exloding laptops? Suddenly all those exploding consoles on Star Trek(s) don't seem so stupid.
http://flashblock.mozdev.org/ is the one you want; replaces flash content with a play button.
There are places where the networks are not touching,and there are places where they are-Boeing's Lori Gunter
Dude: A new laptop built by my company is switched on and the battery overheats. The system fan fails. The laptop explodes and burns with the hard disk trapped inside. Now, should we initiate a recall? Take the number of laptops in the field, A, multiply by the probable rate of explosions, B, multiply by the average out-of-court settlement, C. A times B times C equals X. If X is less than the cost of a recall, we don't do one.
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.
Which malware did you have infecting your Linux boxes ?
There are places where the networks are not touching,and there are places where they are-Boeing's Lori Gunter
Mod parent up.
I read a little bit about the 1992 Audio Home Recording Act (AHRA), and came up with the following relevant bits (from answers.com).
(1) It requires digital recorders to use the Serial Copy Management System (SCMS), which prevents digital dubbing beyond one generation (section 1002(a))
(2) Imposes a "royalty" on digital recorders (section 1004(a))
I don't know what the SCMS is, but I suppose if XM can show that it implemented some sort of SCMS system (or if it can demonstrate that the device is not able to transfer recorded information to another device -- preventing "beyond one generation" digital dubbing) AND that it tried to pay a "royalty" for each recorder sold, then it would have a case.
But if XM just marketed the recorder without any regard for the required "royalty", then sadly, the RIAA will probably win. I hope that is not the case, otherwise it could prove fatal to XM's existence.
As an aside, I haven't stolen music in years. Apple's iTunes, my XM subscription, and other listen-before-you-buy, instant-gratification, digital distribution mediums have caused me to buy more music in the last year or two than in all the other prior years combined. Unfortunately, until consumers care enough to actually boycott the industry, the RIAA can do whatever it wants. This is a capitalist society after all, we DO have the power. Do we choose to use it?
The GPL and the FSF are the direct result of an intellectual exercise to determine the best way to get to the end goal of freedom-to-modify code/Software. You may call that self-righteous and moralizing, I call it brilliant. RMS may seem a little too passionate for some, but that's because he is passionate, idealistic, and uncompromising in his beliefs. If you disagree with his beliefs, that fine. But saying, The FSF doesn't need him, bullocks I say. There is a "movement" available for those who disagree, talk with Bruce Perens.
I wanted to suggest everybody to stop using the term "GNU/Linux" and using "Linux" instead as a form of peaceful, non-confrontational protest against FSF's damage to Open Source enterprises.
Good Luck. Linux is GPL and uses GNU utilities. Almost all Linux Distros are GNU/Linux. Chicken and the egg.
From http://www.fsf.org/about/leadership.html
The Free Software Foundation is directed by:
* Richard M. Stallman, President
* Peter T. Brown, Executive Director
The Free Software Foundation has six people on its board of directors. They are:
* Geoffrey Knauth, Senior Software Engineer at SFA, Inc.
* Lawrence Lessig, Professor of Law at Stanford University
* Eben Moglen, Professor of Law and Legal History at Columbia University
* Henri Poole, Founder of CivicActions, a grassroots campaign technology consulting firm
* Richard M. Stallman, Founder of FSF and the GNU Project and author of the GNU GPL
* Gerald J. Sussman, Professor of Computer Science at the Massachusetts Institute of Technology
Maybe you should take some time out to read a few essays or listen to full presentations, instead of reacting to sound bits fleeting across the web, before making your own useless sound bits.
http://www.gnu.org/philosophy/fsfs/rms-essays.pdf
http://www.gnu.org/philosophy/audio/audio.html
http://www.gnu.org/gnu/gnu-linux-faq.html
What is it about trying to protect users rights that gets so many people torqued?
Oh... I see, its the uncompromising demeanor of RMS. Tuff s#1T. Keep it up Richard.
OSGGFG - Open Source Gamers Guide to Free Games
IMHO there is nothing fundamentaly wrong with Java, only sometimes in ways of using it.
My setup under Linux used to be something like:
In (K)ubuntu you can install any version you want (not always very easy to do) and with sudo update-alternatives --config java pick the system default from a list (not per user), see the Wiki
For most apps I write/use I start from a small script, which allows picking your JVM, however this is rarely necessary, in my experience. E.g. /usr/lib/j2sdk1.5-sun/java -cp . some.path.MyApp
My experience: prefer Sun's JVM, it's the most stable, and when things go wrong, you get meaningful error messages. Be carefull with GCJ because it does not support every library and is a very different thing compared to the normal JVM's
Concerning J2EE: The sun downloads contain an 'Application Server' (AS), but J2EE is a set of specifications, not a product. J2EE AS's provide an implementation of that specification. Examples are Websphere, JBoss, BEA Weblogic, Apache Geronimo,...
Again, I point out. THIS ISN'T THE CHOICE. IT'S MY JOB TO SUPPORT IT ON LINUX.
That's why they hire me. They want to run bumfuck linux distro, and then when stuff doesn't work, they want me to fix it.
People saying "Oh, just use a Mac", or "If your code breaks between releases, it's your fault" aren't recognizing that while this all may be true, it won't change the situation! I have to deal with it as is!
I love my job, but Java gives me headaches!
sig?