Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dododo
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
18 ms
·
1.
▲
Jam together online -- jammr
(jammr.net)
2 points
by
dododo
13y ago
|
0 comments
2.
▲
by
dododo
13y ago
new tool for phishing. perfect.
3.
▲
by
dododo
13y ago
i think you mean DES not DSA.
4.
▲
by
dododo
14y ago
vitamin A is not water soluble. a significant excess of vitamin A is not fun. https://en.wikipedia.org/wiki/Vitamin_a#Toxicity
5.
▲
by
dododo
14y ago
quantum theory is a hypothesis. perhaps it's the best one so far for what the brain is made from. but it's truth is only as demonstrable as this: it's not yet been falsified.
6.
▲
by
dododo
14y ago
if you want to build a reliable system, one useful thing to do is use equipment from multiple vendors. sure it's inconvenient, but by doing this you can often de-correlate failures. especially if you want to improve someone else's reliabili
7.
▲
by
dododo
14y ago
perhaps you'd like to use -nativecss as the prefix rather than -ios? you'd hope styles would be portable across platforms?
8.
▲
by
dododo
14y ago
the particular property of the stable distribution, i was thinking of, is "closure under convolution" which is the above marginalisation (i believe?). infinite divisibility is (yet another) property of gaussians!
9.
▲
by
dododo
14y ago
i wonder if you are thinking of another monoid property of a gaussian? suppose we have: x ~ N(0,1) y|x ~ N(x, 1) then we have: y ~ N(0, 2) i.e., gaussians are closed under marginalization. however, i believe gaussians are
10.
▲
by
dododo
14y ago
all exponential family distributions may be written in a form that depends upon a set of fixed dimension sufficient statistics. https://en.wikipedia.org/wiki/Exponential_family these sufficient statistics have the additive form described
11.
▲
by
dododo
14y ago
these torrent sites seem to have a business model that makes them money, even a profit. what prevents larger media companies from adopting this proven(?) business model?
12.
▲
by
dododo
14y ago
the bsd license says: "Redistributions in binary form must reproduce the above copyright notice, .... in the documentation and/or other materials provided with the distribution." much of open source is redistributed at a cost, "(apparently)
13.
▲
by
dododo
14y ago
i'm a bit confused: the bsd license allows you to re-sell someone else's source, binaries, images, etc for a profit. you just have to include the copyright notice. is that what you're sending the dmca notice about? because you couldn't find
14.
▲
by
dododo
14y ago
you can't really account for academic time on a hours-per-week basis. there's too much variety. as others have noted, it's a modal way of working. one week it's this, next month it's this, then maybe there's a paper deadline so you have to
15.
▲
by
dododo
14y ago
i think you might have misunderstood what i wrote. i didn't say artists make more money from spotify/last.fm. i said they got a higher proportion of what was paid. either way, it sounds like there are just anecdotes on both sides, so there'
16.
▲
by
dododo
14y ago
i think it can be pretty tricky to get real intuition without having the maths around. for example: exactly what assumptions do these methods make about the kinds of noise in the data? this can make a large difference in practice.
17.
▲
by
dododo
14y ago
interestingly, with spotify and last.fm, artists get a higher proportion of the total money (15.3% and 15.8%, respectively) than they do with amazon/itunes (14.5%). it's surprising to me that it's so low for the artist in these cases.
18.
▲
by
dododo
14y ago
where is the neuroscience in what you wrote?
19.
▲
by
dododo
14y ago
it's a matter of how much you put into the type system: add :: Integer -> Integer -> Integer add x y = x * y in any moderately complicated code, you need to test. types only go so far.
20.
▲
by
dododo
14y ago
that doesn't sound like such a great innovation from an environmental point of view. nor a sustainable use of resources. is it easy to re-use parts from these failed devices?
21.
▲
by
dododo
14y ago
there is not a normative way to discriminate between those two predictions. it comes down to what kind of loss you incur for making an incorrect prediction. for mean, it's a squared loss (which penalizes you for being wrong in the tails mor
22.
▲
by
dododo
14y ago
if it is a power law in the sense that a few companies return a lot, whilst most return a little, how does that make the mean irrelevant? the mean of a power law of this form is more skewed by the few companies returning a lot than it is by
23.
▲
by
dododo
14y ago
if you're talking about this example: const uint16 max_pressure = 100; enum Switch_position {up, down}; ``Switch_position'' is not the name of a variable, but an enum type.
24.
▲
by
dododo
14y ago
re: Data. not sure how they are going to unlock their data as they cut back on y! labs. https://twitter.com/#!/smolix/status/180064462294876162
25.
▲
by
dododo
15y ago
i wonder if they are aggregating the results using the mean or the median? with the mean, a single slow router/path can change the reported number completely, whilst with the median does not exhibit this problem as it is a more robust estim
26.
▲
by
dododo
15y ago
here's another "fun" grep locale oddity: $ echo HI | LANG=en_US.utf8 grep '^[a-z]' HI $ echo HI | LANG=C grep '^[a-z]' $ apparently en_{GB,US}.utf8 orders a-z like aAbBcC..zZ. $ echo ZI | LANG=en_US.utf8 grep '^[a-z]'
27.
▲
by
dododo
15y ago
what about fusing more than one lens? isn't the issue with resolution essentially one of variance, so by using a second, independent lens, one should be able to improve resolution by a factor of two or sqrt(two)? (not that it's so simple;
28.
▲
by
dododo
15y ago
this! the feature set of g+ is bizarre: huddles? hangouts? no use for it. games? no use for it; plenty of alternatives. photos? nothing new; plenty of alternatives. sparks? very low signal to noise ratio, poorly integrated. circles are nice
29.
▲
by
dododo
15y ago
for linear programming there are several well known polynomial time algorithms (some interior point methods: ellipsoid, projective, etc)--the problem itself is by no means in EXP or NP. for worst case complexities it's often just a small re
30.
▲
by
dododo
15y ago
events? this seems like the most obvious thing missing from g+. have i missed it somewhere?
More ›