Category Archives: 1-Ground

Cool Open Source Software (COSS)

I think the bright future of software (and hardware) is in the open development and free sourcing of the code, while paying attention to portability to multiple platforms.

To make money with open software you get paid by servicing the software (or maybe not so… but still…). This will make people use your software (because it’s free) and they will pay you to add features to it.

Anyway, here’s some of open software that I’ve been (really!) impressed with… I call it Cool Open Source Software or COSS:

Mathematical/Modeling Tools

Engineering Tools
Editing Tools
Embedded Electronics
Open Frameworks
Other

If you have open sourced software that you use and you feel it’s heading somewhere please send me a tweet @spacemig. Let the COSS movement begin! :=)

 

 

More resources

How to get the folder path in Finder (Mac OS)

So… Windows Explorer allows you to see directly the folder path at the top of the Explorer window, just like this

Copy folder path in Windows
Copy folder path in Windows

but what about Finder in Mac OS? It seems the Mac developers did not think much about this. I’ve seen a lot people use scripts and plugins to get this job done. But after all I think the simplest way to get this info is using one of the following options:

  1. Right Click on the folder of interest and select the ‘Get Info’. A window will pop up with all the information about that folder, including the ‘Where’!
  2. Open a Finder window and activate ‘View->Show Pah Bar’
Finder FolderPath
Finder FolderPath

Now, let’s get back to work 🙂