Agreed.
The iphone has plenty of faults, but it is by an order of magnitude better than any other phone I've ever had, and I say this having been using my 3G for a year, so that "new gadget love" phase has long since passed.
where they are, where the people tweeting about you are
Yes, because I totally want people to know where I am, so when I'm out of the house, burglars can tweet me to tell me they're robbing me, and prove to me that they're in my house..
It's a shame no one has actually tried this..
Imagine what would happen if IBM held the patent on, "Creating a company for the sole purpose of making loose fitting and generic patents with the intention of making monetary gains by suing productive companies that infringe upon their rights."
If I had the cash, I would totally apply for such a patent..
It's a lot easier to remember and think that 1 terabyte is 1 000 000 megabytes, even if its not technically so because of binary system and even if I know that - I still think so just for the easy of it.
Negative. Mega-Byte means one million bytes since the prefix Mega means million. Just because computers don't count in decimal does not change the counting scheme used by humans. If I say 1TB I mean one trillion bytes.
I've found that OSX can slow down over time too (I did a reinstall after 3.5 years), but this is only because of OSX's lack of an uninstaller. Sure, when you have simple programs that are "drag to the Applications folder to install", it's very easy to uninstall, but for all those other ones that install libraries and helper processes, then they slowly bog down the system and don't always go away when you try to uninstall (assuming you kept the original installer).
OSX *really* needs a good uninstaller type app. AppZapper is nice, but hardly efficient since it often misses files.
I'll share my perspective having used Mac's since 10.1 (everything earlier I considered unusable,) Windows since 2.0, Linux since 0.99 and a plethora of random crap before that back to about 1978.
You considered Windows 2.0 usable, but not OS 7? Interesting.
What I'd like to know, is why did it take that much power to generate the number?
I generated the first million digits in python on a celeron in 4 hours..
http://city17.ca/pi.html
1) Millions of people use it
2) It allows people to follow people that are interesting to them. Not just gossip, but science information, events.
3) Nearly instant knowledge of world events.
4) Allows protesters to disseminate information
5) Is allowing for a deeper understanding of human nature in large societies.
6) It's another tool for expression.
So I would say that it does have value.
You've successfully listed what every single site on the web can do.
But bottled water has MINERALS.. and my body needs minerals and shit, right? Therefore, bottled water is better for me than regular water.
Yes, people actually believe this.
When you go to a movie theater, everyone knows you're paying to see the show one time.
At no point has purchasing music ever meant "You get X number of plays", this is an entirely new thing and it hasn't even been stated by the record companies as to how many plays you should be getting.
How does SFTP stop someone from getting ahold of a user's password and uploading another malicious script, then running it via web? Sounds like you had a web accessible directory that a user could upload to, unless you change this, the same thing can happen again. The only thing you changed was you encrypted the file transfer process..
Re:Not just unknown, incompatible
on
R.I.P. FTP
·
· Score: 1
I've worked with many different FTPS server and they're all very easy to use. Mind you, I was always using windows (FileZilla server, Ability FTP Server).
SFTP isn't useful if you want to jail users to a certain directory. Setting up SFTP to work that way is a huge pain in the ass. Most FTP(S) servers were designed with this in mind.
Where can I find these rabid MySQL fans?
I use mysql and have never met someone that has claimed mysql is better than postgresql, but I never hear the end of it from postgresql users..
They just haven't been introduced to htmlspecialchars() yet. Best damn encryption I've ever seen, and the cool part is you can read some of the encrypted data, that way you can better organize it without having to decrypt it.
So does this mean I should upgrade from PHP 3.2? Are there any incompatibilities with my existing code?
Maybe someone can look over my login script and tell me if this will work in PHP5?
$query_login="select * FROM user";
$result_login = mysql_query($query_login) or die("Your passwrod is might be bad I think"); //$login_check = mysql_num_rows($result_login);
while($row=mysql_fetch_array($result_login))
{
$username=$row["username"];
if ($username==$username1)
{
echo "";
echo "window.location.href='login_error.php?rec=qq';";
echo "";
exit;
}
}
No no no, it's clearly a glitch. Counting numbers (e.g. 1+1) really isn't a computer's strong suit, so it's understandable that it would sometimes do this, 1+ 1 + 1 + 1 + 5000 + 1 + 1.
Agreed. The iphone has plenty of faults, but it is by an order of magnitude better than any other phone I've ever had, and I say this having been using my 3G for a year, so that "new gadget love" phase has long since passed.
Yes, because I totally want people to know where I am, so when I'm out of the house, burglars can tweet me to tell me they're robbing me, and prove to me that they're in my house..
It's a shame no one has actually tried this.. Imagine what would happen if IBM held the patent on, "Creating a company for the sole purpose of making loose fitting and generic patents with the intention of making monetary gains by suing productive companies that infringe upon their rights." If I had the cash, I would totally apply for such a patent..
Isn't this the very premise of House MD?
If you work in a hospital, clearly you'll prefer people like Gregory House.. even when he's completely insane and a drug addict.
Negative. Mega-Byte means one million bytes since the prefix Mega means million. Just because computers don't count in decimal does not change the counting scheme used by humans. If I say 1TB I mean one trillion bytes.
I've found that OSX can slow down over time too (I did a reinstall after 3.5 years), but this is only because of OSX's lack of an uninstaller. Sure, when you have simple programs that are "drag to the Applications folder to install", it's very easy to uninstall, but for all those other ones that install libraries and helper processes, then they slowly bog down the system and don't always go away when you try to uninstall (assuming you kept the original installer). OSX *really* needs a good uninstaller type app. AppZapper is nice, but hardly efficient since it often misses files.
You considered Windows 2.0 usable, but not OS 7? Interesting.
What I'd like to know, is why did it take that much power to generate the number? I generated the first million digits in python on a celeron in 4 hours.. http://city17.ca/pi.html
You've successfully listed what every single site on the web can do.
But bottled water has MINERALS.. and my body needs minerals and shit, right? Therefore, bottled water is better for me than regular water. Yes, people actually believe this.
When you go to a movie theater, everyone knows you're paying to see the show one time. At no point has purchasing music ever meant "You get X number of plays", this is an entirely new thing and it hasn't even been stated by the record companies as to how many plays you should be getting.
It is illegal to knowingly sell someone a defective product under the guise of it being functional, it's called fraud.
That's why I switched my email to gmail.. i get at most 3 spams a day in my inbox.. most days I get none.
How does SFTP stop someone from getting ahold of a user's password and uploading another malicious script, then running it via web? Sounds like you had a web accessible directory that a user could upload to, unless you change this, the same thing can happen again. The only thing you changed was you encrypted the file transfer process..
I've worked with many different FTPS server and they're all very easy to use. Mind you, I was always using windows (FileZilla server, Ability FTP Server).
SFTP isn't useful if you want to jail users to a certain directory. Setting up SFTP to work that way is a huge pain in the ass. Most FTP(S) servers were designed with this in mind.
Where can I find these rabid MySQL fans? I use mysql and have never met someone that has claimed mysql is better than postgresql, but I never hear the end of it from postgresql users..
They just haven't been introduced to htmlspecialchars() yet. Best damn encryption I've ever seen, and the cool part is you can read some of the encrypted data, that way you can better organize it without having to decrypt it.
That's probably because no one will be using them due to their hideousness.
So does this mean I should upgrade from PHP 3.2? Are there any incompatibilities with my existing code?
//$login_check = mysql_num_rows($result_login);
Maybe someone can look over my login script and tell me if this will work in PHP5?
$query_login="select * FROM user";
$result_login = mysql_query($query_login) or die("Your passwrod is might be bad I think");
while($row=mysql_fetch_array($result_login))
{
$username=$row["username"];
if ($username==$username1)
{
echo "";
echo "window.location.href='login_error.php?rec=qq';";
echo "";
exit;
}
}
Wanker? Don't you mean hoser?
Disney owns Pixar.
No no no, it's clearly a glitch. Counting numbers (e.g. 1+1) really isn't a computer's strong suit, so it's understandable that it would sometimes do this, 1+ 1 + 1 + 1 + 5000 + 1 + 1.
BAD BAD BAD.
mydomain.com is a privately owned domain. When demonstrating a domain, you use profile.example.com!