|
I know many advantages of Open Source Software. But what are the advantages of Commercial software from customer view? When should I use/buy a Commercial Software instead of a Open Source Software?
Started by Horcrux7 on
, 13 posts
by 13 people.
Answer Snippets (Read the full thread at stackoverflow):
Sometimes you can't find a....
And I know not all software vendors are very good at post sales services not on your conditions).
Advantages of commercial software:
most of the time there is a good support team you can pay of extra security.
|
|
What is Software Escrow? Is Software Escrow something you want?
Started by Daniel on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
The short version - software escrow is where a third party has a copy of a software product's source code, guaranteeing that, say, a business using that software product can continue development....
Softwareescrowguide.com is but a google away.
|
|
What are some good blogs for software team leaders or software project managers?
Started by Steve on
, 11 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
Software....
Scott Berkun blog.
This one is my favourite one: Pawel Brodzinski on Software Project Management .
Err, Joel on Software ?
These are podcasts but worth to listen: David series is worth to listen.
Written, fun and inspired.
|
Ask your Facebook Friends
|
For quite a while, I thought that Free Software was Open Source Software. I've found out that this view is incorrect, and that Open Source Software is not necessarily Free Software. I honestly can't see any differences.
What am I missing here? What are...
Started by Cristián Romo on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
This article should help:
http://www.gnu.org/philosophy/free-software-for-freedom.html
Both are basically the same, except the free software movement puts more emphasis on the freedom to modify license does not enforce copyleft and thus....
|
|
What options are there for free or inexpensive software to track software usage (launch count and usage duration) on Mac OS X?
Started by Scott Warren on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
Some monitoring software, such as Zenoss , can track how many instances of certain processes.
Entries.
|
|
I remember some software which was like a virtual PC except you didn't need to install an OS, it used the real one. You installed software on it and could use the software in the "virtual PC" and it wouldn't do anything to your "real" computer then if...
Started by Jonathan on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at superuser):
Wasn't it GoBack....
On linuz, OpenVZ is probably the most popular container system .
Well, and not having a full virtual machine.
Was it Sandboxie ?
The closest thing I can think of is "Containers", which are somewhere between a full virtual machine and .. .
|
|
What good books you would recommend that cover the history of software and profession and biographies in the software world? - (i.e. not technical, fiction or project management literature )
I've recently read "Nerds. The brief history of the Internet...
Started by Evgeny on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
It's a....
Should programmers read A book on the history of business software Recommended anecdotal/history book for developers at a technical level? Who in the software world do you admire the most? One thing I like to do they're working.
|
|
Aside from the software developers working on embedded systems and hardware modeling or any other job that deals with software for or on hardware, how much should a software engineer know about the underlying hardware that they might be developing for...
Started by Thomas Owens on
, 14 posts
by 13 people.
Answer Snippets (Read the full thread at stackoverflow):
Well acutally, after thinking a little more are writing a product to be ... .
L1/L2/L3 caches, relative speeds of cache/RAM/HDD, you can function as a software engineer -- just, but you'll write betters software if you know what's going on.
|
|
What would you look for in a software company before deciding to join it?
Related: Dealbreakers for new programming jobs?
Started by Rachel on
, 12 posts
by 12 people.
Answer Snippets (Read the full thread at stackoverflow):
I want.
I ask about their software process.
I don't think their quality process will work.
Of their software, and how hard is it to decide whether to move to something newer?
How challenging is the work management.
|
|
Without learning new programing languages, can we using Java get .exe (executable windows file) software directly? And is there away to make .jar (Java ARchive) software transform to.exe (executable windows file)?
Would this conversion effect the performance...
Started by MAK on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
You can make a .exe launcher with http://launch4j.sourceforge.net/ I was using a wrapper for java to make exe files for a pretty long time:
JStart32 It is just a wrapper for *.jar... .
You can launch a .exe from java with Runtime.exec() or ProcessBuilder .
|