Live data from Hacker News

Viewing profile — dtheodor

dtheodor

HN member
Joined
Mon, Mar 11, 2013, 2:10 PM UTC
HN karma
98
Public activity
25 items

About dtheodor

No profile information was provided.

Recent public activity

  1. comment
    Comment #49056231

    An interviewer asking me about git rebase is the huge red flag

  2. comment
    Comment #46899736

    Thank you Machiavelli

  3. comment
    Comment #38701658

    Looks like .NET was represented in FOSDEM once, in 2019. https://devblogs.microsoft.com/dotnet/net-and-typescript-at-...

  4. comment
    Comment #36868458

    Reminds me of Microsoft's KQL https://learn.microsoft.com/en-us/azure/data-explorer/kusto/...

  5. comment
    Comment #36489922

    If you are interested, I highly recommend the youtube channel Kings and Generals. It has very good history content on the last centuries of the Roman Empire and the rise of the Ott…

  6. comment
    Comment #35914736

    Insufficient data for a meaningful answer.

  7. comment
    Comment #35426280

    He is not cherry picking, he picked the largest immigrant group, twice as large as the next one

  8. comment
    Comment #34825364

    Right, if you consider the internal state, it is hardly similar. You talked about black box and QA though. Black box by definition holds the internal state as irrelevant, and QA mo…

  9. comment
    Comment #34824511

    Your run of the mill computer program also "operates in enormous parameter spaces that are impossible to meaningfully test for all possible adversarial inputs and degraded outputs"…

  10. comment
    Comment #32609006

    > Game of Thrones completely disregards the real world, and because this is on purpose, I think criticisms from "realism" are unwarranted This is not true, any work of fiction need…

  11. comment
    Comment #31337460

    Would you say that a database is a "black box full of binary garbage, chewing gum and rubber bands that tightly couples everything in Windows.and it's like spaghetti and can't poss…

  12. comment
    Comment #30020636

    I share the sentiment, but not for Roblox. Hashicorp, with a recent IPO, 200 mil operating revenue, and supposedly a good engineering reputation has one of its flagship products cr…

  13. comment
    Comment #29299995

    You are basing the statement "fear of wolves is completely irrational" on your experience as an outdoorsperson and 25 years of yellowstone. This is not a good basis. Wolves had liv…

  14. comment
    Comment #24280456

    He bribed people for sure. Microsoft products had completely overtaken the public sector IT of several countries back in the 90s/00s. To get into the public sector of several third…

  15. comment
    Comment #24147537

    Curious how Rust's ownership interplays with this memory management approach. Does it actually get in the way of implementing this?

  16. comment
    Comment #23664592

    There's a whole discipline around converting diagrams to code, called Model Driven Engineering. The idea is that you capture business entities and rules in various well defined dia…

  17. comment
    Comment #23068547

    It's in-memory materialization, which will spill to disk if it doesn't fit in memory. Search for "Materialize node" in https://www.postgresql.org/docs/12/using-explain.html

  18. comment
    Comment #23068505

    It's very true today. The problem discussed here is performance on complex queries (e.g. subqueries), and the query planner plays a huge role in that. The Postgres query planner ha…

  19. comment
    Comment #17607851

    This website is unchanged from 1993 (the web archive first crawled it in 1997), yet it looks great in my 4K screen. I wouldn't be able to tell if it was written yesterday or 20 yea…

  20. comment
    Comment #16890777

    Since becoming open source and the system's architecture is in the open, I wonder how this criticism of FoundationDB from a VoltDB architect https://www.voltdb.com/blog/2015/04/01/…

  21. comment
    Comment #13207617

    I really don't see Rust as a good example of a language getting its syntax right. It reads like Perl. You know what's good syntax? The one that reads like pseudocode (Python is the…

  22. comment
    Comment #12529992

    NoSQL is all about missing useful features (such as integrity, transactions, query flexibility), that you unfortunately have to drop if you want to be able to scale in certain ways…

  23. comment
    Comment #12168812

    Why EventQL over other distributed columnar-storage based databases like Redshift, Vertica, Citus, or Hadoop-based ones like Impala and Presto. What does EventQL do better?

  24. comment
    Comment #11800304

    We often see criticism against unit testing that is based on facts such as tests are badly written, unmaintainable, incomprehensive, and they drag development down. Which may very …

  25. comment
    Comment #11055083

    Sorry, I don't see the point of this library. What exactly does it provide? It looks like a very thin wrapper (150 lines of code) over psycopg2 that does exactly the same thing, ju…