Search.

Google
 

Saturday, May 23, 2009

Capital One woes

I have a Capital One credit card, and I love it. Low interest rate, works really well. I only have one beef that has cropped up recently. My spending habit isn't very erratic, and it looks something like this during the month:
Amazon
iTunes
Restaurant
Amazon
Restaurant

Now, for the last two months, I've gotten several of the restaurant purchases flagged as fraud, and the card locked down until I call them and sit on hold for 2 hours to say that Yes, that purchase at Earls that I make every month is in fact my purchase. Please unlock my card so I can use it and pay you money.

Now, I appreciate the fraud response, and I understand the reasoning behind it, but when you are flagging purchases that fall precisely in my usual spending habits, there is a problem with your algorithm.

Second beef, when you lock my card down, I can no longer use the website to review my purchases so I can't see if there is suddenly something that I didn't authorize on my account. No, I have to call you, and have you read the charges back to me. One of these days I'm going to buy something like "Anal sex 4, horses for courses" just so the clerk has to read it back to me.

Tuesday, May 12, 2009

Lotus Notes, Bane of my Existence

I'm not sure how one piece of software can be so widely used, and yet so terrible. The list of issues with this program are nearly endless. 

First off, my biggest grief: Scrolling. I use the mousewheel, and Home/End religiously to scroll in every application I've used since the Microsoft Mouse first came out with a scroll wheel. Scrolling down in notes works as you would expect, I scroll down one 'click' of the mouse it scrolls 5 lines worth of text. The issue is in when I scroll up one click, this is how it works:

First click - 2 lines
Second click - .5 lines
Third click - 1 line
then it repeats this pattern, although it seems like 3/4ths of the scrolls are between .5 and 1 line. It literally takes 30 full circles of the scroll wheel to scroll up a page of any length. And it works the same with arrow keys. The only way to scroll without making me want to kill someone, is to use the scrollbars on the side, but even THEN I can't use the top and bottom buttons, I have to use the bar in the middle.

Second Grief: I installed the latest release of Notes because I thought maybe they would fix this issue.. turns out they didn't, but what they did do is completely remove a feature I used constantly. You can no longer right click a tab or a link in notes, and have it open in a new window. The feature is completely gone. Have two monitors? Too bad.

Third Grief: This may be more down to our implimentation of notes, but it's SLOW. Even on a mid range server, the thing is a dog. And that's on site.. if you are remote? Expect to wait between 2 and 5 minutes between each click to get a refresh.

Anyway, that's the rant of the day.

Tuesday, October 21, 2008

VNC Server for the iPhone/iPod Touch

How cool is this? There is a new app on the Cydia installer named Veency. This gives you a VNC server on the iphone, letting you use your desktop to input stuff to your iphone. This is especially handy, if like me, you've had to restore your phone to jailbreak it. This makes inputing things like the 5 email accounts I had on it very simple. Check it out:





Kind of cool, right? It's simple to install. Just open up Cydia and search for 'Veency'. Install it, restart springboard, and connect with your favorite VNC Client (Using the IP address found in the WiFi setup area).

Note to Mac users: You will want to download 'Chicken of the VNC', as the inbuilt Screen Sharing app won't be able to connect, nor will Apples 'Remote Desktop' app.

To use it: Left click is a standard 'tap', right click is the Home button, middle click is the power button, and holding the left button down and moving your mouse is like dragging your finger across the screen in the direction you move you mouse.

Bonus points for 'Ninja Magic': You can set up Jaadu on your iPhone, connect to your computer, then connect back to your phone. See if you can destroy the space-time continuum!

Saturday, October 18, 2008

Bad Captchas

So, as I was updating a few options for my blog (including moving the domain to blog.shockwaver.org) it naturally asked me to complete a CAPTCHA. Normally this isn't a problem, even the newer double CAPTCHAs that aim to help optical character recognition. But Blogger, I've never seen a captcha this bad. I guess it means I'm a computer:

