Live data from Hacker News

Viewing profile — michaelmior

michaelmior

HN member
Joined
Thu, Jun 16, 2011, 3:08 PM UTC
HN karma
6,656
Public activity
3,435 items

About michaelmior

Senior Data Engineer at OneChronos

Personal site: https://michael.mior.ca

[ my public key: https://keybase.io/michaelmior; my proof: https://keybase.io/michaelmior/sigs/BpTU6skpVwr4X8MVODgsjjPXAPdaSLAjYbPl2EEDYeA ]

Verifying my Blockstack ID is secured with the address 19AvsK3Zo1cmFZg4D1c4pDaavHRZKvPEWm https://explorer.blockstack.org/address/19AvsK3Zo1cmFZg4D1c4pDaavHRZKvPEWm wonderfuldev_gceng9nu6y0g2kpciawxmwzc

Recent public activity

  1. comment
    Comment #49180730

    The announcement didn't read as AI-generated to me at all. Of course this is far from foolproof, but ZeroGPT says 0% AI.

  2. comment
    Comment #49088694

    I'm curious what you think makes this better than the dozens of sites out there that have the same goal?

  3. comment
    Comment #49015039

    Some changes certainly can be. If the model produces the exact same output for a fixed seed across a variety of inputs after a code change, I think it's reasonable to expect that t…

  4. comment
    Comment #49012916

    This depends on what your workflow is. There are use cases for tokenization that don't always involve immediately feeding the text into a model.

  5. comment
    Comment #48832628

    Cloudflare did not develop QuePaxa, although I'm sure they did a lot of work to operationalize it. The original protocol is from a SOSP 2023 paper. https://dl.acm.org/doi/10.1145/3…

  6. comment
    Comment #48832615

    Worth noting if it wasn't obvious from the article that Cloudflare did not develop QuePaxa. It's from an SOSP paper back in 2023[0]. The article is discussing what is the first kno…

  7. comment
    Comment #48534726

    I don't see a problem with the tool either really, it's just a pet peeve of mine to call what it produces an ER diagram when it's really a diagram of the relational model defined b…

  8. comment
    Comment #48534716

    I think most successful ORMs have an additional layer of semantics beyond what can be directly expressed in SQL. For example, Active Record has multiple types of associations (belo…

  9. comment
    Comment #48534662

    Inheritance is one case. In an ER diagram, you may have Employee and Client entities which both inherit from a Person entity. You could choose to have these represented as a single…

  10. comment
    Comment #48534631

    Aside from what else is mentioned in the sibling comment, inheritance is another big one. Inheritance is not explicit in SQL and in fact, when going from ER to SQL, there are multi…

  11. comment
    Comment #48525959

    The tool looks very cool! But IMO you can't get an ER diagram from SQL since entities are fundamentally different from tables. They are certainly very similar, but SQL alone doesn'…

  12. comment
    Comment #48413993

    MacOS, Ghostty, Neovim, Pi (with a fair bit of customization to each). I'm relatively new to Pi after using Codex pretty heavily, but it's nice to be able to customize things to ho…

  13. comment
    Comment #48257199

    I think that's a fair take. I think we definitely still need specs that describe the desired behavior as an artifact. But documentation describing the implementation definitely fee…

  14. comment
    Comment #48252888

    Humans also tend to forget to update documentation and the same confusion happens. I don't think it's really a new problem.

  15. comment
    Comment #48105853

    That depends on what the software is. If you want to run a service that bonds to a privileged port for example, you need sudo.

  16. comment
    Comment #47982363

    I don't think it's that simple, but I do think a lot of the problems mentioned are not inherent to the use of AI.

  17. comment
    Comment #47969245

    We have some very heavy users of Codex in my org and we're very happy with the quality (politics aside).

  18. comment
    Comment #47961273

    The problem in most of those cases is not specifically AI. Many of the issues you cited are related to Anthropic specifically and many could have been avoided with better testing.

  19. comment
    Comment #47951256

    I'm not saying our experience is unimportant. I'm talking about how we communicate what colors are. I'm not an expert by any means, but it seems like the way we communicate a share…

  20. comment
    Comment #47928533

    The scenario you're describing seems like more of a language thing than a perception thing. We generally learn names of colors by references to common objects. I would argue that i…

  21. comment
    Comment #47591442

    > no reason why future devices couldn't bundle 256GB of mem by default Cost is a pretty big reason.

  22. comment
    Comment #47573865

    This article[0] provides some details. Basically if you go through the lookup process on Apple's website and you don't have an existing D-U-N-S number, you can request one from D&B…

  23. comment
    Comment #47573813

    At least part of that in my experience seems to be a desire to cover a number of edge cases that may not be practically relevant.

  24. comment
    Comment #47573725

    On this note, one thing I've found Codex to do is worry more than necessary about breaking changes for internal APIs. Maybe a bit more prompting would fix this, but I found even wh…

  25. comment
    Comment #47573700

    One thing I've found that I've found super helpful for this is converting profiling results to Markdown and feeding it back into the agent in a loop. I've done it with a bit of man…