Mackilroy
Mar 27, 08:32 AM
Subjectively it feels a little different to me, but I've never had problems with OS X's mouse acceleration anyway, whether in games or otherwise.
cqexbesd
Mar 28, 05:52 AM
I have been using screen in the osx terminal to get serial access, using the following:
screen telnet /dev/tty.usbserial
Unfortunately I can't scrollback in screen, which makes copying long config files a process of :apple:-C, :apple:-V, and repeat. Any suggestions for native serial support in the osx terminal app WITH scrollback?
Are you sure thats the command you use? screen telnet /dev/tty.usbserial would start screen and run telnet /dev/tty.usbserial in it which I would expect to fail straight away as telnet doesn't deal with serial ports AFAIK.
What you probably want to use, assuming you are connecting over a serial line is screen /dev/cu.usbserial
If you are the only serial port user on your system it probably doesn't really matter if you use cu or tty but cu is the norm when your connecting out via serial (as opposed to waiting for something to connect in).
With that out of the way I can say that screen does have a scroll back buffer. Perhaps the easiest way to use it, assuming you are using the default key bindings, is CTRL-A ESC and then use your cursor keys to scroll around. ESC again to go back to normal mode. Screen also has copy and paste support built in but you don't need to use it if you are using a modern windowing system like OSX. Remember screen was built for use on dumb terminals where, I can assure you, it's the best thing since sliced bread but thats why it emulates its own terminal within your window.
If you do want to use something built in that does't do its own terminal emulation then there is the cu command. Depending on the permissions setup you might need to be root to run it (or use sudo) - I haven't really used it under OSX.
cu -l /dev/cu.usbserial
You can drop your session with:
~.
Andrew
screen telnet /dev/tty.usbserial
Unfortunately I can't scrollback in screen, which makes copying long config files a process of :apple:-C, :apple:-V, and repeat. Any suggestions for native serial support in the osx terminal app WITH scrollback?
Are you sure thats the command you use? screen telnet /dev/tty.usbserial would start screen and run telnet /dev/tty.usbserial in it which I would expect to fail straight away as telnet doesn't deal with serial ports AFAIK.
What you probably want to use, assuming you are connecting over a serial line is screen /dev/cu.usbserial
If you are the only serial port user on your system it probably doesn't really matter if you use cu or tty but cu is the norm when your connecting out via serial (as opposed to waiting for something to connect in).
With that out of the way I can say that screen does have a scroll back buffer. Perhaps the easiest way to use it, assuming you are using the default key bindings, is CTRL-A ESC and then use your cursor keys to scroll around. ESC again to go back to normal mode. Screen also has copy and paste support built in but you don't need to use it if you are using a modern windowing system like OSX. Remember screen was built for use on dumb terminals where, I can assure you, it's the best thing since sliced bread but thats why it emulates its own terminal within your window.
If you do want to use something built in that does't do its own terminal emulation then there is the cu command. Depending on the permissions setup you might need to be root to run it (or use sudo) - I haven't really used it under OSX.
cu -l /dev/cu.usbserial
You can drop your session with:
~.
Andrew
asherman13
Dec 9, 11:08 PM
I remember using OS X for the first time when I was probably 14 and I couldn't stand it. It wasn't that I didn't like it but everything seemed so much different on OS 9. However I love OS X now. I wouldn't trade it for anything.
i can exactly identify with that. when i first got my ibook, i only used 9. once i realized my folly, i tried to boot into X and found that my system folders were screwy, so i just had to get jaguar, then panther, and now tiger:D
i can exactly identify with that. when i first got my ibook, i only used 9. once i realized my folly, i tried to boot into X and found that my system folders were screwy, so i just had to get jaguar, then panther, and now tiger:D
MyJelleo
Mar 29, 11:01 AM
Final fantasy 7, or any other classic psx game
There's software out there that converts your psx games into playable form on the psp. Final fantasy 7 should last you 30-40 hours, so that takes care of your trip. It also saves you on battery life since its running off of the memory card.
There's software out there that converts your psx games into playable form on the psp. Final fantasy 7 should last you 30-40 hours, so that takes care of your trip. It also saves you on battery life since its running off of the memory card.
more...
iCeQuBe
Oct 23, 08:47 PM
I am definatly going so if anyone wants to meet up, I think there is a cafe (of sorts downstairs from the Apple Store with seating just outside it. We could all meet up there if anyone wants to. The seating is right in front of the photo place.
gnasher729
Mar 30, 02:20 AM
1. Why "return 99;"? Doesn't make any sense at all. First, only 0, EXIT_SUCCESS and EXIT_FAILURE have defined meaning. Second, exiting when the input is "q" is the normal successful exit route, so you should return 0 or EXIT_SUCCESS. Or better to use "break;" in case things are added after the loop.
2. Why is this a while loop? You check the same condition at the end of the loop as inside the loop, which won't work. for (;;) is the common idiom for this.
3. It won't work for the second star because you modify path.
4. A safer and much more readable way to concatenate strings and other text would be calling snprintf.
5. system () is dangerous. What happens if I enter this as a star name:
'; rm -r /;
2. Why is this a while loop? You check the same condition at the end of the loop as inside the loop, which won't work. for (;;) is the common idiom for this.
3. It won't work for the second star because you modify path.
4. A safer and much more readable way to concatenate strings and other text would be calling snprintf.
5. system () is dangerous. What happens if I enter this as a star name:
'; rm -r /;
more...
intoxicated662
Jun 21, 05:42 PM
the engraving killed it for me, but I love Red and the one I bought at launch was buggy so I had it returned. pm me a price shipped to 78541. i'm interested
AFPoster
Feb 22, 03:13 PM
So the US kind of sucks with the stock market. We can't do After Hours trading like other countries can, so if the market is crashing we are screwed. Not to mention the media can tape Jobs walking akwardly out of the cancer place and the stock drops more than 20$. Kind of like insider trading in a way.
Anyways I am writing to see what people think about the market constantly dropping because of these 3rd world countries fighting over leadership. Thoughts? Anyone lost money if you own Apple stock because of this mess or any other stocks?
Anyways I am writing to see what people think about the market constantly dropping because of these 3rd world countries fighting over leadership. Thoughts? Anyone lost money if you own Apple stock because of this mess or any other stocks?
more...
brosenz
Apr 26, 08:37 PM
After some research my top 3 sorted options are:
1.- OCZ Vertex 2 120GB
2.- Intel X25-M 120GB
3.- Samsung 470 Series 128GB
I will be using it as my boot drive for Mac OS X 10.6.7, any suggestion which one would be the best option for speed ?, thanks
1.- OCZ Vertex 2 120GB
2.- Intel X25-M 120GB
3.- Samsung 470 Series 128GB
I will be using it as my boot drive for Mac OS X 10.6.7, any suggestion which one would be the best option for speed ?, thanks
WillEH
May 5, 11:15 PM
Hey everyone, I am looking for computing suggestions for college.
more...
Pictures of Hayden Panettiere
hayden panettiere early
more...
Hayden Panettiere : The most
HaydenPanettiere
more...
Browse all: Hayden Panettiere
Hayden Panettiere Images
more...
Hayden Panettiere Images
hayden panettiere bum
more...
vincenz
Apr 3, 12:13 AM
You're almost making it sound like you're actually planning to lose your phone.
Cmd-the-World
Apr 24, 11:05 AM
Another factor I think that effects the different resale value is the fact that the MBP is portable.
Since the MBP is carried around there is a high chance that it had a small bump or two. Which lowers the resale value. While the MP is in a single place (for most people) and thus the case is still in "perfect" condition.
Another thing is that the MBP has a battery that after a few recharge cycles it would start to deteriorate thus reducing it's functionality and resale value. Depending on it's cindition the buyer would need to send the MBP to Apple to have it replaced extra cost on the buyer.
This is what I think. If I would buyer a second hand MBP I would take these factors into consideration apart from the usual dilemmas about it's CPU and the rest.
Since the MBP is carried around there is a high chance that it had a small bump or two. Which lowers the resale value. While the MP is in a single place (for most people) and thus the case is still in "perfect" condition.
Another thing is that the MBP has a battery that after a few recharge cycles it would start to deteriorate thus reducing it's functionality and resale value. Depending on it's cindition the buyer would need to send the MBP to Apple to have it replaced extra cost on the buyer.
This is what I think. If I would buyer a second hand MBP I would take these factors into consideration apart from the usual dilemmas about it's CPU and the rest.
more...
teflon
Apr 20, 08:26 PM
Ok thanks! I've never rented before, I thought the privacy policy had some merit to it... you don't want curious people running around your tenant's home all the time. But obviously it's not so.
By the way, the aforementioned listers with false/out of town numbers, can I assume they're all scams?
How long in advance (to the moving date) should I start looking for an apartment?
By the way, the aforementioned listers with false/out of town numbers, can I assume they're all scams?
How long in advance (to the moving date) should I start looking for an apartment?
Psilocybin
Apr 17, 06:04 PM
I just bought a new MacBook Air Ultimate, and it seems to wobble a bit. The wobbling seems to occur when the lid is fully up because the front left foot pad does not make any contact with the surface of my glass desk. What can I do about this wobble? Is it a problem with the foot pad or the entire body?
Can the guys at the Genius Bar fix this, or should I exchange it?
Thanks.
You can exchange it. Just tell them your not happy
Can the guys at the Genius Bar fix this, or should I exchange it?
Thanks.
You can exchange it. Just tell them your not happy
more...
lucascantor
Oct 18, 10:16 PM
I live right near the Ardmore store, so I'll be going there for the release, but I already ordered my copy online just to make sure I get it.
ucfgrad93
Apr 14, 10:34 AM
Wow, turned the Comair plane right around!:eek:
more...
BigBeast
Apr 23, 07:56 PM
Just check Apple's site here: https://selfsolve.apple.com/agreementWarrantyDynamic.do
This will tell you the status of your AC. If it's not correct, call Apple and tell the your sitch.
This will tell you the status of your AC. If it's not correct, call Apple and tell the your sitch.
Chaszmyr
Mar 7, 11:55 AM
Specific instructions for created an encrypted, password-protected folder:
hayden panettiere wallpapers
PBF
Mar 8, 11:17 PM
Dot the i's and cross the t's.
scutts
Apr 15, 07:58 AM
is TPE that rubber found around bumper cases?
it's probably similar. I know it's similar to TPU but i don't really know the difference between them two.
it's probably similar. I know it's similar to TPU but i don't really know the difference between them two.
ijimk
Aug 18, 09:46 AM
If you are asking if its apple's style, i would have to say no man. I would change the backgound color to white and find a place to add highlights of silver. Just some suggestions.
hitekalex
Apr 6, 04:57 PM
Yes, but you are limited to very low powered devices, I believe it is 10 ma or less, in effect only the SD adaptor works, to use the USB adapter you must add a self powered hub.....
Does iPhone need to be jailbroken to support SD Adapter? I was under impression Camera Connection kit only worked with iPad (power issues aside)?
Have you actually used SD Adapter with an iPhone?
Does iPhone need to be jailbroken to support SD Adapter? I was under impression Camera Connection kit only worked with iPad (power issues aside)?
Have you actually used SD Adapter with an iPhone?
Cromulent
Dec 28, 06:25 AM
How do I give out these invites... I know people who would appreciate it....
I'm a premium subscriber so I am not sure if it works the same way for free account holders but when I open the client a little bar drops down at the top saying share Spotify with your friends or something similar. Click the link and it takes you to the relevant page.
I'm a premium subscriber so I am not sure if it works the same way for free account holders but when I open the client a little bar drops down at the top saying share Spotify with your friends or something similar. Click the link and it takes you to the relevant page.
jav6454
Mar 31, 12:21 PM
Fox News looses viewers? I am not surprised...
>mon visage
>mon visage