Live data from Hacker News

Viewing profile — egaldv

egaldv

HN member
Joined
Wed, Mar 23, 2022, 3:17 PM UTC
HN karma
1
Public activity
7 items

About egaldv

No profile information was provided.

Recent public activity

  1. comment
    Comment #39091783

    Thanks for the feedback! We do hear that remote artists with flaky network connections is common, and plan to address it in several ways like CDC (a method for efficient chunking a…

  2. comment
    Comment #39091650

    Decentralization is a cool concept, but didn't GitHub and BitBucket emerge because a centralized server was in demand? Git is a good tool for many uses, but when was the last time …

  3. comment
    Comment #39089766

    And then you lose functionality, for example `git blame` depends on the history being available locally. If you want a working repository with all the source control features you n…

  4. comment
    Comment #39089636

    Indeed you're right the work that was erased from BitBucket was restored from one of the employees that didn't yet pull, the post was edited accordingly.

  5. comment
    Comment #39089455

    The vast majority of version control system uses are not distributed, even if the system itself is (GitHub and BitBucket were born to essentially make Git centralized). An example …

  6. comment
    Comment #39089030

    If you share your repository with a collaborator, they can access it of course. Same is true if you share your repository with end-to-end encryption, your collaborator should be ab…

  7. comment
    Comment #39088875

    All data is encrypted in-transit and at-rest, as per the industry standard. End-to-end encryption is an interesting feature with obvious extended privacy benefits on one hand, that…