Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
TTPrograms
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
91.
▲
by
TTPrograms
8y ago
Effective research is not always published. There are volumes of private research in technical disciplines you will never hear about. There is not enough data available for you to declare confidently that the PhD is a strong requirement for
92.
▲
by
TTPrograms
8y ago
You don't need a PhD to do research. All information is free now. It's fully possible for individuals to self teach in a working environment and be capable of performing effective research with 2-4 years of good experience after u
93.
▲
by
TTPrograms
8y ago
Voting has nothing to do with it, let alone votes per person. PoS doesn't require a voting system as EoS has implemented. The problem is having transaction inclusion decided by individuals that are voted in. It's analogous to havi
94.
▲
by
TTPrograms
8y ago
> so one of the factors in the Drake equation (or one we should have put in) is responsible The paper exactly explains why this is not the case. This is demonstrated using undergraduate level Bayesian probability. This response is one of
95.
▲
by
TTPrograms
8y ago
EOS's issues are due to its convoluted governance structure, not POS.
96.
▲
by
TTPrograms
8y ago
I agree the example is weird, but that's literally what the paper says: "In the training phase, it takes as input an encrypted training data and outputs an encrypted model without using the decryption key. In the prediction phase,
97.
▲
by
TTPrograms
8y ago
I don't think you can apply the model (with unencrypted outputs) without all the decryption keys.
98.
▲
by
TTPrograms
8y ago
It's also just inference, not training.
99.
▲
by
TTPrograms
8y ago
It might be of some general interest to note that there exist such objects - distributions over distributions, or metaprobabilities. They have practical use - for example, if you are playing a game with uncertainty, you might observe someth
100.
▲
by
TTPrograms
8y ago
The latest update indicates that in fact they do have to agree to monetize their videos.
101.
▲
by
TTPrograms
8y ago
That's exactly what valuation is.
102.
▲
by
TTPrograms
8y ago
>The only people who do it well enough are PHDs This is really untrue. Maybe that's part of your hiring issue.
103.
▲
by
TTPrograms
8y ago
This paper exactly accounts for the increased uncertainty due to multiplying these factors together. It's unclear to me how that makes it invalid...
104.
▲
by
TTPrograms
8y ago
How is the premise of monte carlo analysis flawed because "of course multiplying together..."? Monte carlo is just a way to estimate the total distribution of the resulting drake probability given uncertainties about the other val
105.
▲
by
TTPrograms
8y ago
The lesson is rather that optional static typing is useful. The programmer should be able to choose based on what makes sense for the task. Strictly statically typed languages preclude the option of going dynamic.
106.
▲
by
TTPrograms
8y ago
This is not completely true - they provide labelled poses as part of the training set. The differences are really minor.
107.
▲
by
TTPrograms
8y ago
Is that controlled for measures of merit? Or is that the accidental effect of correlation between ex. academic performance and socioeconomic status?
108.
▲
by
TTPrograms
8y ago
I'm surprised people are so blown away by this. It's a cool demonstration, but for this problem you have basically infinite training data. If you can find a latent space of faces this is hardly a stretch, since you already have a
109.
▲
by
TTPrograms
8y ago
This would be a good opportunity for something like Alpha Go. Learn a heuristic function and then do tree search using the heuristic. You could start by hand-designing a heuristic and do best-first search to see how much better you do versu
110.
▲
by
TTPrograms
8y ago
Yeah, that's right. I don't have any personal recommendations for materials, but the Andrew Ng course would likely be a good start.
111.
▲
by
TTPrograms
8y ago
The biggest value of ML here would likely be to create a more useful energy function. This could be informed either by object detection data or hand drawn "energy" masks. The other big change that could be useful would be to go wi
112.
▲
by
TTPrograms
8y ago
If a blockchain forks you have copies on both forks. What are you talking about?
113.
▲
by
TTPrograms
8y ago
A privately owned centralized debt exchange company can go out of business.
114.
▲
by
TTPrograms
8y ago
It's code. If there's a bug it does what the bug says. What happens when there's a disagreement with your program that prints "Hello W0rld"? It prints "Hello W0rld".
115.
▲
by
TTPrograms
8y ago
It's almost definitely not going to happen.
116.
▲
by
TTPrograms
8y ago
Utility scale batteries optimize for energy/$, not energy density or weight etc. Your comparisons are totally irrelevant.
117.
▲
by
TTPrograms
8y ago
Naive question - wouldn't a lot of these issues be much better if passwords were (on top of server side processing) salted and hashed client-side? Then in principle you couldn't do these cross-site attacks where people reuse their
118.
▲
by
TTPrograms
8y ago
Yeah, super expensive for sure. But in principle possible - I'm sure there are smarter ways to do it. I could also see some users willing to pay ~$1K or more. A big company committed to high-security, open source firmware for their rou
119.
▲
by
TTPrograms
8y ago
One expensive way that would work would be to write a compiler in Solidity. There might be better ways involving breaking up the code and splitting it up between compute resources like on Golem. By the standards of common blockchain cryptog
120.
▲
by
TTPrograms
8y ago
Reproducible builds you can cryptographically verify without doing the building yourself.
More ›