In the RSS feed, it shows up as "HTC Shift + ThinkPad X300 + MacBook Air = Perfect Notebook?" I wonder why the plusses don't show up on the actual site.
Yeah, but our midwestern 1200 sqft houses with three bedrooms, two baths, and all the other amenities only costs $500/mo, utilities, tax, insurance and mortgage included. Compare that to your $900/mo 500 sqft apartment that you still pay a $400/mo electric bill on during the summer.
Man you must have sucky apples wherever you live. Michigan Fujis are typically much, much sweeter than the usual California navel oranges we get around here. The oranges are typically a bit sour as well, while the Fujis are only slightly tart. Now Pink Lady apples, on the other hand, are very tart, and yet still sweet. Other, more lame, apples like Granny Smith and McIntosh are typically less sweet and less crunchy.
There, now I've both compared apples to oranges AND apples to apples. LOL
While the 915 is horrendous, the Brother multifunctions are actually pretty decent, as long as you go laser. They have workable Linux compatibility (not as good as HP but better than Canon's non-support), and both the printer and toner is significantly cheaper than everyone else.
What you really want is Opera. Built-in RSS for most sites (like slash and whatnot), and the speed dial for everything else. Throw in a few customized quicksearchers (like for wikipedia and tpb), and I don't think I've typed an address in manually in like a month.
Actually I meant this but posted too soon. It pretty much guards against most things (the shell will do all the escaping necessary). The only thing i foresee a problem with is if names that are legal on one filesystem that are illegal on the other. I don't think rsync takes care of the either.
You're making in incorrect assumption. It's EASIER to use a package manager. Most distros (and competent admins) seriously frown upon non-package-manager-installed software because of the problems this can introduce. Also, puTTY? Why? Just stick with the Linux/UNIX equivalents that puTTY was made to emulate. (That's right, puTTY was made for Windows users to get unix functionality, not vice versa.)
Please, tell me one thing that putty can do that ssh, telnet, and xterm can't.
Here in Grand Rapids, MI, there are probably 10 churches per square mile, and I'm not joking. I just happen to live in an affluent area, with several ridiculously lavish baptist, CRC, RCC, and (less lavish) Lutheran churches down the road. This (the number of churches) should come as no surprise when you consider that the CRC and RCC would both founded in GR and that we have Zondervan (the Bible printing company) somewhere on the south end.
I seriously doubt you studied either, ever. You probably studied grammars (whereas I learned grammar a couple of times in English and then actually studied it only in Latin class.).
The reason that Windows appears to not have dependencies is because all the dependencies are included in the package. This works on Windows because all software gets it's own directory and can put whatever junk it wants in it. Under Linux, all software (generally, I know there's/opt) resides in the same standard location, so that if two packages have the same dependency they'd end up fucking each other up. We don't want that. That's why distros have their own packaging systems.
Furthermore, in the end its much easier to have your distro handle the package management anyway. Have you ever tried to keep up with software updates on a Windows system? Probably not. You probably just stick with the same version while people exploit bugs that were fixed years ago, and random hackers fight over who owns your box. Under Linux, it's a one or two command process to update EVERY package on your entire system automatically. Windows blows it.
Actually, natural diamonds aren't rare either. If all the diamonds in Africa alone (and there are shitloads in the other continents as well) were mined today, every man, woman and child on earth could have a coffee mug full. They're expensive because all of ONE company (DeBeers) owns or controls all of the diamond mines on earth. The only ones they don't control are the "blood diamond" mines, but they got those diamonds illegalized instead. There's nothing bloody about blood diamonds, other than black people making the money instead of whites, and the whites saying, "Bloody Hell!"
You read that wrong. The last paragraph of the FAQ question clearly states that EXT2IFS cannot acceess an ext3 partition that's not cleanly unmounted and will operate on an ext3 partition as if it were ext2 just like old Linux kernels without ext3 support did.
What's really funny is that I read the article for the bad spelling and poor grammar and I was surprised to see none. Article's writing was stuccato. It lacked articles.
So what was wrong it then?
The last paragraphs. Entirely composed of sentence fragments. Random words. Sucked.
The single-player of that game may as well have been a "B" kung-fu movie. (It included one in the cutscreens, complete with beer, pot, and shrooms.) All in all, I think it's probably the most unique game I have ever played. The only real problem I (or anyone else I know) had with it was the complete lack of dedicated server support. You could host your own dojo, but it had to be a listen server, which is ubergay (even gayer than writing "uber").
Yes, but you CAN get away without the GNU userland. Busybox on top of uclibc or dietlibc replaces the userland (IIRC, all three projects are unrelated to GNU other than through the GPL.). I believe that they all can be compiled with the Intel C Compiler.
My hand goes up. Ex parte is a very common legal term meaning to meet with a judge without both parties being present. Normally, no matter what the motion, when you meet with a judge, both sides get to be present. These subpoenas are being issued with only the RIAA being present.
In the RSS feed, it shows up as "HTC Shift + ThinkPad X300 + MacBook Air = Perfect Notebook?" I wonder why the plusses don't show up on the actual site.
Yeah, but our midwestern 1200 sqft houses with three bedrooms, two baths, and all the other amenities only costs $500/mo, utilities, tax, insurance and mortgage included. Compare that to your $900/mo 500 sqft apartment that you still pay a $400/mo electric bill on during the summer.
Man you must have sucky apples wherever you live. Michigan Fujis are typically much, much sweeter than the usual California navel oranges we get around here. The oranges are typically a bit sour as well, while the Fujis are only slightly tart. Now Pink Lady apples, on the other hand, are very tart, and yet still sweet. Other, more lame, apples like Granny Smith and McIntosh are typically less sweet and less crunchy.
There, now I've both compared apples to oranges AND apples to apples. LOL
While the 915 is horrendous, the Brother multifunctions are actually pretty decent, as long as you go laser. They have workable Linux compatibility (not as good as HP but better than Canon's non-support), and both the printer and toner is significantly cheaper than everyone else.
What you really want is Opera. Built-in RSS for most sites (like slash and whatnot), and the speed dial for everything else. Throw in a few customized quicksearchers (like for wikipedia and tpb), and I don't think I've typed an address in manually in like a month.
No, but the real question is, "Does the pope shit in the woods?"
ats jus cuz ur slo at it. speed up n get a plan wit free txt
Actually I meant this but posted too soon. It pretty much guards against most things (the shell will do all the escaping necessary). The only thing i foresee a problem with is if names that are legal on one filesystem that are illegal on the other. I don't think rsync takes care of the either.
cp -aRp "$from" "$to" && rm -r "$from"
That would still have the same problems. Try 'cp $from $to && rm -r $from'.
You're making in incorrect assumption. It's EASIER to use a package manager. Most distros (and competent admins) seriously frown upon non-package-manager-installed software because of the problems this can introduce. Also, puTTY? Why? Just stick with the Linux/UNIX equivalents that puTTY was made to emulate. (That's right, puTTY was made for Windows users to get unix functionality, not vice versa.)
Please, tell me one thing that putty can do that ssh, telnet, and xterm can't.
Here in Grand Rapids, MI, there are probably 10 churches per square mile, and I'm not joking. I just happen to live in an affluent area, with several ridiculously lavish baptist, CRC, RCC, and (less lavish) Lutheran churches down the road. This (the number of churches) should come as no surprise when you consider that the CRC and RCC would both founded in GR and that we have Zondervan (the Bible printing company) somewhere on the south end.
For me, probably closer to $20 million.
I seriously doubt you studied either, ever. You probably studied grammars (whereas I learned grammar a couple of times in English and then actually studied it only in Latin class.).
This is doubtful when you consider how fluorescent lights work. More likely is that someone will popularize a mercury free replacement like LEDs.
Try two extra neutrons. One extra neutron would make it deuterium. One extra proton would make it Helium-2 (which is non-existant).
The reason that Windows appears to not have dependencies is because all the dependencies are included in the package. This works on Windows because all software gets it's own directory and can put whatever junk it wants in it. Under Linux, all software (generally, I know there's /opt) resides in the same standard location, so that if two packages have the same dependency they'd end up fucking each other up. We don't want that. That's why distros have their own packaging systems.
Furthermore, in the end its much easier to have your distro handle the package management anyway. Have you ever tried to keep up with software updates on a Windows system? Probably not. You probably just stick with the same version while people exploit bugs that were fixed years ago, and random hackers fight over who owns your box. Under Linux, it's a one or two command process to update EVERY package on your entire system automatically. Windows blows it.
Actually, natural diamonds aren't rare either. If all the diamonds in Africa alone (and there are shitloads in the other continents as well) were mined today, every man, woman and child on earth could have a coffee mug full. They're expensive because all of ONE company (DeBeers) owns or controls all of the diamond mines on earth. The only ones they don't control are the "blood diamond" mines, but they got those diamonds illegalized instead. There's nothing bloody about blood diamonds, other than black people making the money instead of whites, and the whites saying, "Bloody Hell!"
'nuff said
You read that wrong. The last paragraph of the FAQ question clearly states that EXT2IFS cannot acceess an ext3 partition that's not cleanly unmounted and will operate on an ext3 partition as if it were ext2 just like old Linux kernels without ext3 support did.
So I take it you typed that message in vi running on your webserver via ssh, then cut, pasted and posted it all on your Nokia E70. Wow. Just wow.
What's really funny is that I read the article for the bad spelling and poor grammar and I was surprised to see none. Article's writing was stuccato. It lacked articles.
So what was wrong it then?
The last paragraphs. Entirely composed of sentence fragments. Random words. Sucked.
The single-player of that game may as well have been a "B" kung-fu movie. (It included one in the cutscreens, complete with beer, pot, and shrooms.) All in all, I think it's probably the most unique game I have ever played. The only real problem I (or anyone else I know) had with it was the complete lack of dedicated server support. You could host your own dojo, but it had to be a listen server, which is ubergay (even gayer than writing "uber").
New gems like, "Pownt, I owned your ass loser. You suck, I rock"
and "I love gay sex"
Yes, but you CAN get away without the GNU userland. Busybox on top of uclibc or dietlibc replaces the userland (IIRC, all three projects are unrelated to GNU other than through the GPL.). I believe that they all can be compiled with the Intel C Compiler.
Having said that, I think "GNU/Linux" is lame.
My hand goes up. Ex parte is a very common legal term meaning to meet with a judge without both parties being present. Normally, no matter what the motion, when you meet with a judge, both sides get to be present. These subpoenas are being issued with only the RIAA being present.