Live data from Hacker News

Viewing profile — darnaut

darnaut

HN member
Joined
Mon, Apr 16, 2012, 9:44 PM UTC
HN karma
40
Public activity
17 items

About darnaut

Software engineer (MySQL internals) at LinkedIn.

@darnaut, darnaut.blogspot.com

Recent public activity

  1. comment
    Comment #5906502

    I'm referring to the source code that is used to build and generate the documentation available in that link. The MySQL documentation is written using the DocBook XML format. Here …

  2. comment
    Comment #5905946

    No word yet on why the source code for the MySQL documentation is no longer publicly available. Was recently and silently made unavailable. This is much worse than a few man pages.…

  3. comment
    Comment #5905928

    The MySQL build team has a script that updates the license header in files that require it. Since the "different license" is actually the license of the documentation, from which t…

  4. story
  5. story
  6. story
  7. comment
    Comment #4693117

    > our constitution remain mostly unchanged since '88 There have been 73 amendements to the constitution over 28 years. Experts on the subject usually point out that it actually cha…

  8. comment
    Comment #4681953

    > Postgres has been quietly competent since before this generation of hipsters was born. Nice sound bite but PostgreSQL (as we know) was first released around 1996.

  9. comment
    Comment #4680928

    You mean the copyright notice? It was there before Oracle acquired Sun.

  10. comment
    Comment #4680850

    Where's the evidence? The linked source refers to closing test cases, which makes it more closed source, not open core. Also, it is highly entertaining that most PostgreSQL news he…

  11. comment
    Comment #4291068

    The analysis is all nice and dandy, except for being wrong. Interrupted reads are retried, but only up to a certain amount which can be changed. The (perhaps not so good) default i…

  12. comment
    Comment #4274266

    Google's ad business has been (is?) backed by MySQL. http://zurlocker.typepad.com/theopenforce/2005/12/googles_us... http://research.google.com/pubs/pub38125.html

  13. comment
    Comment #4274242

    > How is MySQL competing with MS-SQL? http://www.pcworld.com/businesscenter/article/222168/oracle_...

  14. comment
    Comment #4274229

    > If you (or anyone else) can point out why this benchmark is false or misleading, I'm all ears. You might want to check out the "Online DDL for InnoDB Tables" section of the manua…

  15. comment
    Comment #4273496

    > Postgres operates in a lot of markets that MySQL doesn't [..] like telecom and finance MySQL cluster is highly popular in telecom. http://www.mysql.com/customers/industry/?id=78

  16. comment
    Comment #4268787

    > Why else would they buy MySQL? And the licensing is not as strong as you may think. To compete with Microsoft SQL Server and to further solidify their customer base (most Oracle …

  17. comment
    Comment #4093291

    > This is why real C programmers use int as their bool type. :) It has the same problem if a wider type (e.g. long) is assigned to it. Use _Bool instead.