Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
chuckbot
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
chuckbot
9y ago
On principle you're right, but at least for computer vision the number of layers you mention are a bit off. VGG16 worked well with 16 layers without any special handling. ResNet went to >150 layers by using shortcuts, which kind of
2.
▲
by
chuckbot
11y ago
I agree it is faster by running it through compiled C code. Saying "my code is more efficient than your code" might be acceptable, but saying "my code is efficient" drives me mad when it is used as a synonym for "my
3.
▲
by
chuckbot
11y ago
And I hate when people use efficiency when they mean speed. Python -> Cython speeds up you program but does not change the complexity of your algorithm.
4.
▲
by
chuckbot
12y ago
Having zero directed interaction might be a problem, but seeing only 5 thoughts for 24 hours makes you think about those thoughts a lot more and gives you a lot of time to process and answer them. Maybe there are interesting answers to your
5.
▲
by
chuckbot
14y ago
I like this solution much better, here is why: k-means is not a mode seeking algorithm, I think. You are clustering your color space, but you're not even guaranteed to end up with colors that are very close to those in your image. With a hi
6.
▲
by
chuckbot
14y ago
Those comma locations are just plain weird!
7.
▲
by
chuckbot
14y ago
int main(int argv, char **argv) { return 0; } Doesn't look like CS and can't even be java. Adding a printf changes the top suggestion to perl. Adding an include changes the top suggestion to vala. The idea to reduce langu
8.
▲
by
chuckbot
14y ago
Thank you, Sir! You are a scholar and a gentleman.
9.
▲
by
chuckbot
14y ago
My point was that I don't want to use the password. Don't want it in my cronjob file, don't want it in my logfiles. It's really bad practice of programs to rely on the Password. On the bright side, gmail also allows you to generate applicat
10.
▲
by
chuckbot
14y ago
gmvault opens a browser window, where you confirm you want to give an auth token to gmvault. All without a password anywhere.
11.
▲
by
chuckbot
14y ago
What exactly does the getflag command do? I seems like I can do all the levels anyway, so it doesn't seem to enable the next level.