Live data from Hacker News

Viewing profile — bite_victim

bite_victim

HN member
Joined
Thu, Jun 25, 2015, 11:04 AM UTC
HN karma
0
Public activity
26 items

About bite_victim

No profile information was provided.

Recent public activity

  1. comment
    Comment #9984066

    Of course HN will always be biased towards followers of the hive. Don't worry, I won't be coming back. ;)

  2. comment
    Comment #9984030

    Isn't the word 'array' quite obvious that it will create an array? Since PHP 5.4 you actually have the shorthand "[]" version available but it is still obvious to anyone who is usi…

  3. comment
    Comment #9982019

    You are absolutely right, strictly speaking it is the same thing. Getting a simple 'Hello World!' from the server though is a different thing but it is by no fault of Apache, Pytho…

  4. comment
    Comment #9981840

    > Given any programming task, you're just going to end up with better code in pretty much any other language, especially a functional one. This is the exact bull * that good hearte…

  5. comment
    Comment #9981702

    > PHP is not the new BASIC. Combine the HTML/CSS/JavaScript arguments above, and throw in setting up Apache and a thoroughly bloated namespace. PHP is a poor candidate. Yes, we hat…

  6. comment
    Comment #9951320

    I think the author got it wrong with the last sentence. The restaurant would be full with people that believe the complexity of said turd is proof of the craftsmanship of that deve…

  7. comment
    Comment #9951270

    I think the author got it wrong with the last sentence. The restaurant would be full with people that believe the complexity of said turd is proof of the craftsmanship of that deve…

  8. story
  9. comment
    Comment #9915423

    Yes, the internet is full of these so called experts. How do they end up being upvoted here is telling about the quality of the average reader unfortunately. Sorry if I am hurting …

  10. comment
    Comment #9857725

    Angular vs Ember perhaps would be more appropriate.

  11. comment
    Comment #9847428

    I am a bit reluctant about asking this but where do we stand in terms of real world performance? This is such a broad topic, I know, but surely there has to be some in-house metric…

  12. comment
    Comment #9834079

    Any chance he suffered a profound trauma being under surgery? I imagine an utter fear of surgery and this could have been triggered by something really insignificant like a small t…

  13. comment
    Comment #9829940

    Uhm, I just went and had a look at learntomod.com. Are all of the kids these days software engineers? The "Blocks" language / tool looks waaay to complicated, how on earth are kids…

  14. comment
    Comment #9827265

    Java doesn't have any optimization flags and the debugging info slowdown makes sense I suppose. That is the exact difference between them, GCC with -O3 is almost 100x faster in ano…

  15. comment
    Comment #9826869

    Now that is just ridiculous! With O2 and O3 I get 0.03 seconds on average! I try to understand what could possibly mean all of the flags that get switched on with optimizations fro…

  16. comment
    Comment #9820379

    PHP is no better, if you add an intval call it will add almost 4 seconds to the result! This is an extraordinary proof that being a little sloppy can cost you a lot when using inte…

  17. comment
    Comment #9820175

    I am a clumsy individual. Dropping the int call resulted in shaving 3.5 seconds. But how is this possible?! It's ridiculous, really!

  18. comment
  19. comment
    Comment #9820064

    I have updated the test with the new figures that I got. Initially I only tested with Python 2 with math.pow. I have to say I am quite disappointed with the performance of Python 3…

  20. comment
    Comment #9819895

    Some time ago I wrote a really simple code snippet to see the performance differences between Python, PHP, C and Java (the languages I tinker in) on my particular machine (i3 M 330…

  21. comment
    Comment #9810318

    But isn't the title enough: "Calculating the intersection area of 3 or more circles"? What else do we need besides some numbers for the radius(es), x,y center coordinates etc? (I h…

  22. comment
    Comment #9790604

    > It's just a metaphor. In your opinion perhaps. In my opinion it's a perfectly good example of poor writing as well as a superiority complex. > If lithium were a deity, it wouldn'…

  23. comment
    Comment #9790337

    I don't believe God made me specifically and I don't believe in God because I own him something. Also, God isn't slowly killing me by poisoning my body. Other people do that though…

  24. comment
    Comment #9790117

    Side rant: Claiming that you don't believe in God is equally annoying as those sect guys knocking at your door. I do believe in God and I find the use of lithium in treating these …

  25. comment
    Comment #9789463

    That is pretty awesome that you've wrote a such a tool (although I can only imagine how long it took to create such a tool and how it affected the project time frame). From a web d…