Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > rocksolid.programming > #219 > unrolled thread

The next bridge

Started byAnonymous <poster@anon.com>
First post2021-01-06 08:17 -0800
Last post2021-01-12 09:33 -0800
Articles 11 — 3 participants

Back to article view | Back to rocksolid.programming


Contents

  The next bridge Anonymous <poster@anon.com> - 2021-01-06 08:17 -0800
    Re: The next bridge Retro Guy <retro_guy@retrobbs.rocksolidbbs.com> - 2021-01-06 16:15 -0700
    Re: the next bridge Anonymous <poster@anon.com> - 2021-01-07 06:31 -0800
      Re: the next bridge Retro Guy <retro_guy@retrobbs.rocksolidbbs.com> - 2021-01-08 00:14 -0700
    Re: The next bridge Anonymous <poster@anon.com> - 2021-01-08 09:26 -0800
      Re: The next bridge retro.guy@rocksolidbbs.com (Retro Guy) - 2021-01-10 11:27 +0000
    Re: the next bridge Anonymous <poster@anon.com> - 2021-01-10 05:47 -0800
      Re: the next bridge retro.guy@rocksolidbbs.com (Retro Guy) - 2021-01-10 23:20 +0000
    Re: The next bridge Anonymous <poster@anon.com> - 2021-01-10 11:08 -0800
    Re: The next bridge Anonymous <poster@anon.com> - 2021-01-10 23:39 -0800
    None Anonymous <poster@anon.com> - 2021-01-12 09:33 -0800

#219 — The next bridge

FromAnonymous <poster@anon.com>
Date2021-01-06 08:17 -0800
SubjectThe next bridge
Message-ID<code.665.4ckspi@anon.com>
The next bridge that we build should go from nntp to one of the those:
https://the-federation.info/
Would be awesome to have rocksolid in the fediverse. And with all the code existing already for servers, (including a wordpress plugin, apparently), it shouldn't be too hard to implement.

Thoughts ?

cheers

trw

-- 
Posted on def2

[toc] | [next] | [standalone]


#220

FromRetro Guy <retro_guy@retrobbs.rocksolidbbs.com>
Date2021-01-06 16:15 -0700
Message-ID<20210106161559.4fce6053@desktop14.dt>
In reply to#219
On Wed, 06 Jan 2021 08:17:24 -0800
Anonymous <poster@anon.com> wrote:

> The next bridge that we build should go from nntp to one of the those:
> https://the-federation.info/
> Would be awesome to have rocksolid in the fediverse. And with all the
> code existing already for servers, (including a wordpress plugin,
> apparently), it shouldn't be too hard to implement.

It looks like activity streams standard is what is used. I'm not sure,
it's new to me but I think so:
https://www.w3.org/TR/activitystreams-core/

