Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
arnioxux
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
arnioxux
6y ago
Pretty sure the answer is no as a math problem where f is pure. If f returns the same answer each time, the square ending at N,N contains [1, N * N]. Then the rectangle ending at N,N+1 must contain (N * N, N * (N+1)] in the nonoverlapping s
2.
▲
by
arnioxux
7y ago
> My favorite was the magnetically levitated sphere in a bowl I think you might be talking about CMU's Magnetic Levitation Haptic Interfaces: https://youtu.be/cMi75SrDbsk?t=12 I've used it before and it's
3.
▲
by
arnioxux
7y ago
Is your "winning" strategy so different from other social data / sentiment analysis approaches? There is some novelty with how you weigh the sentiments (based on how much of an insider or expert they are) but I am sure existi
4.
▲
by
arnioxux
7y ago
The most damaging advice I ever got in my life was to talk to myself. I have always thought in mostly visual/symbolic terms. This made me really good with math early in my life, but it started failing when I began proof writing. Then I
5.
▲
by
arnioxux
7y ago
There are firsthand accounts from women who did compete successfully on why it's harder for them (for example first answer is from a female IOI silver medalist): https://www.quora.com/Why-dont-more-women-participate-in-
6.
▲
by
arnioxux
7y ago
I watched these lectures a few years ago and they were really good. Since this is meant to be a graduate level research course, I wonder if any cutting edge topics have been added since? Were there any major advances or new ideas in fundame
7.
▲
by
arnioxux
7y ago
I wonder how they are going to handle security/abuse? Once the training is on end user devices, can't the user give fake results? For example back when recaptcha was introduced, trolls tried to transcribe everything as the n-word
8.
▲
by
arnioxux
7y ago
I write a lot of scientific code with python and in those cases you really want your equations and matrix columns aligned for readability. These matrices appear so often adding fmt:off destroys the readability/elegance gain from the cl
9.
▲
by
arnioxux
7y ago
For example Peter Norvig does an exemplary job with jupyter notebooks for expository writings: https://github.com/norvig/pytudes
10.
▲
by
arnioxux
8y ago
Using ln as our utility, at time N we get: E[ln(X_1*...*X_N)] = sum E[ln(X)] So kelly happens to maximize this expected utility by construction since it was derived by maximizing expected log of one round of betting (E[ln(X)]). But i
11.
▲
by
arnioxux
8y ago
I think the log is just the utility function. You could substitute it with any non-linear utility function and it would've gave you another answer that makes sense for that utility. The main takeaway is that a linear expected utility d
12.
▲
by
arnioxux
8y ago
Tangentially related, this reminds me of the spy recordings[1] between incarcerated German nuclear physicists and their reactions to the atomic bomb dropping. At first they were incredulous and thought it must be a bluff. The bomb should be
13.
▲
by
arnioxux
8y ago
I wrote a similar comment before, viewing redux as a realization of the event sourcing pattern: https://news.ycombinator.com/item?id=17061827 You can go even further and use the exact same "events" or "action
14.
▲
by
arnioxux
8y ago
One thing people don't realize is that a lot of web analytics software already do "session recording". So it can playback every wiggle of your mouse, every scroll, every keystroke, etc. You can see some creepy demos here: ht
15.
▲
by
arnioxux
8y ago
> So they trained it using 100 GPUs (100 GPUs dear lord!), and got no difference until fourth decimal digit! 100 GPU's to get a difference on fourth decimal digit! That's hilarious! But I found the criticism on their toy task l
16.
▲
by
arnioxux
8y ago
His previous post was probably the best overview on program synthesis paradigms (circa 2015): https://homes.cs.washington.edu/~bornholt/post/synthesis-exp... It's a much broader overview of the field so read
17.
▲
by
arnioxux
8y ago
I saw something similar before (from gifs.com's sticker editor of all things lol) where you annotate the segmentation of the first frame of the video and it will propagate that segmentation to the rest of the frames: https://
18.
▲
by
arnioxux
8y ago
If you're already using react/redux, there's one really nice pattern to make eventsourcing easy to implement. I learned it from the boardgame.io google project[1]. Basically redux is more or less already doing eventsourcing o
19.
▲
by
arnioxux
8y ago
This visualization is really cool and innovative! It's useful for seeing the changes in the stream of values even if they are small relative to absolute magnitude (e.g., 1000001 -> 1000005 -> 1000003 etc). The tradition way to so
20.
▲
by
arnioxux
8y ago
I hope http://fabiensanglard.net will do a code review for this!
21.
▲
by
arnioxux
8y ago
That's a really elegant way to put it. Yay for information theory.
22.
▲
by
arnioxux
8y ago
> Robust? Yes. It would take virtually forever to run out of space through repeated list reordering. I think the author missed a pathological case with using the Stern-Brocot tree. The goal is to sort each item with a score. Then to inse
23.
▲
by
arnioxux
9y ago
In the first few lectures of the course you get a pretty good history of deep learning and you'll see it didn't really take off until around ~2012. And the reasons for it taking off is mostly because people are getting better at t
24.
▲
by
arnioxux
9y ago
I second his recommendation of CS231N: http://cs231n.stanford.edu/ You can probably go through the whole thing including assignments in under a week full-time.
25.
▲
by
arnioxux
9y ago
When I teach others, I usually rely on a lot of metaphors/analogies. For example if I had to describe gradient descent to someone, I wouldn't start with a definition from calculus. I would instead describe it as climbing down a hi
26.
▲
by
arnioxux
9y ago
I think there is someone working on a webgl version: https://tenso.rs/
27.
▲
by
arnioxux
9y ago
There are a lot of rapid prototyping tools for computer vision usually done via some dataflow interface: http://imageplay.io/ https://www.adaptive-vision.com/en/software/ http://www.adr
28.
▲
by
arnioxux
9y ago
Are the language/syntax differences documented somewhere? It's difficult to tell if something is an obscure early stage ecmascript proposal or a language feature specific to observablehq. For example in https://beta.obs
29.
▲
by
arnioxux
9y ago
> 3: Arguments-from-extreme-upside sometimes do work I have seen a bunch of less wrong articles on pascal's wager and variants so I assume they are familiar with them: - https://en.wikipedia.org/wiki/Pascal%27s_
30.
▲
by
arnioxux
9y ago
I don't really get it either so here's an attempt to justify it with gambler's ruin: http://mathworld.wolfram.com/GamblersRuin.html > Let two players each have a finite number of pennies (say, n_1 for play
More ›