Yet Another Finder Crash

September 28, 2010

Finder has to be the single worst file management tool ever created. It’s horribly unstable. Worse still, once it hangs or dies or pukes or however it decides to make your life miserable, you must reboot the machine to back up again. And that’s IF you can reboot cleanly. Chances are you’ll need to do a hard shut down on the power button for 4 seconds.

I utterly fail to understand how people can rave about Apple and “user experience” when they can’t even get the most basic tools right. Let’s face it, a file browser and a command line are the 2 most important things to have. Really! How does having to reboot all the time constitute a great user experience?


Good Objective-C Intro for C# People

September 28, 2010

There’s no avoiding it. I have to learn Objective-C. Or at least enough to be able to read it at a minimum.

After sifting around for a while, I came across this. It’s a very good and very simple introduction to Objective-C that’s specifically targeted at all us C# people. It’s very short, and well worth your time. Even if you don’t plan to ever use Obj-C, I’d still say give it a read as it is always good to know a bit about other programming languages.

He explains that an interface in Obj-C is not the same as an interface in C#, and other things that would otherwise just baffle the b-jeezuz out of you.

It’s also remarkably kool-aid-free except for one small comment on user experience.

Well, back to learning more Obj-C…



Facebook is Google is Facebook?

September 28, 2010

So, here’s a screenshot…

Facebook is Google is Facebook

Facebook is returning Google is returning Facebook

There you have it. Very odd.


Facebook Down

September 28, 2010

Hmmm… Looks like Facebook is down. It’s redirecting to Google.com. Very odd…


Outsourcing Some Work

September 28, 2010

Well, I have other work to get done, and can’t afford the time, so I’ve posted a project at vWorker. It’s actually very simple, if you know Objective-C and C#. I know C#. So…No more farting around with it. I’ll just let someone else do it then learn from their work.

The project is here. I hope it gets done quickly as I’d like to move on with things.


Ditching Xcode for MonoTouch

September 26, 2010

Here’s an interesting post about a dev shop ditching Xcode for MonoTouch. Guess why? Productivity. Xcode simply wastes their time.

I’ve been using .NET since v1.0, and for good reason. It’s productive. It lets you get things done rather than make you fart around doing stupid, time wasting nonsense.


Multiple Instances of MonoDevelop on a Mac

September 26, 2010

Yet another shortcoming in OSX: multiple instances. Who thought that it would be a good idea to by default only allow 1 instance of a program? In Windows, that decision is made by the software author. If you think your users might want/need multiple instances, then you do nothing. If you need the application to only have 1 instance, then you restrict it. It makes sense. But that’s just another example of the control-freak mentality that comes out of Cupertino. Apple just screws things up with their freakish need to limit what you can do on an Apple device.

So, opening up multiple instances of MonoDevelop… I found a good set of posts about it at StackOverflow here. Here’s the summary:

1) In a terminal run:

open -n /Applications/MonoDevelop.app

2) Open multiple solutions in 1 instance by unchecking the “Close current solution” checkbox.

NOTE: I cannot see that in MonoDevelop, so I don’t know how accurate that is. I have not found any preferences for it either.

3) Create multiple copies of MonoDevelop. You need to open subsequent copies 2x to get them to run. A hack.

So, that’s the summary.

It’s just infinitely annoying to only have 1 instance of MonoDevelop open. Sigh… Back to my iMac for more iPain…


MY MAC SHUT DOWN CLEANLY! LET’S SKATE OVER HELL!

September 25, 2010

Well, I shut down my iMac to get a program to quit that simply would not die. You know. Spinning ball of death stuff. Anyways, it shut down cleanly! This is the first time since May that it has shut down cleanly. Wow. I’m stunned. I didn’t think that it was possible anymore.

So, let’s go skating over Hell! =p


MonoTouch Snippets at Shrinkrays.net

September 25, 2010

I found another cool resource for MonoTouch development here. The author, Chris, has a lot of other things including some MonoDroid materials as well. But his list of MonoTouch tips and code snippets is lengthy and definitely worth checking out.

And, he’s also compiled a short list of other MonoTouch resources that I’m totally ripping here:

The *’d ones I’d already found and have found them very useful. The -’d ones I’ve found interesting, but less useful. Check those out, but check them out after the others.

Normally, I find Stackoverflow is a godsend, but for MonoTouch materials, it falls short right now compared to what you’ll find elsewhere. Still useful, but not as useful as you’d find for normal Windows-based C# development questions.

The MonoTouch forums are really too low volume at the moment. They just don’t have enough people posting there right now. Specifically for answering people’s questions. I expect that’s because MonoTouch is relatively new. I’m quite sure the team at Novell has their hands full and just don’t have the time to spend in the forums baby-sitting all the newbies like me.

Anyways, I’ll post back with more MonoTouch resources later.


Follow

Get every new post delivered to your Inbox.