Viewing profile — chuckbot
chuckbot
HN member- Joined
- Wed, Jul 20, 2011, 11:56 AM UTC
- HN karma
- 9
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About chuckbot
No profile information was provided.
Recent public activity
-
comment
Comment #14529036
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 we…
-
comment
Comment #10257597
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 w…
-
comment
Comment #10257411
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.
-
comment
Comment #8883307
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 …
-
comment
Comment #4696461
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 …
-
comment
Comment #4354109
Those comma locations are just plain weird!
-
comment
Comment #4057324
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 sug…
-
comment
Comment #4047119
Thank you, Sir! You are a scholar and a gentleman.
-
comment
Comment #4046640
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…
-
comment
Comment #4032321
gmvault opens a browser window, where you confirm you want to give an auth token to gmvault. All without a password anywhere.
-
comment
Comment #3816669
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.