summaryrefslogtreecommitdiffstats
path: root/gitlab-and-OStatus.rst
blob: f714654a622c87a63025eaf4888bff7d00637250 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
On GitLab growing an OStatus extension
#######################################

:date: 2016-05-02T12:00:14+0200
:category: computer
:tags: blogcomment, OStatus, ourcloud, gitlab, reinvent

Finally, this `issue ticket`_ gave me the opportunity to write
what I think about `OStatus`_. So, I did_.

#. http://www.joelonsoftware.com/articles/fog0000000018.html -- I am
   sorry, if you like OStatus, but it is the most insane open source
   example of this disease. After the astro design, we have no working
   and stable platform for the thing.

   There was old identi.ca, which was scrapped (I know more
   polite term is "moved to GNU/Social", yeah … how many users of
   this social software there is? And yes, I know, the protocol
   is named differently, but it is just another version of the
   same thing from my point of view), and pump.io, which is … I
   have just upgraded my instance to see whether I can write
   honestly that it is a well working proprietary (meaning, used
   by one implementation by the author of the protocol only)
   distributed network, and no, `it is broken`_.

   And even if the damned thing worked, it would not offer me the
   functionality I really want: which is to connect with my real
   friends, who are all on Twitter, Facebook, or even some on G+.
   Heck, pump.io would be useless even these friends were on
   Diaspora (no, they are not, nobody is there). So, yes, if you
   want something which is useless, go and write ``OStatus``
   component.

#. I don't know what happens when we want to share issues, etc. I don't
   know and I don't care (for example, it seems to me that issues are
   something which is a way more linked to one particular project). And
   yes, I am the reporter of
   https://bugzilla.mozilla.org/show_bug.cgi?id=719725 (and author of
   http://article.gmane.org/gmane.linux.redhat.fedora.devel/79936/), and
   I think that it is impossible to do it. At least, nobody have managed
   to do it and it was not for the lack of trying. How is that OpenID or
   other federated identity doing?

   Besides, `Do The Simplest Thing That Could Possibly Work`_
   because `You Aren’t Gonna Need It`_ . I vote for `git
   request-pull(1)`_ parser. And, no, not just sending an URL in
   HTTP GET, I would like to see that button (when the comment is
   recognized as being parseable) next to the comment with the
   plain text output of ``git request-pull``.

#. Actually, ``git request-pull(1)`` parser not only follows
   YAGNI, but it also in a loving way steps around the biggest
   problem of all federated solution: broken or missing federated
   identity.

.. _`issue ticket`:
    https://gitlab.com/gitlab-org/gitlab-ce/issues/4013

.. _OStatus:
    https://en.wikipedia.org/wiki/OStatus

.. _did:
    https://gitlab.com/gitlab-org/gitlab-ce/issues/4013#note_9222740
   
.. _`it is broken`:
    https://pump.ceplovi.cz/

.. _`Do The Simplest Thing That Could Possibly Work`:
	http://c2.com/cgi/wiki?DoTheSimplestThingThatCouldPossiblyWork

.. _`You Aren’t Gonna Need It`:
	http://c2.com/cgi/wiki?YouArentGonnaNeedIt

.. _`git request-pull(1)`:
    https://www.git-scm.com/docs/git-request-pull