But I'm also regretting that Mathematica is not opensource since I'm convinced this constitutes a great barrier that the vast majority of programmers today will not attempt to cross.
Mathematica Version 12 Released
91–100 of 124 posts
Re: Mathematica Version 12 Released
#92I know I'm dreaming, Stephen is rather on the opposite side, but if he would open source it all/most of it, he'd be one of the most famous people around. I wonder how he'd move financially wise with that kind of bold move?
Re: Mathematica Version 12 Released
#93Earlier quoted context omitted.
and python is a jumbled mess of versions, package managers, packages, distributions, etc. that isn't a good thing either.
Which perfectly illustrates how important being free and open source is. In spite of not having commercial support and versioning shenangians, people still choose Python over the commercial alternatives.
Re: Mathematica Version 12 Released
#94I wish Mathematica was more affordable. I loved using it as a student, but now I can no longer afford it. A professional license costs 3500€. Which is probably worth it if you use it every day, but not so much if you just use it just once a month to make a graph or integrate something. They have a "hobby" license for 350€, which is reasonable, but according to their license it can't be used for anything work related.…
Maybe this will happen someday with Maths software.
Re: Mathematica Version 12 Released
#95Earlier quoted context omitted.
The thing is, looking at that list... most of it actually seems reasonable to me. Quality software costs money, and that money comes from somewhere. The problem is network effects. The blog post is right that if you are running a large deployment of things like R or Python, you are likely paying vendors and getting support contracts and all these things so that it's not really free-as-in-beer to you. But there are a…
Some of that list looks reasonable to me (mainly what you pointed out, that software development costs money), but there's a heaping dose of old-Microsoft-style FUD about open-source ("Because open-source projects are directed by their contributors, there is a risk of hijacking by interest groups whose view of the future is not aligned with yours") mixed in there too. The core argument, though, seems to be that the W…
I struggle to think of open source end-user product that has:
- technical innovation - polished UI/UX/documentation - a problem domain of moderate to high complexity
Can you name any?
Re: Mathematica Version 12 Released
#96Really excited to try the new SQL interface. The old one was less than pleasant to work with. The Unity stuff is kind of unexpected and I’m curious to try that out too. ...Now I just have to see if my student license lets me upgrade...
> Really excited to try the new SQL interface. The old one was less than pleasant to work with. Cool! I hope people find it useful, that's where most of my past year and a half went :)
I know y'all have lots and lots of database documentation, but I've had trouble commenting from Mathematica to Oracle via ODBC. It's a tad confusing, but I'm sure I'm doing something simple wrong. In R, this was really easy, but surprisingly complicated in Mathematica. Do y'all have any kind of step by step doc in that arena? SQLite was of course easy, but I think Oracle requires the use of JDBC with Mathematica and that's where I get lost.
Re: Mathematica Version 12 Released
#97I wish Mathematica was more affordable. I loved using it as a student, but now I can no longer afford it. A professional license costs 3500€. Which is probably worth it if you use it every day, but not so much if you just use it just once a month to make a graph or integrate something. They have a "hobby" license for 350€, which is reasonable, but according to their license it can't be used for anything work related.…
Yeah, I'm a student right now and I've come to really like mathematica... I'll probably even get the hobby license after school, but I don't think I could justify the cost of using it professionally.
Re: Mathematica Version 12 Released
#98Earlier quoted context omitted.
Some of that list looks reasonable to me (mainly what you pointed out, that software development costs money), but there's a heaping dose of old-Microsoft-style FUD about open-source ("Because open-source projects are directed by their contributors, there is a risk of hijacking by interest groups whose view of the future is not aligned with yours") mixed in there too. The core argument, though, seems to be that the W…
I don't think wolfram is a special case, it's just a complex end-user product that's polished and innovative. I struggle to think of open source end-user product that has: - technical innovation - polished UI/UX/documentation - a problem domain of moderate to high complexity Can you name any?
Re: Mathematica Version 12 Released
#99Still don't understand why they don't have a good JSON REST API story. It's like they have no expectation of Mathematica ever being useful in a server based production environment.
Hmm. I don't know about JSON and REST, but an API would definitely be interesting. In general, I think Wolfram (the company and the man himself) has a very narrow Mathematica-centric view of the world. Every feature begins and ends in the Mathematica notebook interface. That's very limiting. A good full API would let me use a sane interface (see my other comment about the horrible notebook interface experience with m…