Live data from Hacker News

Viewing profile — octix

octix

HN member
Joined
Fri, Jan 11, 2013, 1:52 PM UTC
HN karma
54
Public activity
91 items

About octix

No profile information was provided.

Recent public activity

  1. comment
    Comment #15593012

    To me that would be a red flag. If it's difficult to setup within your tests then it's difficult within your code and/or too much magic is happening.

  2. comment
    Comment #15310815

    Thanks for sharing. "adding indexes to large collections" - how many records are we talking here? Thanks.

  3. comment
    Comment #15310678

    From personal experience. 1) MongoDB allows me to be more agile. I don't have to deal with database migrations (No locks when adding new column for example), which allows deploymen…

  4. comment
    Comment #9171552

    If you can't cook it, it doesn't mean it's not tasty...

  5. comment
    Comment #9171531

    You don't have to use them, but it's really great for getting started. You can fine tune these by excluding pieces you don't need to auto configured. http://docs.spring.io/spring-b…

  6. comment
    Comment #8993906

    Thanks for posting. I'm waiting for a x230t and was thinking about trying Centos 7 and FreeBSD too at some point.

  7. comment
    Comment #8993677

    I personally hate it, but my wife loves it. We don't argue and I just don't use it. That said, you just cannot compare an OS running natively (is that a word?) with a VM.

  8. comment
    Comment #8993651

    Can you elaborate please? Linux running inside a VM?

  9. comment
    Comment #8993501

    Does FreeBSD play nice with resolutions higher than 1080? I mean, I know linux still has issues and I always thought *BSD a re bit behind when it comes to Desktop experience. I thi…

  10. comment
    Comment #8993469

    It could be a shock to you, but not everyone loves Mac OS X. There are (imagine that) other OSs that have terminals too. Oh snap! I must've stroke a chord. What did I say? I mean, …

  11. comment
    Comment #8886203

    It's not about Facebook clone, they still use MySQL for some functionality (i believe), but not as RDBMS but more like NoSQL... NoSQL means model your data in a different way, the …

  12. comment
    Comment #8886167

    It may be hype, but when MongoDB was released, what other RDBMS was offering the same functionality? I see Posgresql + JSON mentioned, but when was JSON support added? I personally…

  13. comment
    Comment #8878319

    yes, because all these third world countries have a good record of keeping a good log on what's going on...

  14. comment
    Comment #8878306

    Call me paranoid, but all "FDA approved" means is that I won't die right away

  15. story
    Ask HN: Anyone Happy with PayPal REST API?

    Hello, I have the task to migrate from Braintree API to PayPal REST API and after spending half of the day I was so disappointed of their Java SDK quality that I'm ready to fight t…

  16. comment
    Comment #8483099

    Can you give a few examples, please? I've been using Fedora as my primary home and work OS, since v14 and was gradually upgrading it and so far I never needed to compile anything.

  17. comment
    Comment #8432017

    How is this different from what BoA's ShopSafe? I've been using "virtual" cc for a few years now, that is the main reason I'm with BoA at the moment... The only thing is that it's …

  18. comment
    Comment #8246982

    For some financial satisfaction comes 2nd.

  19. comment
    Comment #8087393

    Hey guys, author here. After being a long time free-rider, I thought to give back something useful. Thanks for trying! Don't forget to check 'samples' dir. It should help you make …

  20. comment
  21. story
  22. comment
    Comment #8011668

    Every time I see a post like this, I see lots of folks are super exited, but I still fail to see benefits, perhaps is the nature of my/our architecture/setup. So, let's say I have …

  23. comment
    Comment #8011627

    Thanks for trying to explain. In my mind scale means use more resources, but in this case I fail to see benefits, except quicker env setup for the app, but for that there are autom…

  24. comment
    Comment #8010643

    Yes, I can see a great deal of benefits for development part, _if_ you're sticking with the same OS. Currently I have a bunch VMs (using kvm/qemu + libvirt) that are created and dr…

  25. comment
    Comment #8010535

    So, basically to achieve this you need to run production env using docker too? So that docket could match it. Also, production data has to be copied over separately? Are these corr…