Stop Hijacking My System Tray

You want to know one of the things that really draws my ire?  I mean really makes me want to uninstall your pathetic excuse for a piece of software, remove any remnants or traces of it having ever been near my machine in the first place, destroy the CD it came on with fire called down from the heavens and send ravenous zombie hordes to your home office?  It’s when some developer douche bag decides that he knows what I want more than I do.

I don’t mind if you ask me, give me a choice, but not every damn program out there needs to put one or more items into my system tray to load there every time the computer starts and slow down my startup time, eating away at memory and CPU power.  Normally this is under the guise of “speeding up the application”.  Well, I say that if you need all of those pre-loaders to make your application function acceptably, maybe you should go back to Fortran 101 and learn to write good code in the first place!

What’s worse, are the damn services that get installed and started that we don’t even know about.  Why does a simple media player need a web server?  Why does my GPS management app want or need to check out my hard drive at night?  Have all developers taken refuge at the throne of Bill Gates and Lenovo or something?

“We have a right to look at the user’s private information because they bought our crap.”  or “We don’t need to worry about writing tight, efficient bug free code, we’ll just tell the customer to by a new computer and get more kick backs from Intel.”

Not to mention the shift away from ownership to leasing.  Now when you “buy” software, you really are only “buying” a license that allows you to use it for a period of time.  Screw that noise, man.  If I am interested in a certain product and see that kind of license, ffft it’s gone and I am looking at something else.

This is just one reason why Open Source software is so damn good and popular.  Microsoft and the other behemoths of the commercial software industry want to come out and tell everyone that free software isn’t really free, it costs you more than the expensive slop that they sell.  The thing is, they don’t get it.  We don’t mean free as in dollars, we mean free as in spirit and ethics.  You get some open source code and you may spend a few bucks to implement it or get some support, or you may not, either way it is completely open.  All of the source code is there so you can make damn sure no one is spying on you or stealing information from you.  You can make a change to the app if you feel like it so that it fits better to your needs, instead of only getting “good enough”.  It’s free like the wind and water cascading down the mountain, and brothers and sisters, that’s a great place to be.

Tags:

A free game and a quick link

And a heads up!  I added a link to the links section here on the Solarum site, and it made me want to drop a note up here to remind folk about that particular section.  The links section is where I post links to various and sundry things that appear to be useful or humorous to folk in one way or another.  So, you might want to check it out because you never know what you might find, like today where I just posted a link to a the great game Baseball Mogul version 6 since it has been released for free by the company that makes it.  Come back often and check that links section out, lots of goodies in there.

Your Shader Model And You

As technology moves ever onward, getting more and more complex, it becomes more and more important to know what you have and what it can do.  In this case I am talking about graphics cards and figuring out what Shader Model it supports.  I am seeing more and more games that have not only memory and processor requirements listed, but also things like what Shader Model and DirectX version your hardware supports.

I ran into this recently and although the DirectX version is easy enough to find out, the Shader Model was a bit tougher.  So, after working through the problem and gathering some information from around the ‘net, I have put together some instructions and a handy reference chart for you that should make figuring this out a bit easier. Continue reading

Stat

Let me give you all an update, I am behind in starting the new year off with a bang, but hey I figure better late than never. Life keeps trying to get in the way, but I am determined to get some more good stuff posted here and keep the flow of information moving along. So, hang in there and check back soon because I have lots of new stuff coming, especially with all of the new technology hitting the streets!

Must Have Firefox Extensions Updated!

I have been keeping a list of Firefox extensions that I feel are must have items.  This is by no means meant to imply that these are the only ones to have, but for me they form at the very least the core of what makes Firefox stand up and dance for me.  I do update it now and then with additions or removals, status updates, whatever.  I just updated the list with a replacement for one extension that went away, so check it out!

Quick fix for Notepad++ and the dreaded “Error in CreateProcess (740)” problem!

At least this worked really well for me, and a few other folk that tried it.  I don’t know if this is a Windows 7 thing since it seems that most folks experiencing this problem were running Win7, but not everyone.  Either way, I culled this from bits and pieces of other suggested solutions I found and thought I would share it.  You never know, it might help someone else like it helped me, and that’s what this site is all about, eh?

OK, on with the goodness!  Quick summary, I had Notepad++ (one badass text editor for Windows if you don’t already know about it) installed on my main machine, the Mothership running Windows 7.  I had a context menu entry so that I could write click on darn near anything and have the option to “Edit with Notepadd++”.  This has been a real handy option living in my context menu for years, and when it started flaking out I wasn’t happy about it.  At first I figured it was just Windoze being Windoh’s and it would be OK after the next time I rebooted.  However, as time went on, after the next reboot or two, it was still messed up.

Messed up how you ask?  Well, I could open the program with the standard shortcut, no problem.  Once open I could open files, no problem.  I could drag and drop files and Notepad++ would open them fine.  It was only when I tried to fire up Notepad++ with a file argument after the executable’s path (like the context menu) that I would get the following error message:

Error in CreateProcess (740): Is this command correct?
“C:\Program Files\Notepad++\notepad++.exe”
“D:\path\to\the\file_I_was\opening.txt”

That was it, no joy after that.  Nothing.  Nada. Irritating.  Well, to make a longer story shorter, I did some research and found that it came down to two problems.  Maybe only one, but I think it really had to do with both.  These were/are:

  • Windows 7 (and maybe Windows in general, regardless of the version) doesn’t like the “++” in the path.  The theory goes that Windows doesn’t have a publicly reported problem, like by Microsoft, but nonetheless it sometimes just lets special characters get on its bad side, and starts throwing some errors.
  • Windows 7 (and maybe Windows in general, regardless of the version) does not like the Notepad++ option during setup that says don’t use %AppData% for storing config settings.  This allows you to override Windows default behavior and store your config data in the program directory like in the old days.  Well, Windows 7 especially (maybe others) really hates this, and will fight with you over it.

So, what was the fix?  The fix should be pretty obvious after reading the two items above, but I’ll lay it out for you anyway, cause that’s what I do!

  • First, uninstall Notepad++, make sure to completely remove it.
  • Next, re-install Notepad++, you might as well snag the latest version from their site (http://notepad-plus-plus.org/) while you are at it.
  • During the re-install, make sure you change the installation path so as to remove the “++” from the install directory.  As a suggestion, I used “C:\Program Files\NotepadPP\”, substituting a capital P for each +.
  • Also, as you are installing, make sure you do not check the option that says to not use %AppData%, go ahead and let the installer put the config files where it wants.
  • Now, once the install is done, test it out.  For me, this fixed my problems, Notepad++ runs faster and smoother than ever before, which is a great thing.

I sure hope this helps you fix the problems you are having with Notepad++ and opening files from a context menu.  If not, drop a comment and share some details, maybe we can get folk to chime in and help you out!  Enjoy 🙂