Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mvclark
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
Blabr – Scientific Computing for the Web
(blabr.org)
5 points
by
mvclark
11y ago
|
0 comments
2.
▲
Show HN: Blabs: Space Math at NASA
(spacemath.github.io)
8 points
by
mvclark
11y ago
|
0 comments
3.
▲
Einstein's Special Relativity – Time Dilation
(blabr.io)
1 points
by
mvclark
11y ago
|
0 comments
4.
▲
by
mvclark
11y ago
Thanks very much. I really appreciate the feedback.
5.
▲
Show HN: Einstein's Special Relativity – Time Dilation
(blabr.io)
6 points
by
mvclark
11y ago
|
2 comments
6.
▲
by
mvclark
11y ago
Another Blabr dev here. This is a really nice blab. We'd targeted Blabr for scientific computing (and, in particular, for STEM and conceptual modelling), but you've demonstrated that it also works well for other kinds of online,
7.
▲
by
mvclark
11y ago
Here's a way to use an iframe to embed a blab in a web page: https://news.ycombinator.com/item?id=10529079 For WordPress, you could use an iframe plugin.
8.
▲
by
mvclark
11y ago
Dev here. This is a follow up to a previous HN post: https://news.ycombinator.com/item?id=10481316
9.
▲
Show HN: Blabr – Embedding scientific computation in your site
(blabr.org)
6 points
by
mvclark
11y ago
|
2 comments
10.
▲
by
mvclark
11y ago
Thanks for this great question. To answer it, a good place to start is with why we wanted to build Blabr. Some months ago, we were working with interactive spreadsheets from the Space Math @ NASA website: http://spacemath.gsfc
11.
▲
by
mvclark
11y ago
Thank you. Easily setting up "tunable" parameters (e.g., sliders) in a computation was a key requirement for Blabr. For example, it is very instructive/insightful to adjust the variable k in this compressive sensing blab to
12.
▲
by
mvclark
11y ago
Currently, no. But this is our #1 priority. We're aiming for a simple embedding solution, e.g., 1) an html div with gist id attribute (plus loading a JavaScript file); and 2) a WordPress plugin. Stay tuned...
13.
▲
by
mvclark
11y ago
We think so, too. Here's an example of a blab gallery based on modules from the popular Space Math @ NASA educational website: http://spacemath.github.io We would love to work with educators to create interactive blab gall
14.
▲
by
mvclark
11y ago
Yes - STEM is a primary focus of Blabr. In fact, an initial application we had in mind was to convert interactive Excel spreadsheets from the Space Math @ NASA website ( http://spacemath.gsfc.nasa.gov ). We have several examples
15.
▲
by
mvclark
11y ago
Thanks! By the way, if you click "Doc & Examples" (at bottom of blab), you'll see several of these dynamic demos under the "Demos" column. For the main demo on the home page, the editable table returns a vector
16.
▲
by
mvclark
11y ago
Blabr currently supports pasting a string of values (space-separated, or comma+space-separated) into a table column. (Conversely, if you copy a table column to the clipboard, its values are stored in the clipboard as a comma+space-separated
17.
▲
by
mvclark
11y ago
Developed a demo scripting tool ourselves. We plan to make it available for anyone to script their blab demos. Here's an example of a demo script: https://gist.github.com/mvclark/0a248098997a6f95635c
18.
▲
by
mvclark
11y ago
Thanks very much! Please let us know if you have any questions or feedback. We have several new blab examples to share, too. Martin and Gary - Blabr developers
19.
▲
Blabr – Scientific Computing for the Web
(blabr.io)
3 points
by
mvclark
11y ago
|
0 comments
20.
▲
Explore Mann's climate projections from Scientific American
(puzlet.com)
1 points
by
mvclark
12y ago
|
1 comments
21.
▲
Mass/spring visualization functions
(puzlet.com)
2 points
by
mvclark
12y ago
|
0 comments
22.
▲
by
mvclark
12y ago
Beautiful, fast interactive graphics. Would be good to have link to source on the page.
23.
▲
by
mvclark
12y ago
Nice post. Another one I find useful is to define your own log function, e.g., function log(x) {console.log(x);}; You'd use log instead of console.log for debugging your code. Then, to turn off logging, you set function log(x) {}; or
24.
▲
by
mvclark
12y ago
Setting n=12 for mass/springs shows some pretty nice dynamics in animated d3 graph. Loving the new in-code links, too.
25.
▲
LaTeX/MathJax and hyperlinks in Ace editor code comments
(puzlet.com)
2 points
by
mvclark
12y ago
|
0 comments
26.
▲
3-Minute Guide to Scientific Computing in the Browser
(puzlet.com)
2 points
by
mvclark
12y ago
|
0 comments
27.
▲
by
mvclark
12y ago
Reposting after significant improvements.
28.
▲
Visualizing climate change mitigation
(puzlet.com)
4 points
by
mvclark
12y ago
|
2 comments
29.
▲
Interactive, Psychedelic Complex Functions
(puzlet.com)
1 points
by
mvclark
12y ago
|
0 comments
30.
▲
by
mvclark
12y ago
Yes, we want to add support for editing JavaScript directly in Puzlet Web Lab (it's particularly useful for copy/pasting snippets). We've found, however, that writing scientific computing code is much more succinct in Coffee
More ›