Viewing profile — usamec
usamec
HN member- Joined
- Wed, Mar 07, 2012, 5:43 PM UTC
- HN karma
- 39
- Public activity
- 23 items
- HN profile
- View on Hacker News ↗
About usamec
No profile information was provided.
Recent public activity
-
comment
Comment #8861514
This can be also helpful: http://www.similarweb.com/website/savedeo.com
-
comment
Comment #8861479
You are using worst kinds of ads on the internet. And the only thing which my chrome blocks is actually the link to video.
- story
- story
-
comment
Comment #7993882
I would never put KMP and Coppersmith-Winograd into same place in terms of practicality. KMP gives you very good and fast results on some data (especially data with repeated sequen…
-
comment
Comment #7993879
There is no reason to implement fibonacci heap for Dijkstra. Either you have relatively small data (up to 10 mil. nodes and edges) and normal heap is a way faster or you have bigge…
-
comment
Comment #7153000
"2) it demystifies machine learning -- you have to write your ML from scratch, without the help of all those wonderful Python libs, and I think this exercise shows you that it's no…
-
comment
Comment #6961239
What are advantages of this thing against apache or nginx? Is it faster? Handles more concurent request? Or does it exists just for the sake of writing server in PHP?
-
comment
Comment #6959795
I think that setting up apache+php is much harder than copy&pasting few basic lines of flask code a running simple python program.
-
comment
Comment #6959787
High quality PHP does not exists, since PHP is ultra low quality language: http://me.veekun.com/blog/2012/04/09/php-a-fractal-of-bad-de...
-
comment
Comment #6712344
Ehm. But sometimes stupid linux kernel prefers moving something usefull to swap and caching some shit instead of keeping stuff in ram and not doing caching. So linux sometimes eats…
-
comment
Comment #6503498
It is much better to speed to aligment using heuristics (e.g. use hashing for find matching kmers and do dynamic programming only on small portion of data) than by using faster har…
-
comment
Comment #6279825
Evolved shit is still shit. Half of issues mentioned here ( http://me.veekun.com/blog/2012/04/09/php-a-fractal-of-bad-de... ) are still not solved.
-
comment
Comment #6268567
Ok, PHP got package manager and MVC frameworks, but half of problems mentioned here http://me.veekun.com/blog/2012/04/09/php-a-fractal-of-bad-de... are still not fixed. It's shitty…
-
comment
Comment #6216548
Totally bad article. It encourages bad practices like checking validity on the same set as model was trained on. You should do some cross-validation or at least split data into two…
-
comment
Comment #5786604
Well, he get proving that his problem is NP-hard right (because the proof is really easy). But his algorithm for solving his problem is really messy and hard to follow.
-
comment
Comment #5786600
P=NP doesn't imply that there is fast algorithm for every problem in NP. It only means, that there is polynomial time algorithm for everything in NP (e.g. n^100 is polynomial). For…
-
comment
Comment #5786126
Nope, there are constrains on how the path might look or not. The constrains have form: Is path enters vertex v, then it might only use edges {...}.
-
comment
Comment #5785905
O(n^10) algorithm is in P, but does not solve large inputs in reasonable time.
-
comment
Comment #5503646
I disagree. They just found the most simple way how to delete that article.
-
comment
Comment #3995936
Trying to build fast platform on top of a superslow language is a joke.
-
comment
Comment #3995673
this is a joke, right?
-
comment
Comment #3826608
there are no restrictions so far :)