24th November
The Wrong Idea

People who shop on black friday really irk me. They have concepts of what should be a perfect shopping experience on the busiest day of the year, that are lightyears away from reality. They expect stock of a sales item hours after a store has opened. They expect rain checks on items that are clearly 100% margin loss, days later. Most of all, they expect to be treated like gods.

I’m sorry, when you treat me decently, then I’ll treat you like a god. Until then, go shop at Circuit City, they have great customer service (yea ok).

So, other than having just worked black friday morning where we did more than a normals day’s business in 45mins of opening, browsing the web I find this article about a guys experience shopping at a Staples. On Black Friday. I feel like I must take the article to task piece by piece, for the simple fact that its just plain wrong and it does harm to Staples for no real reason.

To begin with, he states that he was attempting to buy the Samsung 2010 laser printer that some stores were carrying as a promotional item. It’s a pretty we’ve been carrying for months, and in general stores don’t stock except for special occasions (ie, sales). His store was carrying it for $139 (ours for example, is $129 but we were selling a different model for the same sales price) with a massive $100 rebate. Pretty good price, in fact, I bought one a few months ago for that price myself.

Thing is though, he’s under the impression that no ones going to buy it because of the initial price, and the rebate amount. Wrong, they sell like hotcakes. Whether its the Lexmark, Konica Minolta, Samsung, or HP entry-level laser on sale, they will sell very quickly at that price; we sold seven within an hour of opening.

His comment about not being able to find the page on Staples website, whether sales flyer or that particular printer isn’t clearly defined but both are explainable. The Samsung 2010 is typically in store only. There are quite a few items that arent listed online but, for promotions, we carry in store. The flyer itself wasn’t released until wed. evening though it was accessible in other locations.

In regards to stock of the item, if a store had seven units to sell, thats all they had. Black Friday specials we are not allowed to transfer, or even attempt to contact other stores. The simple reason is volume. We get slammed, even with all the stores employees on the floor and the inventory system can’t track sales updates from other stores that quickly. If you show up 20 minutes after the stores open, its pretty damn likely that all the good items are gone. Its not because we didnt stock “enough,” but because those people at the doors at 4 a.m. (15 at our store, and by 5:30 there was over 100) bought everything. The flyers clearly list “limited stock.” Hell, two stores in the same district might not even carry the same items. Carlisle and Camp Hill had two different monitors on sale, for two different prices.

As to the associate being rude, I’m sorry, but on black friday there are few “happy” associates. We’re slammed, dealing with as many as 1,500 customers when stores might normally only get 500 in a day.  We have people trying to cheat the system, steal (we had three attempted thefts on FREE items by 7 a.m.!), and treating us like shit. Do you really expect us to dive to the floor and give you phone numbers when they’re listed in the phone book, or under the #411 system when we have so many other people to service? Come on a regular day, and see how we do. There’s a reason why we’re the number one Office Supply company and it’s because of our customer service.

In closing, there’s no conspiracy. There’s no bait-and-switch. You tried to buy a hot item on a massive sales day. Don’t try and get up page hits by inflammatory articles.

This might not be the most well written article in the world, but I was up at 4 a.m. and gotta be back at 2. So there it is. Jonas, if you read this and have any questions about staples, feel free to comment back

permalink one comment

7th November
The First Steps (Edgy reborn)

Well, I’ve run into the first road block on my fresh install. I apparently didn’t follow whats new in Edgy as well as I should have because I got quite stuck in regards to Kernels. I’m not going to explain what the kernel is (google it) but suffice to say, I was running the k7 specific kernel under dapper because its more optimized for the architecture. Whether its truely superior, I never saw that much of an advantage but it didnt seem to hurt.

However, attempting to install the -k7 kernel via apt-get

sudo apt-get install linux-k7

left me with a strange situation. No new kernel listed in the GRUB boot manager, and my kernel after login was still listed as -generic:

chris@Skylar:~$ uname -a Linux Skylar 2.6.17-10-generic

It left me quite confused but as far as I can tell Canonical just rolled all the patches and changes into its -generic kernel so one less thing to configure and mess with. With that done, I moved to install the closed-source drivers for my NVidia GeForce 6600GT card. Alot of linux hardcore people hate closed-source drivers because it goes against their philosophy; personally, I couldn’t careless. I want my stuff to work, and work well. Thankfully, Ubuntu makes this pretty easy:

First, backup your X.org conf file with the following command:

sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf_backup

After thats done, you will want to install the actual NVIDIA drivers. If you have an older card, you might need an older revision of the drivers so check NVIDIA’s site. However, modern cards can use the current drivers. Type the following command in your terminal to install the drivers:

sudo apt-get install nvidia-glx

You’re drivers should now be installed so lets enable them. In terminal again type:

sudo nvidia-xconfig

Finally, we want to put a link to your NVIDIA-settings panel in the main, application menu:

sudo nano /user/share/applications/NVIDIA-Settings.desktop [Desktop Entry] Name=NVIDIA Settings Comment=NVIDIA settings Exec=nvidia-settings Icon= StartupNotify=true Terminal=false Type=Application Categories=Application;System;

Now save the file (Ctrl+O) and close out of nano (Ctrl+X). Now, reboot and you should be good to go as later I’ll post on how to setup TwinView as well as do some file system optimizing.

permalink zero comments

The real Edgy Eft

So, after upgrading my Dapper Drake install to Edgy Eft I started noticing a few problems. First, just random links weren’t right, some applications didn’t upgrade properly, and it appeared that a kernel module I needed wasn’t installed and I felt too lazy to fix it.

Instead, I’d do the Windows user mode: reinstall. Suffice to say, it was by far the easiest install for Linux I’ve ever done. 30mins later, a fresh, brand new Edgy install is done.

All my hard drives were properly detected and mapped onto the desktop, as was the iPod on first boot. Sound worked right off the bat, as did networking. With my nForce2 based motherboard, it can always get dicey that.

However, it did install a generic version of the kernel (2.6.17.10) instead of a properly optimized i686 or k7 version. Not hard to fix, and I think in the next post I’ll describe and list all the things I do to get my system back and functioning properly. From the kernel, to TwinView, to actually getting all five buttons on my Microsoft wireless mouse working.

Most of it will be surpsingly easy.

permalink zero comments