Live data from Hacker News

Viewing profile — quizotic

quizotic

HN member
Joined
Thu, Jun 02, 2011, 1:18 PM UTC
HN karma
401
Public activity
154 items

About quizotic

No profile information was provided.

Recent public activity

  1. comment
    Comment #23038663

    Thank you for the pointer to DB fiddle!

  2. story
    Ask HN: What Happened to Sqlfiddle?

    It's been down for a week. Does anyone know what happened?

  3. comment
    Comment #22221776

    Bridgewater is famous for valuing a culture of almost brutal honesty and fierce internecine warring over ideas. It argues this combination is vital to reaching the deep understandi…

  4. comment
    Comment #21945843

    This seems so much more clear to read, with less typing.

  5. comment
    Comment #21512363

    Do you do that by memory? Or do you have some text indexing tool that helps?

  6. comment
    Comment #20314515

    This is Dan Abadi we're talking about. More importantly, the points he makes are important, clear and true. If that causes heartburn for Vendor A and pride for Vendor B, that's sec…

  7. comment
    Comment #20105976

    Does anyone remember Larry Harris and "Natural" back in the 1980s?

  8. comment
    Comment #19813738

    The only problem with singular nouns for table names is that they occasionally conflict with SQL keywords. The canonical example of this is from the TPC-H benchmark which has table…

  9. comment
    Comment #19687914

    So true. And so deliciously snarky. Confession: I'm guilty of far greater stupidity. I've asked "Ship of Theseus" questions when interviewing candidates for object database compani…

  10. comment
    Comment #19350942

    Don't C++ 20 modules solve this problem?

  11. comment
    Comment #19280079

    Do you have any insight into the reason for the unequal access? Is it that poorer or uninsured patients cannot afford non-emergency healthcare? Is it that they are too far away? Is…

  12. comment
    Comment #19242912

    Agree you need all of these things and more... but if you could do this above the microservice level, as a piece of K8S or whatever the MSA, then you might have an advance over RDB…

  13. comment
    Comment #19242791

    If you never need to coordinate two or more microservices, then sure. But that means you're dealing with a monolith. In the original article, you could combine Orders and Users int…

  14. comment
    Comment #19242647

    There's a bit of an emperor's clothes problem with microservices. If microservices are never combined together, they are essentially monoliths under a cooler name. But as soon as y…

  15. comment
    Comment #17684271

    Is there any protection to be had by a corporate shell game? Suppose I put my technology assets in one corporation, my revenue and monetary assets in a 2nd corporation, and my cust…

  16. comment
    Comment #17016537

    Not getting this at all! How does it help find competitive websites?

  17. comment
    Comment #16899851

    So I just had an experience of being forced into "vertical slice" development (not quite the same as architecture, but still). This seemed initially as crazy as erecting a multi-st…

  18. comment
    Comment #16824041

    Glad to hear about the FDWs ... but wouldn't foreign keys be your friend here? What else would you need, really, to layer this on an existing DB?

  19. comment
    Comment #16823705

    Well ... I kinda like the query syntax's ability to traverse relationships, nest objects/sub-headings, and apply filters at the level of projected expressions! This has been done b…

  20. comment
  21. comment
    Comment #16164211

    Beautiful. Data Flow + Functional. Love the idea and can't wait to try it out!

  22. comment
    Comment #16097938

    Heck of a title. Wish the article was better at explaining what was actually done.

  23. comment
    Comment #15776899

    The article argues that conservative views are correlated with fear/concern over physical safety, and that increasing the feeling of physical safety moves conservative views toward…

  24. comment
    Comment #15762921

    +1 for the idea of tuning query optimization based on ML. I don't know of any DBMSs that take this advice, and that's remarkable in this day and age.

  25. comment
    Comment #15762899

    The prescription of changing sequential_page_cost to equal random_page_cost is certainly reasonable for SSD, but I wonder if the underlying issues aren't somewhat deeper and more i…