Mac Store Coming

October 22, 2010

Is this a good or bad thing? The Mac store will be the OS X analog to the iPhone App Store. If it’s as shoddy and poorly organized with no real ability to sort through the store like it is on the iPhone, then it’s going to be just another excuse to drink the kool-aid. I suspect that it will be just that though. Given that they are marketing thing like, “Buy and download. And even redownload.”, there’s really no hope. That’s an extremely basic feature that is widely prevalent all over the Internet. Yet in the Mac store it’s a feature? Something is very wrong.

But the hype doesn’t stop there.

The easiest installation ever.

The Mac App Store revolutionizes the way applications are installed on a computer — it happens in one step. Enter the same iTunes password you use to buy apps on iPad, iPhone, or iPod touch. And within seconds, your new app flies to your Dock, ready to go.

Huh? Ahem… “Revolutionizes”??? This is a serious WTF moment. Didn’t you mean to say, “We’re copying the Ubuntu Software Center and hyping it as innovation!” That software goes back to 1998 in one form or another. 12 years later?

My biggest worry is that this will end up locking down the Mac the same way the iPhone is locked down. Given the changes in the new OS X (Lion), I don’t think my fears are totally unfounded. Apple has a good history of greed and contempt for its users and developers.

Apple has a lot of ground to cover if they plan on releasing something that’s actually good, and not just a kool-aid excuse like so much of what they do. They’ll need to compete with stores that have been in business for a very long time.

To top it all off, they’re going to be competing with businesses that have been strong supporters of Apple like Download.com (which absorbed VersionTracker.com, one of the top Mac download sites). It seems like Apple is determined to eat every portion of the “apple pie” and not share anything. This is in stark contrast to other companies that have thrived on encouraging third parties to participate. It looks like Apple just wants participation until such a point as they can take over themselves.

But they are doing a good job of it. They’re focusing on taking over retail and limiting access. This really is the best way to choke out competition. Got to hand it to them, for a bunch of greedy pigs, they’re smart greedy pigs.

I have a hard time believing that this is truly going to be a good thing in the long run.


Everything is just that much more half-assed on OS X

May 24, 2010

Well, I’m still using Visual Studio to get things done because it’s just far more productive for me than anything I’ve seen on OS X so far.

But, I needed to do some simple HTML and XML stuff, so I fired up a good text editor on OS X and loaded up my XML file… Y’know… Everything is just that much more half-assed on OS X. The syntax highlighting is just piss-poor. Things are good on Windows, but in OS X… Just crap.

I utterly fail to see how anyone gets anything done on a Mac. Well, I suppose they can get it done, but I fail to see how they get it done in a reasonable time frame or without a great deal of pain.


Get OS X for FREE~!

May 3, 2010

How can you get OS X for free? Well, lemme tell ya!

So a friend had a laptop die, and someone installed a pirated version of Windows on it. You can pretty much guess where that goes… Nowhere. It was useless. Windows just doesn’t work when pirated. (Yeah… I know there are some people that are going to contradict me, but they’re wrong. It doesn’t work *properly*.)

Enter me as the go-to guy to fix things. Well, I’ve got nothing but a useless pirated CD given to me, and no Windows license for her. In other words, it’s not going to work.

Well, Ubuntu is a really good Linux distro, so I put that on. (My top Linux picks are Ubuntu/Kubuntu and Suse/openSuse.) You know what? It’s a lot like OS X. There are many differences for sure, but they are quite similar in many ways. Both are *nix systems. OS X comes from BSD (a super operating system), while Ubuntu is a GNU Linux based OS.

Installing new software on Ubuntu is a little bit hairy at first, but no more hairier than on OS X. Or not by much anyways.

I gave her a nice little bonus by installing the Ubuntu Satanic Edition theme for her. Muahahaha~! Linux for the damned! It’s a lot of fun anyways.

If you want a Mac, and don’t want to pay through the nose, get a PC hardware shitbox and slap Ubuntu or Suse on it. If you don’t like those, you won’t like OS X. Well, I like them better than my Mac, but whatever. Personal preferences there.

On a side note, I’ve not seen the Enlightenment theme for Linux around in the last few years. It was on Mandrake long ago (2002), and was just super cool. Oh well. ‘spose I should look harder.


Finder Hangs, OS X Hangs, Hard Reboot

April 18, 2010

I know I said this wouldn’t be about general Apple stuff, but seriously, I’m just completely fucking blown away at just how totally shitty Macs are. Fucking stunned.

So I have Finder open and I’m trying to browse a couple external hard drives (USB), but I keep seeing empty directories and the little circle do-hickey in the lower right of Finder keeps spinning. Finally, Finder hangs completely with the spinning coloured ball, so I kill it.

Kill Finder

It dies, but won’t restart.

Finder won't open

So now I have to reboot, but OS X hangs and won’t shut down, so I have to do a hard reboot (hold the power switch).

Seriously, like what the fuck? THIS is what Apple fanboys rave over? THIS is what makes Macs so fucking awesome?

Jesus fucking Christ! This isn’t that fucking hard to get right. When Windows Explorer crashes, it restarts automatically. Even if you have to restart it, you can at least restart it.

What pisses me off more than anything about this is the way the fucking fanboys keep spreading bullshit and lies about Macs and Windows. Shit, they both have problems, but fanboys just won’t fucking admit shit. They simply blame Windows for everything, and indemnify Macs from everything. This is the root of my bad attitude towards Macs. They simply don’t live up to even a fraction of what Apple fanboys say they are.

So far, I’ve found OS X to be extremely buggy compared to Windows. Simple little things like expanding folders or rebooting just don’t work properly.

I’m simply fucking blown away at just how shitty Macs are compared to their reputation. They just don’t perform. I fail to see how fanboys can be so blind to this sort of insanity.


Mono on the Mac: Round 1 – Install and Run

April 13, 2010

Just totally fucking impossible.

Like how fucking hard is it for an installer in OS X to work properly?

I had a Hell of a time getting Mono to work because although the installer said everything went well, it didn’t. I had to manually the Mono framework from its installer then install it manually. Christ! Why?! I wouldn’t put it past Apple to sabotage Mono after the shit they pulled with the iPhone OS 4 licensing nonsense.

Anyways, once that was done, 3 hours or so later, I went through the typical open source stuff, fighting with MonoDevelop and Glade to get a visual interface designer working. A few notes about that:

1) The default Glade constructor in the C# project doesn’t work. It’s this:

Glade.XML gxml = new GladeXML (null, "gui.glade", "window1", null);

It should be this:

Glade.XML gxml = new GladeXML ("../../gui.glade", "window1", "");

Well, that should save somebody about 2 hours… Grrrr…

2) To install Mono, extract the DMG file then extract the PKG file, then copy “Mono.Framework” to the “Library” folder. Grrr… That should save somebody 3 hours…

3) If you’re not already committed to Mono on the Mac, consider Visual Studio on Windows. :)

Anyways…

I figured that since I need to do some C# stuff in order to get some output that would take literally a trillion years otherwise, I’d try it on the Mac with MonoDevelop just to see how things go. The C# stuff is all pretty easy, but the actual pain of MonoDevelop and OS X were still relative unknowns for me. Now I know the starting difficulties at least. 6 hours later.

SUMMARY:

OS X, Mono, MonoDevelop, and Glade kicked the shit out of me this morning, but I emerged victorious! Now, I’m going to sit back and watch a video for a bit before I go back for round 2.

Glade.XML gxml = new GladeXML (null, “gui.glade”, “window1″, null);

Follow

Get every new post delivered to your Inbox.