Live data from Hacker News

Viewing profile — scott_meyer

scott_meyer

HN member
Joined
Wed, Mar 24, 2010, 4:35 PM UTC
HN karma
40
Public activity
27 items

About scott_meyer

No profile information was provided.

Recent public activity

  1. comment
    Comment #48223556

    Proof by contradiction requires finding a single contradiction. Practical utility just requires that contradiction be infrequent enough.

  2. comment
    Comment #43310793

    Layoffs are not about cost, they are about power. The economic result is just confirmation. A large company in actual financial distress will sell off a division.

  3. comment
    Comment #38618466

    Two things: 1. You have given up on any sort of consistency. 2. The database implementation will never be able to optimize a lookup workload which is pretty close to pessimal. Not …

  4. comment
    Comment #37537542

    what is a document? How is an ORANUM or a bignum not a document? One motivation for creating documents is that modeling document contents as relations requires the creation of a bu…

  5. comment
    Comment #28988760

    Been doing this for nearly 40 years. No sign of doom. What I think you're discovering is just that there is a large amount of low-aspiration work out there. That is as true of FANG…

  6. comment
    Comment #27705494

    PathQuery was started by Warren Harris. At Metaweb, Warren did a rewrite of MQL in OCaml which we never shipped because of the Google acquisition. He spent much of the first year a…

  7. comment
    Comment #27248438

    Doing a bunch of math about payoffs and probabilities completely misses the most important point: When joining a startup you are a minority investor. The value of your options depe…

  8. comment
    Comment #25873687

    I am a huge fan of Frank McSherry's work and don't necessarily agree with the premise that DD is somehow failing. However,... Batch data processing is very well understood, cheap a…

  9. comment
    Comment #25315332

    >Deep reading has in large part informed our development as humans As a statistic, reading is only significant in the past 200 years or so. Given that there was a similar kerfuffle…

  10. comment
    Comment #25305360

    >I can't wait until I have enough money to be financially independent and never have to do this nonsense again. There are a lot of people operating on that plan. Mostly it doesn't …

  11. comment
    Comment #25042697

    Concurrency is hard because we invented a bunch of theoretical machinery (semaphores, mutexes, condition variables,...) and embedded it in languages such that most of the programs …

  12. comment
    Comment #24920564

    Neither. Learn Scheme. Structure and Interpretation of Computer Programs is still the best single book on computer programming: the most important concepts (closures, continuations…

  13. comment
    Comment #24747197

    Aside from what comes for free with "log-structured" there is no special treatment for temporal data.

  14. comment
    Comment #24741089

    Don't despair. Datalog is alive and well. Yes, it does compose beautifully. However, with composition solved, you'll discover that a naive implementation of relational algebra will…

  15. comment
    Comment #24599305

    "Technical debt" is the difference between the code that you have and the code that you would write if starting over. Does your final code reflect what you learned while writing it…

  16. story
  17. comment
    Comment #24294515

    Upgrade aversion is the natural consequence of the automatic upgrade subscription business model. If developers don't have to sell the next version and the customer can't easily le…

  18. comment
    Comment #23411843

    Just watch this chart for a couple years: https://ourworldindata.org/coronavirus-data-explorer?zoomToS...

  19. comment
    Comment #22576812

    So, imagine how things are going to work out when you have to explain to a VP that you have absolutely no idea why the site was down for 4 hours, but you have now added logging suc…

  20. comment
    Comment #7060469

    Can you name any widely used piece of Software that has not been rewritten at least once? Rewrites: Firefox, IE, Word, Windows, MacOS, ... Many of these have been rewritten multipl…

  21. comment
    Comment #6167060

    Was that with or without a tip?

  22. comment
    Comment #3225672

    Stock options have always been valued at the discretion of the board. Zynga is perhaps guilty of coming up in "innovative" ways of manipulating value but the end result: optionees …

  23. comment
    Comment #2475034

    You write "stop the world" and "concurrent access" in the same sentence. What is up with that? When we manage to go for 10 years without getting 5 or 6 papers claiming to "solve th…

  24. comment
    Comment #2474949

    Read your own words "immutability allows for concurrent access" Most GCs mutate (mark bits, semi-space copy, etc.) The immutability of Haskell data structures is an illusion, and f…

  25. comment
    Comment #2237800

    So, from the executive summary, it appears that NASA looked at the throttle system and was unable to find a systematic explanation for it being stuck open. A stuck throttle, by its…