Live data from Hacker News

Viewing profile — krunaldo

krunaldo

HN member
Joined
Sun, Feb 19, 2012, 12:31 AM UTC
HN karma
68
Public activity
31 items

About krunaldo

No profile information was provided.

Recent public activity

  1. comment
    Comment #18921689

    Well, first you have to calculate that the company pays 31.42% of your total salary in payroll taxes. This is illegal to print or show in any way or form to the employee from the e…

  2. story
  3. story
  4. comment
  5. comment
    Comment #13469631

    You'll have to calculate how much it costs to buy the car and the loss of value when you estimate to sell into that as well to get a fair comparision.

  6. story
  7. comment
    Comment #12106012

    crontab -e is the way to edit your cron. A similar command exists for editing the sudoers file which is visudo. This will ensure your configuration is a valid syntax as well as do …

  8. comment
    Comment #11189714

    Nitpick, Deaths due to TERRORIST attacks. Not arbitrary deaths.... "From this it follows that the average Muslim is responsible for approx 48 times more deaths than the average Ame…

  9. comment
    Comment #10613123

    Interesting stuff, anyone know if there are other startups in China doing products that require large amounts of RnD, similar to http://traintracks.io , that's mentioned in the art…

  10. comment
    Comment #10145377

    http://clang.llvm.org/docs/Tooling.html libclang is though :)

  11. comment
    Comment #10136203

    They are. As I pointed out in my other comment: "All Red Hat Software Collections components are fully supported under Red Hat Enterprise Linux subscription terms of service. Compo…

  12. comment
    Comment #10136186

    Yeah, if they are in CentOS land it will be a bit touch and go (as usual). But if you have a redhat subscription they are fully supported. I should have pointed that out in my firs…

  13. comment
    Comment #10134429

    Assuming they are using RHEL/CentOS 6. You can get supported ruby 1.9.3 on RHEL6 or CentOS6 https://www.softwarecollections.org/en/scls/rhscl/ruby193/ or https://wiki.centos.org/Ad…

  14. comment
    Comment #9201787

    My tip is always to try to get in contact with a couple of reseller and play them out against each other in the price department. If you are looking for larger purchases 50k+ USD t…

  15. comment
    Comment #9189168

    An r720 from dell or similar model from dell with 600GB*2 SSD intel s3500DC model, 20 cores & 256GB of RAM will go for 5k-7k. You can bump this to 386GB of ram without going above …

  16. comment
    Comment #7821307

    Most of these are related to portable openssh and not openssh. These are two very different teams.

  17. comment
    Comment #6222652

    Wrong! echo, true, false and [ are builtins in bash and are in the binary. You can even do TCP/UDP through bash by using the pretend redirect files /dev/(tcp|udp)/$host/$port. curl…

  18. comment
    Comment #5530384

    The matching engine should be separated completely from the rest of system as this is the one component where you want to align with cpu cache and all other kind of crazy low level…

  19. comment
    Comment #5352526

    Yes and no :) The tree is built up automatically but you can weight the paths and also which is the start node of the tree. There are also a lot of settings that may or may not com…

  20. comment
    Comment #5218171

    Nginx introduced least_conn lb method in 1.3.1 which makes it a bit better. http://nginx.org/en/docs/http/ngx_http_upstream_module.html#... ha-proxy is a lot better than nginx + mo…

  21. comment
    Comment #5121090

    n for next match, N for previous match. In combination with this it's almost as effective. Personally I'd use ctags and the http://vimdoc.sourceforge.net/htmldoc/tagsrch.html#tag-c…

  22. comment
    Comment #4281134

    EU market is tricky as you have both the EU directives and the nations law, but in the end the EU directives have no legal power unless the nation you are operating has enacted the…

  23. comment
    Comment #4270593

    It's next! http://www.youtube.com/watch?v=R2HzHSeV9v8

  24. comment
    Comment #4234016

    BW is cheap, storage is cheap. They probably run filesystem that utilize dedup or/and do it in their applications storage logic.

  25. comment
    Comment #4153873

    You can't have statements in pythons gimped versions of anon functions :/