Live data from Hacker News

Viewing profile — tentonova

tentonova

HN member
Joined
Wed, Dec 30, 2009, 12:01 AM UTC
HN karma
95
Public activity
60 items

About tentonova

No profile information was provided.

Recent public activity

  1. comment
  2. comment
  3. comment
  4. comment
    Comment #1029091

    You're introducing a logical non-sequitur. That there is a niche isn't the issue, it's what the niche is. Enterprise services. The fact that they're also not actually selling GPL s…

  5. comment
    Comment #1029068

    I think you and I are wasting time. You care about making things easier for software users. Software users don't make more software; software authors do. Actually, I think "users" …

  6. comment
    Comment #1029060

    I'm not sure what your point is, or how it counters the author's original point, which is that what's good for the goose is very much not good for the gander.

  7. comment
    Comment #1029053

    Why not talk about SourceFire, Sleepycat, Splunk, Hyperic, Zimbra, and Astaro All selling services and products around a very specific type of software, selling to a very specific …

  8. comment
    Comment #1029049

    I agree that the GPL is primarily useful as a vehicle for making money off software that is also released as open source. Since open source commercial software is strictly better t…

  9. comment
    Comment #1029035

    You're arguing that users don't believe the current situation is a fair trade, and would rather enter into a GPL quodque pro quo agreement if they were not restricted by the purcha…

  10. comment
    Comment #1029025

    As I said below, I'm surprised by the emotional arguments engendered in your word choices -- "fairness", "benevolence", etc. This is simply business, not ideology. In terms of ideo…

  11. comment
    Comment #1029020

    I agree -- and I think Monty has no business taking umbrage with the bed he's made -- but it's worth exploring why this is the case.

  12. comment
    Comment #1029017

    I'm surprised at the appeals to emotion engendered in your word choices -- "fairness" and "benevolence". I don't think either applies. The GPL is primarily useful as a means to mai…

  13. comment
    Comment #1028994

    The only freedom GPL denies a developer is to close up software that was once free. You can't "close up" software that was free. The software remains free. The only freedom the all…

  14. comment
    Comment #1028986

    Yes, the BSD license sure is better for software users. It's also better for software contributors who want to leverage the code in their own products, and use the resulting revenu…

  15. comment
    Comment #1028977

    I'm not sure how I understand how a commercial license is "strictly more restrictive" than the AGPL, which requires that you also release your code under the AGPL. Whether or not i…

  16. comment
    Comment #1028972

    I'm firmly disagree with Monty's duplicity, but I'll try to shed some light on it. The "big deal" is that only two things provide a revenue stream around MySQL sufficient to suppor…

  17. comment
    Comment #1028970

    In contrast, as a company looking to use and contribute to open-source software, BSD licensed code is an easier sell because you aren't locked to purchasing a commercial non-OSS li…

  18. comment
    Comment #1028746

    Merging. Subversion 1.5, released in June of 2008, supports merge tracking. If you're using the limitations of your VCS to manage team communication then you have bigger problems. …

  19. comment
    Comment #1028716

    My reading was that he was presenting the GPL as an inherently flawed dream unable to survive in the reality of the economic marketplace. In succeeding in market adoption, the prol…

  20. comment
    Comment #1028714

    The GPL was invented to leverage network effects to win in the market place, ensuring an exceptionally high entry barrier to non-GPL market entrants (a natural monopoly) should the…

  21. comment
    Comment #1028707

    Tarsnap does block-based differentials, in addition to its fancy crypto footwork. You can't set that up with bash, truecrypt, and S3.

  22. comment
    Comment #1028661

    You should consider partnering with (or contracting out) to someone already well familiar with OS X and interested in writing a GUI. Tarsnap has one of the technically best back-en…

  23. comment
    Comment #1028278

    In subversion, yes, you don't go through the hassle of creating a branch for all these reasons. svn cp ^/trunk ^/branches/tentonova-bugfix-x svn co ^/branches/tentonova ~/branch I …

  24. comment
    Comment #1028273

    This still feels like the sort of statement that comes from having not worked with a (D)VCS that does branching well. I've worked with both git and hg. There is no "inherent organi…

  25. comment
    Comment #1027578

    ... if you forget to specify a version number for one of the dependencies, doesn't maven just default to the latest version at build time, thus becoming nondeterministic? No. ... i…