Hacker News new | ask | show | jobs
by xte 2726 days ago
I do not want to depend on any proprietary platform, it doesn't matter if it's friendly or not.

I favor a distributed model as much as possible, that means for now having personal/projects classic websites, mirrored for instance on ZeroNet&c and source code exchanged as much as possible only P2P. It's not comfortable now but that's the sole possible free evolution path we have and only investing in it now can ease situation tomorrow.

1 comments

Git is a Distributed Version Control System. Just add another remote...
Of course, like the trend "hey if it does not work for you write down your code"...

On git only: what is another remote? A GitHub concurrent company? A personal dyndns from a single developer with a fable ADSL?

On GitHub: many use it's proprietary characteristics like PR, wikies, pages etc. That's not "portable" to any other remote if you do not count site-scraping...

No, we need to focus on distributed/decentralized solution now.

In the past at least we use tons of different hosting most of them offered by ISP that actually use hosted projects, universities that actually participate in many FOSS project so while not distributed we are decentralized on "friendly" systems. Not nearly all FOSS project is on a super-big-corp server. Without any viable alternative ready to use.

> On git only: what is another remote?

A remote is a URL location of a repository. A local git repo can point to multiple remotes by using the git remote <opts> functionality. For instance, you can point your local repo to GitHub, GitLab, and BitBucket and choose which to push to using the command git push <branch> <remote>.

Hem, no perhaps is my poor English but you do not understand: I know what a git remote is. My point is what kind of "other remote" a typical FOSS project have these days?

In the past we have tons of hosters so we can easily spread our code in many "mirror", now there is GitHub and few others, mostly on the very same "cloud".

I mean you have no damn viable remote. Single devs can share code P2P but nothing that can work instantly out of the box.

> My point is what kind of "other remote" a typical FOSS project have these days?

In the context of the original comment, think: "setup a /second/ remote" as the meaning. If the first 'remote' is github, the second remote could be gitlab, and so forth.

Ah ok, so you change Microsoft cloud for Google cloud... UAU... And what about PRs&c?

Sorry for being rude but for me is unacceptable to depend on tons of proprietary stuff from a handful of vendors. Even personal websites that use Google Fonts, some JS framework directly from the "project" CDN (too hard to keep it on your disk, up to date) etc...

We need to be interdependent or independent not dependent of few subjects that make money on us for witch us are puppets. How can we say "it's FOSS" if so? How can we have FOSS as the tip of a proprietary iceberg?

Get a VPS and setup git?
Good. On witch cloud? Google? Amazon? Microsoft?

When I was a bit younger I read that "internet" was a fantastic decentralized infrastructure explicitly design to being fault-tolerant and unlockable as possible to survive any critical scenario... Now it seems more a deep substrate of a modern mainframe... So deep that only few subject can really access it, all others are in their own hand...