If it can be implemented without adding yet another language
requirement (I'd rather stick with php on my end), it would be a nice
project to pursue.

Using JSON, I don't think it would be hard to add this support to
rslight nntp server, maybe keeping it out of the actual forum interface
entirely. Not sure.

If we implement on just the server, nodes could use it without
changes. Of course they would need rslight nntp server to connect to.

This is just me thinking out loud right now, but it's interesting.

Retro Guy

[toc] | [prev] | [next] | [standalone]


#221

FromAnonymous <poster@anon.com>
Date2021-01-07 06:31 -0800
Message-ID<code.667.1b9plv@anon.com>
In reply to#219
>If it can be implemented without adding yet 
>another language requirement (I'd rather stick 
>with php on my  end), it would be a nice project 
>to pursue.

I believe wordpress is written entirely in php. If there is a plugin for it to make it into an activity-pub, that should make it easy to implement the protocol for rslight, fudforum or vichan. Well "easy"....it would be a lot of work for sure, but at least the code is all there already...:
https://wordpress.org/plugins/activitypub/
https://github.com/pfefferle/wordpress-activitypub

-- 
Posted on def2

[toc] | [prev] | [next] | [standalone]


#222

FromRetro Guy <retro_guy@retrobbs.rocksolidbbs.com>
Date2021-01-08 00:14 -0700
Message-ID<20210108001430.7ca8b191@desktop14.dt>
In reply to#221
On Thu, 07 Jan 2021 06:31:27 -0800
Anonymous <poster@anon.com> wrote:

> I believe wordpress is written entirely in php. If there is a plugin
> for it to make it into an activity-pub, that should make it easy to
> implement the protocol for rslight, fudforum or vichan. Well
> "easy"....it would be a lot of work for sure, but at least the code
> is all there already...: https://wordpress.org/plugins/activitypub/
> https://github.com/pfefferle/wordpress-activitypub

I've downloaded the plugin and am reading through the code. This might
be the best place to start, but it'll take a while to understand what
I'm reading, lol. Meanwhile, I'm looking around for something simpler
(not OOP) as a guide.

[toc] | [prev] | [next] | [standalone]


#223

FromAnonymous <poster@anon.com>
Date2021-01-08 09:26 -0800
Message-ID<code.669.n5u52@anon.com>
In reply to#219
>>f680129f142b4b051f
wow, I'm impressed at the speed...lol, I was just throwing out an idea...:-)
>but it'll take a while to understand what
I'm reading,
if you want to read it all, that will take some time alone....plus you have to have a rough understanding of the wp frame work too.
i think the easiest way to understand the thing for me would be to make a full installation and play with it in its native environment before trying to plug it into my own code. might even be the easiest option for a production server too.
but it will take me a while before i will come around to do that. so I appreciate any exploration that you do on your end. :-)
I do believe though that the fediverse is the thing that will eventually replace all the big corp central sites as well as their smaller still centralized copies. or a bit more carefully phrased: it has the potential to do so, and the timing is good (it is new enough to be interesting to many, and mature enough to scale and perform, it is 100% compatible with both tor and i2p, and there is really nice server software out there. also, many accounts are currently closed on the big corps sites, so people of all ways and directions will to try to migrate to something else).
In effect, I believe that it is only a rewrite of the news protocol (like history repeating itself), but everything is a bit more glossy, polished and up to date on the code side. also easier to run, apparently. optically and functionally more in line with the younger folks, using cell phones and such nonsense :-) (don't know if that is good thing :-), nah, only kidding....
so there, I think i will spend some time with that this year.

-- 
Posted on def2

[toc] | [prev] | [next] | [standalone]


#224

Fromretro.guy@rocksolidbbs.com (Retro Guy)
Date2021-01-10 11:27 +0000
Message-ID<48346f2b01fa38a7c6f860a54f00fd75$1@news.novabbs.org>
In reply to#223
Anonymous wrote:

>>>f680129f142b4b051f
> wow, I'm impressed at the speed...lol, I was just throwing out an idea...:-)
>>but it'll take a while to understand what
> I'm reading,
> if you want to read it all, that will take some time alone....plus you have to have a rough understanding of the wp frame work too.
> i think the easiest way to understand the thing for me would be to make a full installation and play with it in its native environment before trying to plug it into my own code. might even be the easiest option for a production server too.
> but it will take me a while before i will come around to do that. so I appreciate any exploration that you do on your end. :-)

This looks like it might be easier (for me) to work with. activitypub without the wordpress specifics: https://github.com/landrok/activitypub

At some point, I'd like to create two instances and see if I can get them to communicate properly. I'm thinking more as a nntp<=>activity streams thing, not rslight specific (but I'd use the rslight nntp code to work on it). Just my thoughts as of right now :)

> I do believe though that the fediverse is the thing that will eventually replace all the big corp central sites as well as their smaller still centralized copies. or a bit more carefully phrased: it has the potential to do so, and the timing is good (it is new enough to be interesting to many, and mature enough to scale and perform, it is 100% compatible with both tor and i2p, and there is really nice server software out there. also, many accounts are currently closed on the big corps sites, so people of all ways and directions will to try to migrate to something else).

I agree completely.

> In effect, I believe that it is only a rewrite of the news protocol (like history repeating itself), but everything is a bit more glossy, polished and up to date on the code side. also easier to run, apparently. optically and functionally more in line with the younger folks, using cell phones and such nonsense :-) (don't know if that is good thing :-), nah, only kidding....
> so there, I think i will spend some time with that this year.

Damn youngsters :)

