Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
MJSplot_author
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
MJSplot_author
6y ago
Zim desktop wiki seems to fit you requirements. It's local and designed for a single user, but if coupled with Syncthing works across devices nicely.
2.
▲
Freeform card games in 200 lines of vanilla JavaScript, 2020 edition
(xqt2.com)
2 points
by
MJSplot_author
6y ago
|
0 comments
3.
▲
by
MJSplot_author
6y ago
Just my initial response. Maybe fine a better first example? It is quite code dense: conv = c.aggregate({ "a": c.reduce(c.ReduceFuncs.Array, c.item("a")), "a_sum": c.reduce(c.ReduceFuncs.Sum
4.
▲
by
MJSplot_author
7y ago
Similar to this [0] from a few years ago. That one also had some basic encryption included. Some previous discussions[1,2] of that tool highlights that this can easily be abused for xss or distribution of illegal materials which you may no
5.
▲
by
MJSplot_author
9y ago
I like the idea, I've even written something similar myself, but for me a few things were not clear. How would I load in data that is stored on my harddrive (not web addressable) without having to run my own server or go through the fi
6.
▲
by
MJSplot_author
9y ago
But it is also true that: let a = {key: 'a'}; function foo( a ) { a['otherKey'] = 'b'; } foo( a ); console.log( a ); // {key: 'a',otherKey: 'b
7.
▲
by
MJSplot_author
10y ago
There is another solution for having citations and references in figures: use Inkscape as suggested in the OP. In particular the save to pdf+latex feature. Any text elements in the figure are generated using latex. This means the correct fo
8.
▲
by
MJSplot_author
10y ago
I just want to chime in and say that I've had a look and a quick play with mypost.io and think it looks awesome. Like many of the links on this HN thread, but with way more feature. As you are allowing HTML entry, how are you protectin
9.
▲
Ask HN: Where to watch the 2016 leap second?
2 points
by
MJSplot_author
10y ago
|
0 comments
10.
▲
by
MJSplot_author
10y ago
I think it would be interesting to read about the decision process that decided on the 1.4MW of power generation to 6MWh of storage ratio. This is around 1:4.2h. Is this ratio very specific to Ta’u island, with their usage patterns, or can
11.
▲
by
MJSplot_author
10y ago
If you are plotting using a canvas - not building a SVG or on the dom - then even 50000 points is fine, no need to filter even on mobile devices. A 100,000 data point file would be about 500kb transfered to the client. This is still a tiny
12.
▲
by
MJSplot_author
10y ago
It uses SVG on D3. So I don't think so. If you need 10000> points and interactivity you could try my own: http://generalsarsby.github.io/mjs_plot/
13.
▲
Experimental URL Abuse – revisited
(xqt2.com)
3 points
by
MJSplot_author
10y ago
|
0 comments
14.
▲
by
MJSplot_author
10y ago
The fact that on the summary page there isn't a number showing the significance is very worrying. As the whole reason for it is to make a binary choice, there could be a 2 line chuck of js that just says "B might be better (60%
15.
▲
by
MJSplot_author
10y ago
Running their numbers: Assuming the usual sqrt(n+1) error on a count, as n is low. Combining the uncertainties from 83/66 [0] gives 1.258 +- 0.231 (1sd). It's only just likely that it is an actual improvement, but there is about a
16.
▲
by
MJSplot_author
11y ago
HN protects itself quite well from very long URLs. But reddit[0] will happily host 20kB. https://www.reddit.com/r/programming/comments/47gjbv/experim...
17.
▲
Show HN: Experimental URL abuse
(xqt2.com)
3 points
by
MJSplot_author
11y ago
|
1 comments
18.
▲
Using locale times and dates with ease
(xqt2.com)
2 points
by
MJSplot_author
11y ago
|
0 comments
19.
▲
Show HN: Image dataURL Maker – A feature rich image to data URL Maker
(xqt2.com)
1 points
by
MJSplot_author
11y ago
|
0 comments
20.
▲
Show HN: ThingTracker, keep track of things and plot the results
(xqt2.com)
1 points
by
MJSplot_author
11y ago
|
0 comments
21.
▲
Show HN: The simplest social sharing links for a fast website
(xqt2.com)
4 points
by
MJSplot_author
11y ago
|
0 comments
22.
▲
by
MJSplot_author
11y ago
I like YYYY-MM-DD as it is also sortable and doesn't require any escaping as a file name on windows or Linux. It's part of ISO8601.
23.
▲
Using the Best Date Format
(xqt2.com)
2 points
by
MJSplot_author
11y ago
|
3 comments
24.
▲
by
MJSplot_author
11y ago
I remember someone built it, they abused self posts for storage. My google-fu is failing and I can't find it.
25.
▲
by
MJSplot_author
11y ago
Go for it!
26.
▲
by
MJSplot_author
11y ago
If you know what you are doing it's fine, but it might cause incompatibility issues from namespace collisions. You can rearrange the code to accept a context as the first argument if you are worried.
27.
▲
by
MJSplot_author
11y ago
Yes, but this is as simple. It's not really my maths, it's quite standard stuff. I'm more excited about Path2D[0] becoming adopted by more browsers. [0] https://developer.mozilla.org/en-US/docs/Web&#
28.
▲
Show HN: A resource for drawing complex primitives in JavaScript
(xqt2.com)
70 points
by
MJSplot_author
11y ago
|
11 comments
29.
▲
Show HN: CopyPasteCrypt a demo of encrypted chat by clipboard using WebCrypto API
(xqt2.com)
2 points
by
MJSplot_author
11y ago
|
0 comments
30.
▲
Show HN: Circle Tag a frameworkless HTML5/webapp game for two players
(xqt2.com)
1 points
by
MJSplot_author
11y ago
|
0 comments
More ›