Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
sn6uv
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
sn6uv
7y ago
Thanks for the feedback, the web UI does have a gallery link [0] with a few interactive examples [1]. I agree though, a screenshot like this would be a good addition to the homepage. [0] https://pasteboard.co/IdIaJNo.png [1
2.
▲
by
sn6uv
7y ago
Just renewed it
3.
▲
by
sn6uv
7y ago
Just renewed it
4.
▲
by
sn6uv
7y ago
Just renewed it (not that it'll survive the HN hug of death). It's been a few years since I've touched that website.
5.
▲
by
sn6uv
7y ago
Yes, that's roughly accurate. Jan Pöschko (the creator of Mathics) went to Wolfram in 2012 and I went to Google at the end of 2016. Since then it's been largely unmaintained as I don't have the time to work on it unfortunatel
6.
▲
by
sn6uv
10y ago
Nit > The distribution must be smooth (this method doesn’t work for discrete parameters), but it need not be analytically differentiable 'Smooth' and 'analytic' both have basic technical meanings in the context of dif
7.
▲
by
sn6uv
10y ago
I think you mean 13.468 TB/s per square mile.
8.
▲
by
sn6uv
10y ago
We previously used ply but ran into a few issues: The main issue was that generating the tables was extremely slow (~15mins). We solved this by packaging the tables, but when the version of ply changed a table regeneration was forced on our
9.
▲
by
sn6uv
10y ago
Hidden in there (under 1.0) is "new recursive descent parser #416". We've only just finished 1.0 and haven't had a chance to announce it properly yet.
10.
▲
by
sn6uv
10y ago
Mathics developer here. Yes, we rewrote it. I better update the docs.
11.
▲
by
sn6uv
10y ago
Mathics, a free and open source Mathematica interpreter is looking for its first logo. We're planning to release a 1.0 in the next few weeks and really need a logo to accompany the release. http://mathics.github.io/
12.
▲
by
sn6uv
10y ago
The web interface does have inbuilt docs. Code introspection and tab completion are coming as part of the new interface (in progress) see https://github.com/mathics/IMathics
13.
▲
by
sn6uv
10y ago
That's right. Mathics is still maintained. There are currently two of us working on it. The last release was v0.9 in March this year.
14.
▲
Open source Mathematica clone Mathics version 0.9 released
(groups.google.com)
3 points
by
sn6uv
11y ago
|
0 comments
15.
▲
by
sn6uv
11y ago
I'd say jupyter notebooks surpass Mathematica UX wise. I maintain Mathics [1] which has it's own web interface e.g. [2]. I don't think the Mathics interface is as nice as MMA but the documentation bar on the side is really ni
16.
▲
by
sn6uv
11y ago
Great idea! I'm working on a fully featured jupyter kernel that will eventually get merged into the main Mathics repo [1]. I was planning to inquire about some hosting in a couple of weeks (once my exams are over and I have a chance to
17.
▲
by
sn6uv
11y ago
Mathics is a similar project, although the aim is to be an open source interpreter of the Wolfram (Mathematica) language. It's analogous to the Octave/Matlab relationship. The development team is also much smaller; I'm the on
18.
▲
by
sn6uv
11y ago
What's wrong with two column proofs? I think they're a great tool for getting into the absolutely rigorous mindset required for maths. Leslie Lamport even makes the case that professional mathematicians should use them to reduce p
19.
▲
by
sn6uv
11y ago
Following your argument, it seems like there's nothing wrong with throwing a few more photons out (albeit in a coherent beam).
20.
▲
by
sn6uv
11y ago
Mathics maintainer here.I'm glad you find Mathics fun to contribute to, I certainly do. Each function is a small independent part so it's really easy to get involved (that's a major goal of mine at least) Thanks for your cont
21.
▲
by
sn6uv
11y ago
There's also Mathics (I'm one of the maintainers). > but with such a huge size, the language would be near impossible for one single individual to implement a compatible version. As a single individual who has tried, yes it
22.
▲
by
sn6uv
13y ago
What version of Sympy are you using? I get (tested Sympy 0.7.2-0.7.4): >>> simplify(exp(x)/exp(x - 1)) E
23.
▲
by
sn6uv
13y ago
That's the idea! In practise, we're still getting there and you may have to work around functions not yet implemented in Mathics. I'd really like to see Mathics become the Octave of Mathematica.
24.
▲
by
sn6uv
13y ago
Practically all of the symbolic computation done by Mathics uses Sympy. It depends what your interests are. If you're interested in Symbolic computation I'd suggest Sympy. It's a really nice pure python package and it's
25.
▲
by
sn6uv
13y ago
Mathics core developer here We used to integrate with Sage, but no longer. The main reason is that it wasn't really used for anything, but made installing Mathics much more complicated
26.
▲
by
sn6uv
13y ago
Bug report (can't find a bug tracker anywhere): The "Notes" panel can't be moved with click and drag. Chrome 30.0.1599.66 on 64bit (Arch) Linux.
27.
▲
by
sn6uv
13y ago
> I'd rather a bolt to the brain than having my throat sliced open and being left to bleed out. Agree. > Free range chickens still die, which is often the ethical reason for vegetarians/vegans. Disagree. For me at least the death it
28.
▲
by
sn6uv
13y ago
The problem with free range (at least in Australia) is that it doesn't really mean what customers expect it to. Often the only difference is that a free range barn will have a small outside area, which the chickens may not access because al
29.
▲
by
sn6uv
13y ago
range(1,4)* because it counts from 1 (range counts from 0).
30.
▲
by
sn6uv
13y ago
a and b are real numbers, namely the radius of two balls. They forgot to define B_a, but typically B_a(x) := {y in X : d(x, y) < a} where (X,d) is the metric space. I agree with you though, I don't think it's option (a)
More ›