Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
carbon12
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
carbon12
11y ago
The problem is that the underlying vendor "operating system" forces you to use events and callbacks for everything. Disregarding sockets for the moment, we currently can't even run a basic Python script that loops flashing a
2.
▲
by
carbon12
11y ago
From that link it seems that Python is used at NASA exclusively in ground-based systems. In contrast, the MicroPython+ESA collaboration is supposedly also looking at using the language in "payloads", ie things that go into space.
3.
▲
by
carbon12
12y ago
A lot of the internals are significantly different, and would be difficult to back port. Eg, a Micro Python object is a machine word which might be a pointer to a real object, a small integer, or an interned string. By stuffing small inte
4.
▲
by
carbon12
12y ago
Actually, most of that SLOC is in the stmhal/ port, of which ~100k is the ST library. The true count comes from the py/ directory, for which cloc gives only 25k. And there are a lot of extra bits there, eg the inline assembler, t
5.
▲
by
carbon12
12y ago
Actually, no, the unix version is dynamically linked (against libc, libm, etc).
6.
▲
by
carbon12
12y ago
> What parts of Python 3 syntax are missing? Which parts of the library don't compile? The only things that don't compile properly are certain uses of "super()". super() without arguments is a very strange beast that
7.
▲
by
carbon12
13y ago
Thanks for your pledge! Looks like it'll be successfully funded. Can't wait to send you your board!
8.
▲
by
carbon12
13y ago
Thanks for the link. We will look into the Pubmed data and see if any of it can be included in the map.
9.
▲
by
carbon12
13y ago
Yes, stat, cs and math researchers don't use arXiv as exclusively as physicists. And we don't pick up references in those areas as well as we do for physics papers, so they are small and not well placed. We plan to improve the c
10.
▲
by
carbon12
13y ago
The problem is getting the data: a list of papers and their references/bibliography. The great thing about the arXiv is that the papers are open-access, that it is updated daily, and that the daily-update is immediately available to d
11.
▲
Show HN: Planck Cosmic Microwave Background visualised using three.js
(thecmb.org)
1 points
by
carbon12
13y ago
|
0 comments