-- 
Posted on Rocksolid Light
news.novabbs.org

[toc] | [prev] | [next] | [standalone]


#225

FromAnonymous <poster@anon.com>
Date2021-01-10 05:47 -0800
Message-ID<code.671.1rllyi@anon.com>
In reply to#219
>>54d7f378f4481feace
case in point:
https://www.theguardian.com/us-news/2021/jan/10/apple-suspends-parler-from-app-store
Federated services is the way to go when big corps is shutting you down.

-- 
Posted on def2

[toc] | [prev] | [next] | [standalone]


#227

Fromretro.guy@rocksolidbbs.com (Retro Guy)
Date2021-01-10 23:20 +0000
Message-ID<56f65b0f7b352d63b3ad812208cfa779$1@news.novabbs.org>
In reply to#225
Anonymous wrote:

>>>54d7f378f4481feace
> case in point:
> https://www.theguardian.com/us-news/2021/jan/10/apple-suspends-parler-from-app-store
> Federated services is the way to go when big corps is shutting you down.

Usenet is federated, but I don't think that it will be used by most for this reason. Most usenet users are probably google groups users who most likely don't know that the data is spread around and shared.

Connecting with these newer modern methods of federation I think is necessary, but no reason to drop usenet at all in the process. The more difficult to shut things down the better.

-- 
Posted on Rocksolid Light
news.novabbs.org

[toc] | [prev] | [next] | [standalone]


#226

FromAnonymous <poster@anon.com>
Date2021-01-10 11:08 -0800
Message-ID<code.672.35pore@anon.com>
In reply to#219
>>40f1b4c11099257759
>https://github.com/landrok/activitypub
Some more resources I found:
https://fediverse.party/en/miscellaneous
https://socialhub.activitypub.rocks/pub/guide-for-new-activitypub-implementers
https://writefreely.org/start
https://codeberg.org/zot/zap.git
https://github.com/emilebosch/awesome-fediverse

-- 
Posted on def2

[toc] | [prev] | [next] | [standalone]


#228

FromAnonymous <poster@anon.com>
Date2021-01-10 23:39 -0800
Message-ID<code.674.1thfnu@anon.com>
In reply to#219
>>87bae213dd3451fe65
>but no reason to drop usenet at all in the process
Of course not, why would we drop something that is working nicely ?

-- 
Posted on def2

[toc] | [prev] | [next] | [standalone]


#230 — None

FromAnonymous <poster@anon.com>
Date2021-01-12 09:33 -0800
SubjectNone
Message-ID<code.677.40yzdv@anon.com>
In reply to#219
>>63264dfe1f328bcdd3
another one: https://blog.twitter.com/en_us/topics/company/2021/protecting--the-conversation-following-the-riots-in-washington--.html

"Since Friday, more than 70,000 accounts have been suspended as a result of our efforts, with many instances of a single individual operating numerous accounts. These accounts were engaged in sharing harmful QAnon-associated content"

Not that I will miss QAnon content in any way, mind you. However even if this decision might be right on a factual basis, it is more that the big corporations decide what can and cannot be published which is worrying me.
Of course, I would have censored them as well on my nodes, most probably, but at least here there wouldn't have been 70k accounts before any reaction on my part.
anyway, the need for selfhosted, federated solutions is growing day by day.....

-- 
Posted on def2

[toc] | [prev] | [standalone]


Back to top | Article view | rocksolid.programming


csiph-web