Saturday, October 4, 2008

Updates

A few small changes have been made to the blog. I've removed the digsby chat widget on the right column, as I'm no longer using Digsby for IM (It being Windows only). I've also moved the blog to my own domain (shockwaver.org). That won't change anything except that the blog can be reached from blog.shockwaver.org.

Thanks for reading!

Tuesday, July 8, 2008

HOWTO: Quickly toggle function keys on and off on OS X

Let me say that I love using the Mac, it works great and runs really well. For the most part. I like using the apple keyboard because I like all the special keys for controlling iTunes and what not. However, being that I don't have the 'aluminum' keyboard that has a function key, I've noticed that in order to use the special keys, I have to go in to Settings, go in to keyboard, and manually check or uncheck the option. This was driving me crazy, as quite often I need to use the terminal, and mc (midnight commander) via ssh to a linux machine - which needs the F keys to work as F keys.

Luckily, all is not lost! Thanks to applescript, we can toggle the option using script file. Open up 'Script Editor' and use this script:
tell application "System Preferences"
set current pane to pane "com.apple.preference.keyboard"
end tell


tell application "System Events"
if UI elements enabled then
tell tab group 1 of window "Keyboard & Mouse" of process "System Preferences"
click checkbox "Use all F1, F2, etc. keys as standard function keys"
end tell
else
tell application "System Preferences"
activate
set current pane ¬
to pane "com.apple.preference.universalaccess"
display dialog ¬
"UI element scripting is not enabled. Check \"Enable access for assistive devices\""
end tell
end if
end tell

tell application "System Preferences"
quit
end tell


This means, when you run the script, it will open the system preferences menu (without making it active), set the option, and close it again. Now, in order to make this useful, we need a way to associate this with a hotkey. So, we need to get the program Spark. This will let you set any hotkey you want to any thing else you want. Once you download it and it opens, you'll add a new hotkey for AppleScript, pick the key (I use F19), and point it to the applescript file (or just use the code above).

Once it is saved, everything is set up and ready to go! Happy terminal-ing!

Wednesday, July 2, 2008

Must have OS X (Leopard) Applications

These are the apps that I've dug up and installed, and use constantly.

1. Adium - Best IM program by far I've ever used.. although Digsby (Windows) is damn good.. if only Adium had support for the blog widget I use on the left column.

2. VMware Fusion - I've used Fusion, and I've used Parallels and after a while, I decided on Fusion. I need this to run XP for the 2 or 3 apps that I simply -have- to use (Support apps for my job). The thing I love about Fusion (and I know Parallels has it) is Unity mode, so I don't ever see an XP desktop, just the apps I'm using.

3. Transmission - Best Mac BitTorrent client that exists so far, in my humble opinion. Until I stumbled on this, I was using Vuze (Azureus), and it is bloated and big. Transmission is tiny, does all the bandwidth stuff I need, and runs really fast.

4. Firefox - Need I say more?

5. Gimp - Photo Editor: I cut my teeth on this when I was in Linux full time, and I love it for quick photo edits (scale, crop, file type change, etc).

6. Simultron - HTML Editor: In Windows I used Notepad++, which I adore, but instead of throwing it in VM, I found this little app. It works really well, has good syntax highlighting, and handles CSS. Perk, it also shows a mini-preview of the page as you edit.

7. Shades - This little application controls the brightness of the screen by putting a black (or really, any color you want) over the screen. This is good because by default, the iMac display is WAY TO FREAKING BRIGHT. I realize Steve Jobs has a Jesus complex, but I don't need to feel like I'm staring at the Light of God(tm) when I turn my machine on.

Backups Galore

Call me paranoid, but I like to back things up. I've lost too many files over the years not to anymore. This is where Time Machine comes in handy. I've already mentioned how easy it is to set up, but I went a step further. Not only does my entire machine back up every hour to my external hard drive, I've just set up my linux machine to back up my development folder each night. It's the same schedule I was using previously - Incremental back up every night, and a full backup once a week, while keeping 3 full backups, and 18 incremental backups.

