JPark
Feb 20, 06:40 PM
What's your point? The legality of jb has already been established.
To sue someone, you have to know who they are so you can serve them. What's Apple going to do, sue comex? chpwn? Apple doesn't know who they are. Sony knew who geohot was because he's an attention whore.
His point is that it doesn't matter who is right and who is wrong, or what is or isn't legal. What matters is who can maintain a long strung-out legal battle (Sony) and who can't (the average person).
I expect George hasn't made efforts to hide his identity for two reasons:
1) He's not doing anything illegal, so why should he have to hide
2) "Hiding" is largely futile anyway. I expect the FBI probably already know who comex and chpwn are.
Possibly a 3rd and 4th reason:
3) He likes to take a stand for things that he believes in. That's hard to do if you're anonymous
4) He's an attention whore
To sue someone, you have to know who they are so you can serve them. What's Apple going to do, sue comex? chpwn? Apple doesn't know who they are. Sony knew who geohot was because he's an attention whore.
His point is that it doesn't matter who is right and who is wrong, or what is or isn't legal. What matters is who can maintain a long strung-out legal battle (Sony) and who can't (the average person).
I expect George hasn't made efforts to hide his identity for two reasons:
1) He's not doing anything illegal, so why should he have to hide
2) "Hiding" is largely futile anyway. I expect the FBI probably already know who comex and chpwn are.
Possibly a 3rd and 4th reason:
3) He likes to take a stand for things that he believes in. That's hard to do if you're anonymous
4) He's an attention whore
victor_patv
Feb 16, 04:23 PM
I was in a lecture hall the other day with my new 17� it was fine. No weird looks andI love the extra real estate.
Natesac
May 4, 05:12 PM
That's really the beauty of google voice, once you transisition to it you never have to worry about changing numbers again or giving people different numbers. You do have to make that initial transition and give all your contacts a new number BUT it's the last one you will have to hive them.
Does this provide a seamless way to transition from texting on my iPhone to texting on the iPad and vice versa? I wouldn't even dream of switching numbers unless the experience of sending and receiving texts was better than just using my phone.
Does this provide a seamless way to transition from texting on my iPhone to texting on the iPad and vice versa? I wouldn't even dream of switching numbers unless the experience of sending and receiving texts was better than just using my phone.
scem0
Sep 18, 11:26 AM
I watched one episode and I don't desire to watch a second. It was pretty lousy, IMO.
_Emerson
_Emerson
more...
Legion93
Apr 23, 09:43 PM
He used a Mac.
Image (http://boskolives.files.wordpress.com/2009/11/powerbook_5300_screen.jpg?w=400&h=263)
Looks like Mac OS X Cheetah or Puma :d
Image (http://boskolives.files.wordpress.com/2009/11/powerbook_5300_screen.jpg?w=400&h=263)
Looks like Mac OS X Cheetah or Puma :d
zimv20
Jul 8, 04:37 PM
Originally posted by EdSchouten
you could edit the httpd.conf to search for htaccess instead of .htaccess :)
i kept all my .ht files hidden, by design. i apologize if i implied i was using "htaccess" instead of ".htaccess".
you could edit the httpd.conf to search for htaccess instead of .htaccess :)
i kept all my .ht files hidden, by design. i apologize if i implied i was using "htaccess" instead of ".htaccess".
more...
harpster
Apr 6, 07:13 PM
It's probably your email script...
When you have a php form using POST variables like you do (method="post") and your not sure about the form part all you need to do is to put this test code in the page your submitting to in this case contactformprocess.php.
<pre>
<?php
print_r($_POST);
?>
</pre>
<?php exit; ?>
This will print out the POST array showing you all the values that were submitted. That way you know that the form submission is good if you get the expected results and you can then debug the submit to script.
Usually I put in a exit or die statement after the closing </pre> tag to stop the script execution so I can easily see the POST array contents. The <pre> tags aren't needed but they format the array so it's easy to read.
When you have a php form using POST variables like you do (method="post") and your not sure about the form part all you need to do is to put this test code in the page your submitting to in this case contactformprocess.php.
<pre>
<?php
print_r($_POST);
?>
</pre>
<?php exit; ?>
This will print out the POST array showing you all the values that were submitted. That way you know that the form submission is good if you get the expected results and you can then debug the submit to script.
Usually I put in a exit or die statement after the closing </pre> tag to stop the script execution so I can easily see the POST array contents. The <pre> tags aren't needed but they format the array so it's easy to read.
Airforcekid
May 5, 02:14 PM
Depends if you have a decent phone wait youll be glad you did however if you do not have a phone get the 4 and enjoy it for at least another month:p Apple usually supports the phones for 2.5-3 years so the 4 still has plenty of life left.
more...
SmilesLots
Apr 14, 03:45 PM
Check the SMART data on the drive and do a short test:
http://www.volitans-software.com/smart_utility.php
What is smart data and how do you check it?
http://www.volitans-software.com/smart_utility.php
What is smart data and how do you check it?
greatdevourer
Sep 24, 03:09 PM
Well, the gaming community definitely gets intense in their er... 'hobby' or lifestyle. They take things �berseriously. Like the person who stabbed someone w/ a screwdriver at one exhibition event. :eek: And come on, who wouldn't take a 'game' seriously if the prize was sponsored gaming set ups from big companies and free games/software/hardware and even beaucoup cash?! :p You ought to see Japan (and moving into the west). People put up posters of their favorite counter strike guy in the same way you would put up a footie or rugby player. Gamers are the new rockstars. They have entire TV channels showing gaming 24/7.
Er... yeah. You'll either want a card and games that support the native res of the LCD, as then it'll be way cool. However, if not, then get the biggest CRT you can find. The problem with CRTs is that they only go up to 21" (iirc, 19" viewing area, or maybe the 21 is the view area... meh. Either way, not as high as an LCD can go)
Er... yeah. You'll either want a card and games that support the native res of the LCD, as then it'll be way cool. However, if not, then get the biggest CRT you can find. The problem with CRTs is that they only go up to 21" (iirc, 19" viewing area, or maybe the 21 is the view area... meh. Either way, not as high as an LCD can go)
more...
mad jew
Nov 25, 04:47 PM
Heh, true. :D
Just not for the next few weeks, that's all.
Just not for the next few weeks, that's all.
mkrishnan
Feb 23, 11:38 PM
If you just type "cd New" then press Tab, it'll autocomplete the rest of the command for you.
Learn something new everyday! :D But to clarify, you have to be in the volumes directory first, and it does actually have to start with "New" right? ;) But I did the same trick with another volume and it worked nicely. Very cool. :cool:
Learn something new everyday! :D But to clarify, you have to be in the volumes directory first, and it does actually have to start with "New" right? ;) But I did the same trick with another volume and it worked nicely. Very cool. :cool:
more...
zagato27
Oct 26, 07:20 PM
I haven't used this keyboard myself, but i've heard it comes pretty close to what you're looking for: http://www.macally.com/spec/usb/input_device/icekey.html
I bought one of these for my G5, love it. Looks cool and has very nice action, I seem to fly on this board! 2 USB ports (one at each end). Pretty cheap too.... $39 at Newegg I think. It gets my vote. :D
I bought one of these for my G5, love it. Looks cool and has very nice action, I seem to fly on this board! 2 USB ports (one at each end). Pretty cheap too.... $39 at Newegg I think. It gets my vote. :D
robbieduncan
Dec 6, 07:13 AM
Whilst it's hardly the prettiest machine in the world (or maybe the thinest) this laptop (http://www.mobilityguru.com/2005/12/05/ati_mobility_radeon_x1600/page4.html) as this new chip. It'd imagine that Apple could better this in terms of thinness and still use this GPU.
more...
iGary
Sep 23, 10:34 AM
E-Mail #1:
I have a degree in English from the University of Massachusetts and could provide you with some copy editing service when needed (which you presently need).
E-Mail #2:
Meanwhile, you might want to take the extra "s" out of "sunrises".
(On my Web site.)
I have a degree in English from the University of Massachusetts and could provide you with some copy editing service when needed (which you presently need).
E-Mail #2:
Meanwhile, you might want to take the extra "s" out of "sunrises".
(On my Web site.)
stephen =D
Jan 14, 11:57 AM
how long will it take for the video to b online roughly:apple:
:D:D:D:D:apple::apple::apple::cool::cool::cool::p;);)
:D:D:D:D:apple::apple::apple::cool::cool::cool::p;);)
more...
Shawnpk
Apr 19, 03:13 PM
I bought RAM in January from OWC for my MacBook Pro. Went from 2GB to 8GB. Everything is working fine.
shenfrey
May 6, 11:15 AM
I think buying an Imac will be one of the best purchases you could ever make. Certainly one that will never forget, once you go mac you will never go back.
10/10
10/10
TwitchOSX
Mar 30, 01:34 PM
What does Lego's have to do with Star Wars? Who thought up that idea?
iRach
May 2, 06:55 AM
I have a white iPhone4, I have no issues with the sensor or drop of signal at all :)
I was waiting on the 5 but have always wanted a white iPhone, my 3GS is black and so far I'm very pleased indeed :D
I was waiting on the 5 but have always wanted a white iPhone, my 3GS is black and so far I'm very pleased indeed :D
Dahl
Nov 7, 04:21 AM
Ween..
I love them, is their new album any good ?
I love them, is their new album any good ?
dnmx
Jan 12, 06:03 AM
Is there a benefit to having fonts activated and deactivated on the fly?
yeah, so you don't have to put the fonts you want to use in user/library/fonts by hand, like citizenzen and you recommended.
but i agree, what citizenzen added, that there's more important stuff to take care of than solely choosing the typeface. but for organisazion, overview and samples the fontexplorer comes in handy.
at least it does for my work.
yeah, so you don't have to put the fonts you want to use in user/library/fonts by hand, like citizenzen and you recommended.
but i agree, what citizenzen added, that there's more important stuff to take care of than solely choosing the typeface. but for organisazion, overview and samples the fontexplorer comes in handy.
at least it does for my work.
chrmjenkins
Jun 16, 11:14 AM
Not if you knew what you were talking about, you couldn't. KingHuds does know what he is talking about. Read and be wise.
OK, someone recognized the abbreviations and proved that the graph is accurate (provided the context I noted was absent). One could also come up with another arbitrary explanation for the graph involving a parabolic piece-wise function given the fact that you can't infer specific curvature characteristics from a hand-drawn graph. It doesn't magically invalidate my point. The point was to show that there could be a logical explanation for the graph and the submission was stupid. That point was made.
For instance, lacking a scale, let's suppose that graph passes through (0,0), (1,1) and (2,0). This results in an equation of y = -x^2 +2x. However, we notice that to the right of 1, we should have a decreasing dependent variable. However, they share a common point, 1. When x = 1, n = 1 (using the alphabetic rather than the Greek for simplicity's sake). Also, when x = 2, n should be 0, to flip about the point of 1. When x = 0, n should be 2 (again, flipping about 1). This results in n = -x + 2. Solve for x and substitute into above parabolic equation, and you have a graph that both roughly matches what is shown and satisfies those inequalities for n. Seeing the spacing and using n = 1 as an indication of scale, I think these are reasonable assumptions. If you feel different, pick whatever point you desire and solve again.
Arguing that the graph cannot be parabolic based on it being hand-drawn is a moot point. Thanks to KingHuds for the explanation.
OK, someone recognized the abbreviations and proved that the graph is accurate (provided the context I noted was absent). One could also come up with another arbitrary explanation for the graph involving a parabolic piece-wise function given the fact that you can't infer specific curvature characteristics from a hand-drawn graph. It doesn't magically invalidate my point. The point was to show that there could be a logical explanation for the graph and the submission was stupid. That point was made.
For instance, lacking a scale, let's suppose that graph passes through (0,0), (1,1) and (2,0). This results in an equation of y = -x^2 +2x. However, we notice that to the right of 1, we should have a decreasing dependent variable. However, they share a common point, 1. When x = 1, n = 1 (using the alphabetic rather than the Greek for simplicity's sake). Also, when x = 2, n should be 0, to flip about the point of 1. When x = 0, n should be 2 (again, flipping about 1). This results in n = -x + 2. Solve for x and substitute into above parabolic equation, and you have a graph that both roughly matches what is shown and satisfies those inequalities for n. Seeing the spacing and using n = 1 as an indication of scale, I think these are reasonable assumptions. If you feel different, pick whatever point you desire and solve again.
Arguing that the graph cannot be parabolic based on it being hand-drawn is a moot point. Thanks to KingHuds for the explanation.
chrismacguy
Apr 20, 08:01 AM
Maybe the GPU just needs to be reflowed?
That wasn't an issue on that series of powerbooks. Also, I wouldn't recommend attempting a reflow.. a new logic board is much easier, especially since I dont think it is a reflow issue - since the gfx is working but corrupted.
That wasn't an issue on that series of powerbooks. Also, I wouldn't recommend attempting a reflow.. a new logic board is much easier, especially since I dont think it is a reflow issue - since the gfx is working but corrupted.
Tidak ada komentar:
Posting Komentar