Live data from Hacker News

Viewing profile — Mathiasdm

Mathiasdm

HN member
Joined
Thu, Jul 24, 2014, 11:24 PM UTC
HN karma
26
Public activity
18 items

About Mathiasdm

No profile information was provided.

Recent public activity

  1. comment
    Comment #36387695

    Mercurial clones can be cached quite easily with 'clonebundles', a Mercurial feature that allows redirecting a clone to instead download a single 'bundle' (which could come from a …

  2. comment
    Comment #12741607

    Keep in mind that narrowhg is extremely experimental!

  3. comment
    Comment #12741122

    What version of Mercurial were you using? Additionally, was your repository very branchy? Were your pulls stuck for a very long time on 'adding manifests'? It's possible that your …

  4. comment
    Comment #11672739

    Mercurial has had 'largefiles' since Mercurial 2.0, 5 years ago.

  5. story
  6. comment
    Comment #11246110

    For some added context about handling binaries in Mercurial, see the (in development) Mercurial book: http://hgbook.org/read/scaling.html#handle-large-binaries-wi...

  7. comment
    Comment #10022265

    Mercurial has had support for large binary files using the 'largefiles' extension for several years now.

  8. comment
    Comment #10009468

    I helped set up such a system for a few hundred developers. We had an 'automated Linus Torvalds', which did the merge, and aborted whenever a file was changed on both sides of the …

  9. comment
    Comment #9796767

    One possibility would be to have #else #error #endif If you work this way, you immediately know where to change your code.

  10. comment
    Comment #9466801

    I'm guessing it depends from project to project? There are several Google developers contributing to Mercurial.

  11. comment
    Comment #9131195

    One alternative to consider is Mercurial (which command-line wise is more similar to Subversion) with subrepos (which have better usability): http://www.selenic.com/hg/help/subrepo…

  12. comment
    Comment #9079906

    Interesting overview! Some of this caveats are kinda surprising for me, coming from a Mercurial background: * Every time you add a submodule, change its remote’s URL, or change the…

  13. comment
    Comment #9020744

    I believe this was a step in that direction: https://bitbucket.org/durin42/hgit

  14. comment
    Comment #9020742

    I wish Git would have used a different name than 'branch'. It's completely at odds with branches in any other version control system and only adds confusion for people switching to…

  15. comment
    Comment #8393618

    Make an appointment and try to talk to your teachers in person. Maybe they can guide you in the right direction, give you some pointers on what projects are suitable as a graduatio…

  16. comment
    Comment #8163722

    __attribute__((unused)) indeed would be the best option when using gcc. I believe when using C++11, this can be replaced by [[gnu::unused]]. Another one that I've seen quite often …

  17. story
  18. story