When I had the knoppix live cd, I had the option to run the knoppix installer script which allowed me to install a working knoppix on my HD.
the ubuntu live cd has no such feature.. seems fucking dumb I have to no go and burn the install CD (with most of the same content), after just burning and trying out the live cd (which is nice btw).
Any good spring example / tutorials?
I've been reading the docs, and its waaay too much info at once:)
Where can I find info on starting a SMALL webapp with spring from the ground up? I would use its IOC, and MVC with jsp.. but wtf is Aspect Oriented Programming?
As I'm just twiddling by thumbs waiting for the new Resin jsp/servlet/j2ee server to be jdk 1.5 approved (officially). I decided to try out generics on my own.
The problem is with Arrays.. you know old fashioned String[] bob = new String[13];
For testing purposed I created my own MyQueue class which supports generics:
public class MyQueue {... }
Now, I need to use something to contain my queue elements, so naturally I want an array like:
protected Element[] myelements;
However as soon as I try and do this in my constructor: myelements = new Element[size]; I get a compile-time error claiming I can't use generics and arrays this way.
So I'm forced to either use Object[] myelements and cast everything back to (Element) when I return things, or I can use Element[] myelements, but in the constructor I need to initialize it like this: myelements (Element[]) new Object[size];
Fucking retarted.. not to mention I need to javac with the -Xlint to avoid all the warnings about casting in this way. Just to double check I wanted to see how they impletement ArrayList in java 1.5 and sure enough they were doing it the same way I was... with all the warnings and everything.
WHY?! Yes I realise I could use an ArrayList to store my queue data, but I kinda want to use lower level stuff like an array, the way java.lang api is.
Every movie theatre I've been to has free parking.
Only morons spend 12 bucks on popcorn and drinks. The theater gets like %1200 profit on that.
Sneak in your food n' drink, I do it almost everytime. The staff is too busy looking for people with digicams anyways:)
Also is it easier to get all your friends to come to your place, or all of them to go out to a movie theatre? I find most people just like to "go out" instead of going to someones house.
I haven't really kept a close eye on the XBOX community. But wasn't it possible to boot linux without the mod chip? OR did I still have to buy that stupid game with a bug in it which ends up being more expensive than a mod chip?
Second, provided I am willing to buy a mod chip (if the answer to above is no), would I be able to install winxp PRO on the machine? Do the modern (newest) xboxs still work with mod chips?
Would an XBOX be able to play any PC games for winxp at a decent speed? it isn't even a 1ghz machine, and its vid card is between a GF3 and GF4.
I'm asking because my GF currently has a 1ghz AMD based laptop with a PIEICE OF SHIT trident video card. Regardless of the specs of the laptop in print (its a compaq btw)... it performance is utterly abismal. Even on some of the lamest in GFX tycoon games. It might be mostly because of the vid card though.. I can't be sure.
Anyways I want to get her a real PC so she can play those shitty little tycoon games (some of them do need Directx 9 , and decent 3d). She might play some more hefty stuff, but nothing FPS.
Would a modded XBOX to the trick? of course on paper it does seem like the xbox cpu is slower than her laptop's. But I dunno.. God her laptop is junk:)
Love, Zaq
Reading OpenGL tutorials is such a harsh reminder
on
OpenGL 2.0 Released
·
· Score: 1, Insightful
To a web/enterprise programmer like myself (who lately has been using Java), reading opengL tutorials kind of reminds me that no matter how good a programmer, learning an API extensively is most of the work.
Fuck I'm just totally lost staring at openGL code:)
Anyone else feel inadquate ?:)
Love,
Zaq
P.S. I noticed the tutorial was using.NET C++. Does this mean I can easily use C#? or is that a whole other ballgame? C# does pointers/references "under the hood" like java correct?
One of his arguments which apparently make "SimplyMEPIS" better than Knoppix is that it "is not designed to be installed on a hard disk."
Total bs. There has been a nifty simple install script for knoppix for a while now. I had been running it off my HD on my workstation for ages now.
(Granted I just switched to ubuntu.. I'm finding gnome slicker simpler and speedier than kde these days... odd? )
--Zaq
UUuuh try googling that phrase with quotes around it genius...
:)
maxtor sucks actually gives 233 search results.. in the world
That pretty much means fuckall for your argument.
spoke too soon.
apparently in the filebrowser "Nautilus" there is a connect to server option which supports webdav.
I remember when I recently tried webdav://mywebsite I was pleasantly surprised in KDE.
I just recently installed "ubuntu" (gnome 2.6).. which I must say is a really nice looking slim UI/theme. All around good distro.
But does gnome have integrated webdav support? I would think they'd be on the ball to mimic any lil kde features that pop-up.
--Zaq
When I had the knoppix live cd, I had the option to run the knoppix installer script which allowed me to install a working knoppix on my HD.
the ubuntu live cd has no such feature.. seems fucking dumb I have to no go and burn the install CD (with most of the same content), after just burning and trying out the live cd (which is nice btw).
--Etan
Does mysql still by default install and run "network enabled" with default admin passwords set?
:)
,
Someone at work tried it once and they got hacked in one day
Love
Zaq
I've had to deal with 2 years of complaints from Mac users. I had to ditch the netatalk thing alltogether... due to millions of compatibility issues.
For a brief time we thought webdav was the answer.. it seemed to work well for PCs with proper webdav clients installed, linux as well.
OSX native webdav support is buggy as shit. So yet again all my users are happy but the OSX users.
I might have to bite the bullet and do NFS.
Fuck I hate nfs.
Love,
Zaq
until they design one that allows some way to update the codec software inside the player.
It wouldn't be that hard to implement in cmos.
And the newbie non-tech people can just ignore that feature, or have it "serviced" by a local geek.
Any good spring example / tutorials? I've been reading the docs, and its waaay too much info at once :)
Where can I find info on starting a SMALL webapp with spring from the ground up? I would use its IOC, and MVC with jsp.. but wtf is Aspect Oriented Programming?
Wow "Netscape founder Marc Andreessen" is a fucking genius.
.NET is a competitor of Sun's Java.
Thanks, I really didn't know Firefox and IE are competitors.
Allow me to take it all in..... yep this is really front page news.
Oh, and this breaking news just in...
This page seems to imply there is no JNDI in the GPL version... how can you do ejbs and all that stuff with no JNDI ?
have a look here: http://caucho.com/index.xtp
Under " Resin® Professional" it explicitly says "JNDI" support, hinting that the GPL version doesn't include it.
Can someone confirm/deny this?
Yeah I hate half assed gpl where they claim you're running a rechid turd of a server if you don't have the pro version.
:)
Clustering I can understand they don't include in the GPL version. But caching? doesn't tomcat at least do some caching.
And what does "excludes performance" mean? wtf.. they took their mature software and "removed" performance from it? Sounds like BS.
Maybe they just run a bunch of Thread.sleep() calls randomly in their code in the GPL version
--Etan
Ignore that guy's GMAIL natzi add.
I'll give you a gmail account, free, no questions asked. I have several invites to waste.
aaak slashdot filter fucked me.
.. }
my class declartion above should read:
public class MyQueue<Element> {
and the way I had to initialize my container array in the constructor was:
myelements (Element[]) = new Object[size];
(it cut out my equals sign for some reason).
As I'm just twiddling by thumbs waiting for the new Resin jsp/servlet/j2ee server to be jdk 1.5 approved (officially). I decided to try out generics on my own.
... }
The problem is with Arrays.. you know old fashioned String[] bob = new String[13];
For testing purposed I created my own MyQueue class which supports generics:
public class MyQueue {
Now, I need to use something to contain my queue elements, so naturally I want an array like:
protected Element[] myelements;
However as soon as I try and do this in my constructor: myelements = new Element[size]; I get a compile-time error claiming I can't use generics and arrays this way.
So I'm forced to either use Object[] myelements and cast everything back to (Element) when I return things, or I can use Element[] myelements, but in the constructor I need to initialize it like this: myelements (Element[]) new Object[size];
Fucking retarted.. not to mention I need to javac with the -Xlint to avoid all the warnings about casting in this way. Just to double check I wanted to see how they impletement ArrayList in java 1.5 and sure enough they were doing it the same way I was... with all the warnings and everything.
WHY?! Yes I realise I could use an ArrayList to store my queue data, but I kinda want to use lower level stuff like an array, the way java.lang api is.
Every movie theatre I've been to has free parking.
:)
Only morons spend 12 bucks on popcorn and drinks.
The theater gets like %1200 profit on that.
Sneak in your food n' drink, I do it almost everytime. The staff is too busy looking for people with digicams anyways
Also is it easier to get all your friends to come to your place, or all of them to go out to a movie theatre? I find most people just like to "go out" instead of going to someones house.
Shut the fuck up, I know its spelled "laser".
Just the other day I was watching "Wimbledon" in a movie theatre, and I noticed a lazer beam pointing at the screen.
Obviously an evil terrorist was attempting to kill us all, so I quickly urinated on the movie screen to prevent the fire.
Oddly enough my heroic act wasn't accepted by the movie theatre staff. The decided to remove me from the premesis in shame.
Wow... you're still a virgin aren't you ? :)
You can run your own copy of sourceforge.
It has everything you listed.
How does it Normally spread? .. or its variants??
What windows vulnerabilities is it using?
is it an email attachment? what is the attachement called
For christ sake...
Love, Zaq
My GF couldn't give a rats ass about slashdot.
But hey, at least I'm getting laid.
As for you... I'm sure most chicks wouldn't touch you with a 10 foot pole.
Asshat.
eat shit fucktard. ... Love, zaq
I haven't really kept a close eye on the XBOX community. But wasn't it possible to boot linux without the mod chip? OR did I still have to buy that stupid game with a bug in it which ends up being more expensive than a mod chip?
:)
Second, provided I am willing to buy a mod chip (if the answer to above is no), would I be able to install winxp PRO on the machine? Do the modern (newest) xboxs still work with mod chips?
Would an XBOX be able to play any PC games for winxp at a decent speed? it isn't even a 1ghz machine, and its vid card is between a GF3 and GF4.
I'm asking because my GF currently has a 1ghz AMD based laptop with a PIEICE OF SHIT trident video card. Regardless of the specs of the laptop in print (its a compaq btw)... it performance is utterly abismal. Even on some of the lamest in GFX tycoon games. It might be mostly because of the vid card though.. I can't be sure.
Anyways I want to get her a real PC so she can play those shitty little tycoon games (some of them do need Directx 9 , and decent 3d). She might play some more hefty stuff, but nothing FPS.
Would a modded XBOX to the trick? of course on paper it does seem like the xbox cpu is slower than her laptop's. But I dunno.. God her laptop is junk
Love, Zaq
To a web/enterprise programmer like myself (who lately has been using Java), reading opengL tutorials kind of reminds me that no matter how good a programmer, learning an API extensively is most of the work.
:)
:)
.NET C++. Does this mean I can easily use C#? or is that a whole other ballgame? C# does pointers/references "under the hood" like java correct?
Fuck I'm just totally lost staring at openGL code
Anyone else feel inadquate ?
Love,
Zaq
P.S. I noticed the tutorial was using