by mactavish88 on 3/27/23, 12:19 PM with 160 comments
I'm getting unicorns.
by larsnystrom on 3/27/23, 12:38 PM
by davemp on 3/27/23, 1:22 PM
I've been unwilling to host any personal projects on GH after Copilot launched and it because clear that GH/MS doesn't really respect the authors of the code they host. Honestly open source in general has gotten a little less compelling to me after Copilot. The recent security issue at GH has also turned me off even more on Git hosting services.
For closed source projects maybe it's just best to store encrypted backups off site and spin up a self hosted option whenever collaboration is needed. Seems pretty inefficient though.
by Phemist on 3/27/23, 12:32 PM
by mabbo on 3/27/23, 12:48 PM
by can16358p on 3/27/23, 12:22 PM
by MattIPv4 on 3/27/23, 12:26 PM
by hakanderyal on 3/27/23, 12:36 PM
Have backups for critical systems, people. In my case, it's building docker containers locally and luckily deploying to one server via ssh.
by belter on 3/27/23, 1:28 PM
"...The next major issue that people encounter is that they need to collaborate with developers on other systems. To deal with this problem, Centralized Version Control Systems (CVCSs) were developed. These systems (such as CVS, Subversion, and Perforce) have a single server that contains all the versioned files, and a number of clients that check out files from that central place. For many years, this has been the standard for version control."
"...However, this setup also has some serious downsides. The most obvious is the single point of failure that the centralized server represents. If that server goes down for an hour, then during that hour nobody can collaborate at all or save versioned changes to anything they’re working on. If the hard disk the central database is on becomes corrupted, and proper backups haven’t been kept, you lose absolutely everything..."
"...This is where Distributed Version Control Systems (DVCSs) step in. In a DVCS (such as Git, Mercurial, Bazaar or Darcs), clients don’t just check out the latest snapshot of the files; rather, they fully mirror the repository, including its full history. Thus, if any server dies, and these systems were collaborating via that server, any of the client repositories can be copied back up to the server to restore it. Every clone is really a full backup of all the data...."
by gitgud on 3/27/23, 12:56 PM
by TheLocehiliosan on 3/27/23, 12:29 PM
by rvz on 3/27/23, 12:34 PM
First, it was the RSA key leak in [1][3], then the site's key expired causing down time again [2] and now this.
I don't think anyone can tell me with a straight face that GitHub was any more reliable or better when Microsoft acquired it. It is now worse off.
Nothing has changed except for more outages and downtime.
So so reliable. /s
[0] https://news.ycombinator.com/item?id=35004629
[1] https://news.ycombinator.com/item?id=35295216
[2] https://news.ycombinator.com/item?id=35003741
[3] https://github.blog/2023-03-23-we-updated-our-rsa-ssh-host-k...
by Fabricio20 on 3/27/23, 1:38 PM
by Bostonian on 3/27/23, 12:48 PM
by drewbug01 on 3/27/23, 1:28 PM
One wonders sometimes if that’s the goal.
by tiffanyh on 3/27/23, 1:36 PM
That's something I love about Fossil.
Everything with Fossil (wiki, issues, code) is replicated as well.
by tomaszcekalo on 3/27/23, 1:40 PM
by vidluther on 3/27/23, 1:06 PM
by MattIPv4 on 3/27/23, 12:20 PM
by willejs on 3/27/23, 1:06 PM
by robinhoodexe on 3/27/23, 1:34 PM
by mnsh on 3/27/23, 1:29 PM
From github status
by CipherThrowaway on 3/27/23, 12:22 PM
by powerage on 3/27/23, 12:34 PM
by bouncycastle on 3/27/23, 12:40 PM
by tibanne on 3/27/23, 1:30 PM
by henriquenunez on 3/27/23, 12:38 PM
by new_user_final on 3/27/23, 12:47 PM
by tarruda on 3/27/23, 1:17 PM
by oneeyedpigeon on 3/27/23, 12:43 PM
by Madmallard on 3/27/23, 12:56 PM
by 5mv2 on 3/27/23, 2:25 PM
by siva7 on 3/27/23, 1:07 PM
by dainiusse on 3/27/23, 3:05 PM
by dolmen on 3/27/23, 1:38 PM
by lesquivemeau on 3/27/23, 1:36 PM
by 0xcb0 on 3/27/23, 12:52 PM
by yla92 on 3/27/23, 1:30 PM
by tomconte on 3/27/23, 12:36 PM
by kukimonsta on 3/27/23, 1:09 PM
by xwdv on 3/27/23, 1:40 PM
by dark-star on 3/27/23, 1:33 PM
by rurban on 3/27/23, 12:39 PM
by expotesticle on 3/27/23, 12:35 PM