nomar383
Jun 29, 11:55 AM
Parts received in 3 days. All in perfect shape. Great seller!
Tmelon
May 5, 05:30 PM
I did but sorta regret it ... it's not SO unstable that it's unusable, but some features such as no Rosetta and the few bugs that make it annoying to use, do make me regret upgrading. Thankfully updates are coming regularly so things are only improving, and I dual-boot into W7 whenever something needs to get done bug-free.
Using Windows to get things done bug free? How ironic. ;)
Using Windows to get things done bug free? How ironic. ;)
Kaulitz
Mar 25, 03:19 AM
How long is the queue at the moment?
ITASOR
Dec 2, 07:58 PM
Just ask them for a phone number and their address so you can come check it out.
If they say: My address is: blah street, come on over this afternoon...bring a parent and see if they really have it. (if you're interested)
If they say: HELLO THNK U 4 EXPRESSING INTEREST IN ITEM. I CURRENTLY IN NIGERIA SO ITEM WILL SHIP FROM THERE WILL ACCEPT PAYPAL OR WESTERNUNION......then you'd better abort mission. :) :eek:
If they say: My address is: blah street, come on over this afternoon...bring a parent and see if they really have it. (if you're interested)
If they say: HELLO THNK U 4 EXPRESSING INTEREST IN ITEM. I CURRENTLY IN NIGERIA SO ITEM WILL SHIP FROM THERE WILL ACCEPT PAYPAL OR WESTERNUNION......then you'd better abort mission. :) :eek:
more...
davidg4781
Mar 31, 12:46 AM
Am I missing something? I get an email everytime someone replies to a thread I've posted in.
Now what would be nice is if that email had a link to the thread on the regular site and for the mobile site.
Now what would be nice is if that email had a link to the thread on the regular site and for the mobile site.
res1233
May 1, 02:43 AM
The iMac uses a desktop CPU while the Samsung uses a mobile CPU.
But the i7 2630qm beats the i3 2100 CPU in the iMac by a wide margin. In a passmark benchmark the is scores over 6,000 compared to the i3 which scores almost 4,000.
Here are the benchmark links:
Intel Core i7 2630QM (http://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i7-2630QM+%40+2.00GHz)
Intel Core i3 2100 (http://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i3-2100+%40+3.10GHz)
And the graphics card in the Samsung is more powerful than the ATI 6490.
So in this case the Samsung is a more powerful machine.
You can upgrade the 21.5'' to the i5 bud. Not such a huge difference. At the end of the day, the iMac's hardware is competitive, and also, notice he said the "SB iMac" whose GPU we don't really know about ATM. It's entirely possible Apple will chose a mobile i7 for the high-end 21.5'', but even if they keep the i5 as high-end, the main reason you get a mac is for Mac OS, and the majority of mac users who care about performance get a maxed out 27'' with SSDs, a maxed out boat anchor of a 17'' MBP, or a mac pro. The other offerings are not being sold to performance junkies most of the time...
But the i7 2630qm beats the i3 2100 CPU in the iMac by a wide margin. In a passmark benchmark the is scores over 6,000 compared to the i3 which scores almost 4,000.
Here are the benchmark links:
Intel Core i7 2630QM (http://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i7-2630QM+%40+2.00GHz)
Intel Core i3 2100 (http://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i3-2100+%40+3.10GHz)
And the graphics card in the Samsung is more powerful than the ATI 6490.
So in this case the Samsung is a more powerful machine.
You can upgrade the 21.5'' to the i5 bud. Not such a huge difference. At the end of the day, the iMac's hardware is competitive, and also, notice he said the "SB iMac" whose GPU we don't really know about ATM. It's entirely possible Apple will chose a mobile i7 for the high-end 21.5'', but even if they keep the i5 as high-end, the main reason you get a mac is for Mac OS, and the majority of mac users who care about performance get a maxed out 27'' with SSDs, a maxed out boat anchor of a 17'' MBP, or a mac pro. The other offerings are not being sold to performance junkies most of the time...
more...
Isoparm
Mar 3, 07:50 PM
I'm trying to forward requests from one port to another and running into problems.
I have a Mac Server (10.5) and a number of Mac clients. I want requests going to one of my clients for port 80 (192.168.1.20:80), to go instead to port 10080 (192.168.1.20:10080).
I've tried everything I can but I can't seem to get this to work. Here's what I've done:
I've added this to my ipfw.conf file:
add 100 fwd 192.168.1.20,80 ip from any to 192.168.1.20 dst-port 10080
But that didn't seem to work.
I also tried to add the correct info the my natd.conf.apple file.
natd.conf.apple:
interface en0
natportmap_interface en1
dynamic yes
log yes
log_denied no
deny_incoming no
use_sockets yes
same_ports yes
unregistered_only yes
reverse no
proxy_only no
clamp_mss yes
redirect_port tcp 192.168.1.20:80 192.168.1.20:10080
I stop and restart both NAT and Firewall from the Server Admin.
Only other thing I can figure is that I've got two NIC's in the server (en1 & en0) en1 is where all the clients are and the 192.168.1.xxx IP addresses. But en0 is the direct connection to the internet. So is it possible that my port forwarding is working, but on the wrong interface?
Is there something I'm doing wrong here?
Any help would be greatly appreciated. Thanks in advance.
I have a Mac Server (10.5) and a number of Mac clients. I want requests going to one of my clients for port 80 (192.168.1.20:80), to go instead to port 10080 (192.168.1.20:10080).
I've tried everything I can but I can't seem to get this to work. Here's what I've done:
I've added this to my ipfw.conf file:
add 100 fwd 192.168.1.20,80 ip from any to 192.168.1.20 dst-port 10080
But that didn't seem to work.
I also tried to add the correct info the my natd.conf.apple file.
natd.conf.apple:
interface en0
natportmap_interface en1
dynamic yes
log yes
log_denied no
deny_incoming no
use_sockets yes
same_ports yes
unregistered_only yes
reverse no
proxy_only no
clamp_mss yes
redirect_port tcp 192.168.1.20:80 192.168.1.20:10080
I stop and restart both NAT and Firewall from the Server Admin.
Only other thing I can figure is that I've got two NIC's in the server (en1 & en0) en1 is where all the clients are and the 192.168.1.xxx IP addresses. But en0 is the direct connection to the internet. So is it possible that my port forwarding is working, but on the wrong interface?
Is there something I'm doing wrong here?
Any help would be greatly appreciated. Thanks in advance.
zen.state
Apr 20, 07:28 AM
I would honestly trust OWC more than Apple. They are that good.
I have bought many things from OWC over the years and have had a great experience with all of it.
I have bought many things from OWC over the years and have had a great experience with all of it.
more...
velocityg4
Feb 13, 11:17 PM
:confused: :apple: can i use pdanet for ipod touch :confused: :apple:
Yes you will need to Jailbreak your iPod Touch first then install through Cydia.
Yes you will need to Jailbreak your iPod Touch first then install through Cydia.
Patmian212
Dec 3, 08:23 PM
I have a PC laptop, but is is note up to your standards... it has
366mhz processor,
128mb ram
12gb hard drive
CD/Floppy drive
Built in CD player
If you are interested the Price is $155 OR:
trade laptop for ipod mini and $25
Not really what I am looking for but I might have to resort to buying it if no one bites soon, any pics? What processor is it PII?
No one else?
366mhz processor,
128mb ram
12gb hard drive
CD/Floppy drive
Built in CD player
If you are interested the Price is $155 OR:
trade laptop for ipod mini and $25
Not really what I am looking for but I might have to resort to buying it if no one bites soon, any pics? What processor is it PII?
No one else?
more...
Berardi3
May 4, 09:25 PM
Hello everyone im looking for my first Mac computer and am tossed between MacBook air 11 or 13 or buying the new base I Mac 21.5 I'm looking dogie the best value for my money I like to do photos maybe video an it need to be fast any suggestions any one ?
three
Aug 17, 09:28 PM
It was running 10.3.9.
more...
d4rkc4sm
Apr 27, 06:07 PM
sl has been rock solid for me
celticpride678
Apr 3, 12:35 AM
The screenshots are a known issue. Use the developer build of Chrome in DP2.
more...
philipt42
Aug 21, 09:56 PM
I second Amazon. I've gotten (usable) CDs for 10 cents. People just get rid of their cds for hardly any money.
colinp
Oct 19, 09:29 PM
I guess I'll be with you in spirit as well :D
I have fond memories of running over to the Ginza store after work for the Tiger release. It was pretty incredible how damn long the line was- but it moved impressively fast! I'm still kicking myself for letting the Apple store employees convince me to buy the English box instead of just getting the Japanese one. Oh well :apple:
I have fond memories of running over to the Ginza store after work for the Tiger release. It was pretty incredible how damn long the line was- but it moved impressively fast! I'm still kicking myself for letting the Apple store employees convince me to buy the English box instead of just getting the Japanese one. Oh well :apple:
more...
zavannah
Jul 28, 06:35 AM
The blurb for the iTouch iOS4 upgrade blurb (http://www.apple.com/ipodtouch/ios4-software-update.html) indicates that bluetooth functionality has been extended to include keyboards. Unfortunately, I have tested this on a 2gen itouch using two non apple keyboards that worked with an ipad, but they did not "discover" although there was indication that a dialog had transpired.
Very disappointing... anyone know anything more about what the ios4 brings to the BT table and if the 2gen is even included?
fwiw, I _was_ able to pair BT stereo headsets to the 2gen under os3 but it appears that the upgrade to 4 may have disabled even that option.
Beverly Howard
The bluetooth in the ipod touch 3g really sucks, even when updated to iOS4. My ipod can find my windows 7 laptop alright but it refuses totally to connect with it.
Very disappointing... anyone know anything more about what the ios4 brings to the BT table and if the 2gen is even included?
fwiw, I _was_ able to pair BT stereo headsets to the 2gen under os3 but it appears that the upgrade to 4 may have disabled even that option.
Beverly Howard
The bluetooth in the ipod touch 3g really sucks, even when updated to iOS4. My ipod can find my windows 7 laptop alright but it refuses totally to connect with it.
AppledUp
Apr 23, 05:15 PM
Hey everyone looking to buy a stand for my MBP and I've seen a few but what ones the best for the money?
bpaluzzi
Apr 7, 02:13 PM
Sorry to disagree... the script didn't work until the mail function was called directly.. maybe you should try running the code first---
There's no difference between these two bits of code in "calling it directly". Both syntaxes are directly calling the function. Do you understand how return values work?
There's no difference between these two bits of code in "calling it directly". Both syntaxes are directly calling the function. Do you understand how return values work?
Hellhammer
Apr 11, 09:31 AM
Nice! Was it hard to make? Do you have any fillings in there? If it's even a bit loose, it may sway while carrying it and wood is pretty tough so it could get dents or scratches.
AHDuke99
Jun 20, 11:42 PM
yes
dukie's are all over the mac web :D
dukie's are all over the mac web :D
Black Macbook
Jun 26, 02:33 PM
Looks like Apple made it clear to me what size iPad they want me to buy. :)
What does that mean? Is there a larger one or something coming out? Spill the beans, don't be secretive and cryptic.
:)
What does that mean? Is there a larger one or something coming out? Spill the beans, don't be secretive and cryptic.
:)
Nri1
Sep 20, 10:28 PM
Props to Richard Noll for sending it in. We need more people like that in this world.
snberk103
Apr 26, 10:19 AM
Thanks for the side-by-side review. I use LR3, never got around to A3. Once you are used to the interface it works. At least for me.
One tip to make imports go faster is to break the import into chunks, I'm told. If you have 200 images, then pick 50 and start the import, then pick the next 50 and start the import. Supposedly you can start as many parallel import threads as you have cores for best results. I haven't needed to speed up my imports, so it's been a while since I've tried this.
Also, if your A3 and LR3 libraries were on two different HDDs you may have been seeing the difference in HDD speeds and not program processing speed. Just a thought.
One tip to make imports go faster is to break the import into chunks, I'm told. If you have 200 images, then pick 50 and start the import, then pick the next 50 and start the import. Supposedly you can start as many parallel import threads as you have cores for best results. I haven't needed to speed up my imports, so it's been a while since I've tried this.
Also, if your A3 and LR3 libraries were on two different HDDs you may have been seeing the difference in HDD speeds and not program processing speed. Just a thought.
No comments:
Post a Comment