From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: koder33 Newsgroups: gmane.emacs.devel Subject: Re: Gitlab Migration Date: Sat, 11 Sep 2021 08:48:59 +0000 Message-ID: References: Reply-To: koder33 Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="4245"; mail-complaints-to="usenet@ciao.gmane.io" To: "emacs-devel@gnu.org" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Sep 11 10:50:15 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mOyiE-0000uf-Px for ged-emacs-devel@m.gmane-mx.org; Sat, 11 Sep 2021 10:50:14 +0200 Original-Received: from localhost ([::1]:46768 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mOyiD-0001B7-Bn for ged-emacs-devel@m.gmane-mx.org; Sat, 11 Sep 2021 04:50:13 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:47928) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mOyhA-0000UB-E2 for emacs-devel@gnu.org; Sat, 11 Sep 2021 04:49:08 -0400 Original-Received: from mail-0301.mail-europe.com ([188.165.51.139]:45813) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mOyh8-0005Te-IB for emacs-devel@gnu.org; Sat, 11 Sep 2021 04:49:07 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1631350140; bh=V4CO2rrfxVlTDDeuC9s7/ghX7C6bZO/J4DXYAAjsfDc=; h=Date:To:From:Reply-To:Subject:In-Reply-To:References:From; b=LyujplhEYEy65pXqLUzWxzxteVUtc6TS0ueh4E/5YqHGFWc9KF8yvl+0SOZKcqqVD ZMJRx47MSHQgT/r6RdVGJyK0y1dd5gqvxUsQRep2sCmKxryTBM71fnK6hQ+pqoiNct Q6Q8KprRZ9rChTmVGa/lePt6lzyIGlvIouPQRKjc= In-Reply-To: Received-SPF: pass client-ip=188.165.51.139; envelope-from=koder33@protonmail.com; helo=mail-0301.mail-europe.com X-Spam_score_int: -15 X-Spam_score: -1.6 X-Spam_bar: - X-Spam_report: (-1.6 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_ENVFROM_END_DIGIT=0.25, FREEMAIL_FROM=0.001, FREEMAIL_REPLYTO_END_DIGIT=0.25, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:274541 Archived-At: Just reply to my own post for completeness. "Client part" can be implemented as an add-on/module in emacs itself; even = with lisp. "Server part" just provide a bunch of api to communicate. Feel free to choose an app layer protocol (http, https, others ...) for com= munication; even raw ip socket as they best fit. BTW: How about other projects under the GNU/FSF umbrella wrt "forge" things= . How about unifying all member project into one 'server'/'server api' then u= se emacs with mentioned add-on(s) as client to manage everything wrt forge. One add-on for e-mail things, one for vcs/scm backend and one for instant m= essaging :P Sounds crazy? Posting just FYI. If counts as noise pardon me. =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 Original Me= ssage =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 On Friday, September 10th, 2021 at 9:53 PM, koder33 wrote: > hi. Just come here to drop a brillant idea as one more option: Write your= own server-client app. > > Pros: > > - Really not need to go beyond above 3-5k LOC. > - Its needs written with C language. Available eveywhere. > - No JS problem from the beginning. > - No spam message or spam account. > - No needs for an e-mail account. > - Client part as cli or basic curses/dialog like tui. Available everwhe= re, even a system composed only kernel + busybox. > - Its generic. Available for everyone/every other project to host own p= roject. > - Offers 100% control w.r.t security, privacy. > - Low maintenance burden for admins, project leaders. > - Low maintenance burden for its own developer. > - Easy to use for user. Single click/press to fork, make patch, MR, com= mit ... > - Feel free to use git, hg ... as backend. Or rool your own. > - So on. > - Really so on. > > Cons: > - Someone has to write. > - No fancy, no loby, no eyecandy.