You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
-
Having worked on several bigish systems I sometimes feel like I have a handle on how development scales. Then I read stories like this. Sheesh.dmckee --- ex-moderator kitten– dmckee --- ex-moderator kitten2015-09-21 22:22:24 +00:00Commented Sep 21, 2015 at 22:22
-
@immibis This was the fashionable thing to do 15 years ago. Even more so, this practice was actually endorsed and encouraged by the leading Unix vendors (SGI and DEC in particular, but IBM too).oakad– oakad2015-09-22 05:56:22 +00:00Commented Sep 22, 2015 at 5:56
-
1People tend to forget that Unix used to mean "expensive". Windows won the desktop/workstation war by being cheaper. It's for the same reason that Linux later won the server war.slebetman– slebetman2015-09-22 08:33:09 +00:00Commented Sep 22, 2015 at 8:33
-
1If I want a computer to run software I have written myself, then I want it be flexible and have 101 options how the kernels is compiled etc. However if I am selling software to be installed on the customer’s computer, I want the customer to be running a OS that is not flexible, so that I know it will work on their computer if it works on mine. That was a big factor when looking at Linux as a software vendor - support just looked too expensive. Linux has won the hosted server software wars, where the server is provided by the software vendor – e.g. most web deployed software.Ian– Ian2015-09-22 08:54:37 +00:00Commented Sep 22, 2015 at 8:54
-
3@slebetman It's only fair - Unix won the previous "war" by being cheaper (compared to the LISPM's and similar machines). It was absolutely horrid, awfully designed and crashing constantly (but it boots up so much faster than a LISPM! :P), using C as primary programming language (quite a high fall from LISP and similar), but it was much cheaper. In fact, many adopted it because it was free (there's been many free mutations long before Linux). In fact, I've met lots of old-school LISPers who preferred MS-DOS to unixes of the time. Yes, that horrible.Luaan– Luaan2015-09-22 13:00:41 +00:00Commented Sep 22, 2015 at 13:00
|
Show 6 more comments
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
-
create code fences with backticks ` or tildes ~
```
like so
``` -
add language identifier to highlight code
```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible)
<https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. design-patterns), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you