Live data from Hacker News

MacKichan Software, maker of Scientific Word, has gone out of business

mackichan.com

71–80 of 143 posts

Re: MacKichan Software, maker of Scientific Word, has gone out of business

#71

It's a unique kind of business that commits to doing substantially more development work after announcing they have ceased sales with no plan to restart.

That’s my plan. I doubt my business will be viable for many more years but I do feel a responsibility towards my existing customers.

Re: MacKichan Software, maker of Scientific Word, has gone out of business

#72

Earlier quoted context omitted.

It's a pity it's called "TeXmacs" when, as you say, it really has no connection to TeX (except the ability to typeset mathematics). Another alternative is LyX, which actually does use LaTeX. Even that is not really a "LaTeX editor" though: it produces/exports excellent LaTeX, and uses that for typesetting, but does pretty poorly at importing LaTeX (as the developers freely admit). Depending on your situation that may…

Re: lyx as a hard to get into GUI. Overleaf has decent tab completion and dozens of templates, as well as limited support for markdown. Let tabnine and copilot get to LaTeX; I think we’ll find the discoverability of “text language on Adderall” outguns GUIs.

I hadn't even considered the potential power of TabNine in LaTeX! That could be a gamechanger for routine stuff.

And I second your endorsement of Overleaf. I had to write a research proposal a few weeks back for work after not touching academic writing for 7 years. Overleaf made the process relatively painless.

Re: MacKichan Software, maker of Scientific Word, has gone out of business

#73
post #33

Earlier quoted context omitted.

Given that Word does LaTeX math, why would that be?

Writing math in Word has the following disadvantages: - referencing is a nightmare (this is probably the worst aspect). \label and \ref or \eqref? No, remember the equation number, click the References tab, Cross-Reference, select "equation" from the "Reference type" dropdown list, scroll down to the equation whose number you should remember, click "Insert". Did you add remove/an equation, thereby changing all subseq…

The secret is to revert back to Draft/Normal mode and abandon the performance regressions from print preview mode. Word was never designed to use that as the primary editing view.

Re: MacKichan Software, maker of Scientific Word, has gone out of business

#74
post #5

Earlier quoted context omitted.

Is it due to the market, or the owners are retiring/giving up?

The latter. Profitable enough to make a living from, but not profitable enough (in these days) to be purchased and sustained.

Especially in an era of very high programmer salaries.

Re: MacKichan Software, maker of Scientific Word, has gone out of business

#75
Another example of abusive license:

"If you need to install your software on a new or different computer, you will need to re-activate the software on that computer using that serial number. [..] This contacts the MacKichan Software licensing server, which we will keep running for at least two years."

The hope:

"We expect to make Scientific Word an open source product eventually. Since both Scientific WorkPlace and Scientific Notebook contain the proprietary computer algebra system MuPAD, they cannot be made open source. When the open source project for Scientific Word is established, an announcement will be made here."

Re: MacKichan Software, maker of Scientific Word, has gone out of business

#76

I am so sorry to hear that. I wish that when companies such as this do go out of business that they should transition the licensing model to perpetual. It is gracious to keep running the licesnse server ut once it ends that is it. If the company is not going to lose any money because of it, which they will not since they are out fo the busness entirely, let the users have a chance to keep using it. (without support,…

One issue you hit, and it sounds like they may be hitting here, is the need to pay yearly royalties or other yearly licensing fees for some of the components in their software. The company that they are paying fees to is unlikely to give them a a pass. In these cases, which are not uncommon, there is not a lot they can do. (Lots of companies have a mix of perpetual and non-perpetual users and pay royalties on the yea…

Or the software, as written, NEEDS to contact a server to ask the question "am I legit" - and to remove this need would require modifying the software and redistributing it.

Of course, if the companies funds run dry, they will stop renewing the url registration, and one of us can register it, throw up a server that says "you are legit!" To every request and the problem is solved.

Re: MacKichan Software, maker of Scientific Word, has gone out of business

#79

Earlier quoted context omitted.

It's a pity it's called "TeXmacs" when, as you say, it really has no connection to TeX (except the ability to typeset mathematics). Another alternative is LyX, which actually does use LaTeX. Even that is not really a "LaTeX editor" though: it produces/exports excellent LaTeX, and uses that for typesetting, but does pretty poorly at importing LaTeX (as the developers freely admit). Depending on your situation that may…

Re: lyx as a hard to get into GUI. Overleaf has decent tab completion and dozens of templates, as well as limited support for markdown. Let tabnine and copilot get to LaTeX; I think we’ll find the discoverability of “text language on Adderall” outguns GUIs.

> I think we’ll find the discoverability of “text language on Adderall” outguns GUIs

No way. Nothing can outgun typing a parameter into a box rather than the visual clutter of braces (or some other delimiter). What's more, maths notation often involves objects of different sizes, which isn't reflected in any fixed-width text language. Equations in my PhD were often 80% about the subscripts/superscripts if you read the raw LaTeX, with the most important stuff buried away; but when you look at the equation as rendered, or in a GUI, the most important bits are trivial to read off.

> lyx as a hard to get into GUI

I only suggest LyX is hard to get into because some people only get into it at a surface level, which it's actually very easy to get into but then you don't get all the benefits of LaTeX. Best case scenario is you know both LaTeX and how to use LyX, then you can spend 1% of your time writing bits of LaTeX (in the preamble, or using math macros [1], or directly including the odd snippet of raw LaTeX as a last resort (even then put them within an instant preview)) and 99% of your time using the GUI.

[1] https://www.lyx.org/VisualTour#toc6

Re: MacKichan Software, maker of Scientific Word, has gone out of business

#80

Earlier quoted context omitted.

Re: lyx as a hard to get into GUI. Overleaf has decent tab completion and dozens of templates, as well as limited support for markdown. Let tabnine and copilot get to LaTeX; I think we’ll find the discoverability of “text language on Adderall” outguns GUIs.

My main "for" point towards GUIs is that one is able to read back easily what one wrote. On the other hand, to read comfortably a LaTeX equation I have to compile it; then for editing I have to move my attention back and forth from the compiled document to the source. (corrected a mistype)

It's mainly tables and to some extent figures that are intrinsically harder to read when written in TeX. The bulk of the text is just text, so if that's hard to read that's down to your editor settings.
Post reply on HN