Live data from Hacker News

Viewing profile — ezquerra

ezquerra

HN member
Joined
Sun, Mar 04, 2012, 10:47 PM UTC
HN karma
109
Public activity
26 items

About ezquerra

TortoiseHg developer

Recent public activity

  1. comment
    Comment #44643940

    I recently found a small issue with `uv run`. If you run a script from outside the project folder, it looks for the pyproject.toml on the folder from which you are calling `uv run`…

  2. comment
    Comment #39861742

    Definitely. Nim is a great language and coming from Python it might be the easiest compiled language for you to get into.

  3. comment
    Comment #39861724

    I am one of the Arraymancer contributors. I believe that what mratsim (Arraymancer’s creator) has done is pretty amazing but I agree that the scope is a quite ambitious. There’s be…

  4. comment
    Comment #33751629

    I recently started using nim for some little side projects and I am having so much fun. Somehow they’ve managed to combine the strengths of high level languages such as python with…

  5. comment
    Comment #22205000

    The nim team is currently working on removing the garbage collector by means of a new reference counting based “garbage collector mode” called “arc” (for automatic reference counti…

  6. comment
    Comment #14395555

    Thank you Joeyaiello for your reply. I understand your reasoning. I like some of your proposals. For example I'm all for making it easier to sign scripts, for example. Yet I feel t…

  7. comment
    Comment #14379774

    PowerShell is obviously a much better scripting language than the ancient DOS BAT "language" (if you can call it that). In theory it's also mostly ubiquitous on Windows which means…

  8. comment
    Comment #9333036

    It is actually pretty simple. Mercurial automatically assigns a _local_, sequential revision number to every commit in your repository clone. In fact those revision numbers almost …

  9. comment
    Comment #7672366

    When you enable mercurial's evolve, history rewriting operations are no longer destructive. Mercurial's evolve creates a sort of repository "meta history" by saving every revision …

  10. comment
    Comment #6682081

    You are right. That is a small limitation of the graft command compared to the transplant extension. As far as I know that is the only difference between them. I have never needed …

  11. comment
    Comment #6682073

    I don't sure I understand what is the problem with setting up a basic mercurial server. If you have TortoiseHg you just open your repository, click on "Repository / Start Web Serve…

  12. comment
    Comment #6678577

    The definitely do. They migrated their repositories to mercurial a while ago. There are plenty of mentions of this fact on mercurial's development mailing list (mercurial-devel@sel…

  13. comment
    Comment #6678286

    Mercurial comes with a built-in "hg serve" command that you can use to serve repositories through http. It creates a web server that you can access through any web browser. Unless …

  14. comment
    Comment #6678269

    For the record, you don't need to enable the transplant and graphlog extensions anymore. Those are now part of core mercurial: - The transplant extension has become the "graft" cor…

  15. comment
    Comment #6630299

    Git currently has a greater mindshare than mercurial, specially on HN and many open source circles. I don't think that is enough to consider that "git has won". There are big proje…

  16. comment
    Comment #6455458

    I find that your comment about mercurial's data model a bit ridiculous. The reason why most introductions to mercurial do not mention its data model is because it is _not_ importan…

  17. comment
    Comment #5772662

    If I want to contribute to a project I don't expect them to accommodate my workflow. I expect to be asked to comply with their workflow. Let's say that I were the maintainer of a p…

  18. comment
    Comment #5772328

    Every project has the right to chose the VCS that they feel is right for them. However I find the reasons they give for the switch are pretty weak except for the last one (github i…

  19. comment
    Comment #5367681

    TortoiseHg developer here (i.e. I'm probably biased, take my comments with a grain of salt, yada, yada, yada...). We discussed this a bit on the last mercurial sprint. In jest, som…

  20. comment
    Comment #5273721

    This is quite nice but there are a few of things that I miss: 1. A way to have multi-line values for non array types 2. A more flexible number syntax (e.g. allow hex and binary int…

  21. comment
    Comment #5141713

    I'm a TortoiseHg (mercurial GUI front-end) developer and an (occasional) mercurial contributor. I think this is really great news, both for git, Microsoft and OSS in general. It is…

  22. comment
    Comment #4470387

    My 19 month old lives one little game called "Animal Puzzle for Toddlers". It has got several simple puzzles where you have to place some animals on a drawing where they are missin…

  23. comment
    Comment #3712287

    In my opinion branching _used_ to not be as neatly implemented as it is in Git, but that is no longer the case. A couple of versions ago a new feature was added into core mercurial…

  24. comment
    Comment #3681043

    It could be argued that it already exists and that its called mercurial. Functionally equivalent to git, but with a _much_ simpler interface and better windows support. Git has a l…

  25. comment
    Comment #3665776

    The blogger makes a few good points. I think part of the problem is that he seemed to expect TortoiseHg to hold his hand a little bit more while he was learning to use mercurial. I…