My linux machine, while getting much less use these days is still an effective web server, and an effective backup machine. Not only does it back itself up, it also backs up mine, and my wifes machine. Hopefully we won't need them, but you never know!

Backing up is fun!

Friday, June 27, 2008

Go Mac

So now I have a new iMac, 20". I love it so far. I'm running VMWare Fusion with Windows XP Pro in Unity mode, so I've got seamless access to any windows programs I may need (such as the support software my company uses). I've just got the base model iMac, but I've upped the RAM to 4GB, and tacked on a 1TB external Firewire800 hard drive.

And holy crap is Time Machine easy to use and damn cool. Just plug in the drive (I partitioned a 300gb space for time machine), and pick the partition you want to use, and it starts backing up. No other input needed. I already had incrimental backups set up with my Linux server, but this is just dead simple. What I think I will do is keep using Time Machine to backup everything on the machine, and "mission critical" stuff will be backed up to my Linux machine nightly as well. Nothing like multiple backups.

I've pulled the 20" LG monitor from my Dell machine, and am using it along side the Mac. I wish linux was as easy to set up for dual monitors. I plugged it in, it turned on and was already at the right resolution - just had to adjust the location of the display for continuity. I love having 3360x1050 total desktop space. It makes me a glad panda.

I'm still tweaking things and copying over stuff from my old machine, but once I do that I'll drop a few more articles on here about various cool apps that I've found, and what they do.

Don't forget to click my ads! Help feed a starving blogger! Your click means I get another $0.10.

Monday, June 23, 2008

Fedex

I believe all Fedex trucks should have an interactive GPS so that I can watch my package drive across the US. I may be a bit compulsive with my tracking though..

http://xkcd.com/281/

Thursday, May 22, 2008

HOWTO: Fedora 9 on a USB Drive

So, I've been doing a bit of reading on Fedora 9, as it's been a few years since I've used fedora (Circa.. Core 2, and before that Red Hat 9) and it seems like there is a very easy, and interesting way to install what amounts to a persistent LiveCD version to a USB flash drive. I've done it, and it seems to work ok. Boot time is comparable with a vanilla hard-drive install, a bit slower, but really not noticeable on my AMD X2, 4gb RAM machine. I re purposed a 2gb stick I had lying around, but you can use as little as a 1gb if you like.

1. First step is to download the .iso file you want to use (from: http://fedoraproject.org/en/get-fedora). You need to choose the liveCD version that suites you needs (x86, or x64) - and the type you want. You can choose between the KDE and the Gnome version. The KDE version uses KDE4, which is nice if you want to try it out.

2. Go to https://fedorahosted.org/liveusb-creator and download the liveusb-creator zip file, extract to your preferred location and run it. You should come with a screen like so:


3. Hit browse, find your .iso file, then set your target drive (your plugged in USB stick).

4. Next, set your overlay size. The full install should take about 700mb or so, and I set mine to 1gb to be on the safe side. You should be able to access the remainder of the data on the drive via fedora and windows without a problem.

5. Wait for it to complete.

6. Reboot! When your machine is booting, you will need to choose to have it boot from the USB drive. Some systems it's in the bios, others (like my dell), you need hit F12 and choose to boot from the usb drive.

It should boot up in to Fedora at this point! I'm going to spend a bit more time playing around with it (such as figuring out how to set up my ATI card in it) and then I'll post some more info.

As always, leave comments and let me know how it worked for you.

Wednesday, May 21, 2008

Lack of Updates

Sorry for the distinct lack of updates, those of you that check back in from time to time. I've been extremely busy with work - and thus have had very little time for tinkering with my various electronics. I'll try to start updating this again regularly, but it boils down to finding interesting things.