It seems a Norwegian crab island, Alltinget, has built a bridge to the bigger Scuttleverse. Lots of posts (and user manuals) written in Norwegian is coming through. Let's see where this goes.
Welcome, Norway!
It seems a Norwegian crab island, Alltinget, has built a bridge to the bigger Scuttleverse. Lots of posts (and user manuals) written in Norwegian is coming through. Let's see where this goes.
Welcome, Norway!
At a frist glance they do not seem to be friendly towards ‘foreign’ (i.e., non-Norwegian) posts: The user who calls himself Pål Gråbein (litt.: Paul Greyleg|Greybone) warns, in big letters in several posts against following any foreign pubs (‘lest you have your feed polluted’). If they are serious about this, they should probably consider building patchwork, or whatever client they're using, with a different network key.
@kas - dunno about you, but I'm getting the impression that person might be a nazi. unless google translate gives me the wrong impression, there seems to be a lot of antisemitism earlier in their feed.
Are their friends likely to be the same? :\
Yeah, I wasn't familiar with most of the writings they were talking about, but it's clear that they were mostly aimed at Jews, Zionism, and occult conspiracy bullshit. The last straw for me was this message about The Protocols of the Elders of Zion, which I've only seen circulated in antisemitic circles.
I'm planning to block their feed, delete their content, and decrease my hops to 2.
@happy0, to be honest, I don't know. I don't particularly like the tone of that person's latest posts but I haven't had the spoons to read through all of their posts. I guess time will tell.
Damn, they've made an all-Norwegian “Get started with Secure Scuttlebutt – in one easy lesson” homepage:
wait, is this person the same as @Yum511X...?
they were the first person blocked on ssb: %h/v/7x8..., %XlnB8hP..., %e28r+ve...
Looks like that's the guys, yes.
I'm curious to start visualizing the block graph in Gephi now that we have enough data on blocks.
Another Alltinget pub:
Another Greybone ID:
@kas Thanks for taking the time to keep us informed about the identities sharing this content, as well as their Norwegian-language website advertising ssb.
As far as I can tell, none of the content made it to my end of the scuttleverse -- and I'm syncing at three hops.
This is probably because I wasn't associated with the TickTack pub?
@ev, yes I guess the entry point was the TickTack pub. However, I blocked the original Alltinget pubs, Mr Greybone's IDs and the TickTack pubs, yet I saw the Alltinet pub and the Greybone ID that I reported today.
I think the new vector into the Norwegian crab island is @Daddy_Warbucks or in the vicinity thereof. They are friends with e.g., @zie.pub (693 friends), @pub_dinosaur_one (419 friends), @pub.heropunch.io (464 friends), and @pub_ticktack (117 friends), which gives a lot of exposure, and they are following 185 IDs, including several IDs from the Norwegian crab group.
It takes a lot of clicking around to see these connections. I wish it was possible to have some sort of realtime, clickable, graphical display of the social graph that would let you explore your connections and also block or follow people.
/me is cheering on @alanz to not give up on the ssb-explorer.
SQLite would be a boon!
maybe they got bit by one of the nazi zombies featured in this documentary?
https://www.imdb.com/title/tt1278340/
It takes a lot of clicking around to see these connections. I wish it was possible to have some sort of realtime, clickable, graphical display of the social graph that would let you explore your connections and also block or follow people. - @kas
Yes, this would be awesome. Or perhaps something similar to the LinkedIn feature where you see "You're connected to this person via this person and ... others"?
I wonder how hard this'd be to pull off with ssb-friends
...
@keks if someone wants to give me command line blocking commands I can run them. It's a bit of a chore though TBH.
Perhaps we need a better strategy.
I looked at one of those conspiracy posts that can through and it looked pretty exciting. Like Pharohs in Ireland... and Atlantis
Ireland - Land of the Pharaos (2005)
The Quest for Our Atlantean Legacy
@mix: If you can ssh into the pub, this should do:
sbot publish --type contact --blocking --contact "@pdJfCbCX6WJO2naIjKLEQImNm64TbZkUvhCeAL+U3Tw=.ed25519"
sbot publish --type contact --blocking --contact "@oiLoor+V21JZ9beFfKnAVVBq7XCrfTcKcVa4Zmn4XZw=.ed25519"
sbot publish --type contact --blocking --contact "@gSBr7YGt94RUXnjTg0J8tgky5xZHM+oAdc092bBMx/k=.ed25519"
I also made this script for tale:net a while back which uses the master
plugin/ssb-config array to allow others to do this without ssh shell access to the pub. It's ssb-client handling might need an overhaul, though.
Collecting tools like this into a pub runners toolbelt seems needed, though.
Might also be a good exercise (as in training and work) to integrate and test these: %sZvGodu...
forgot two.. lets make the above:
cat > /tmp/notsorry << EOF
@Uj/OsEL3ymapWPO1GUje/tOFkO8xTcT2aOcKBePLMbU=.ed25519
@INwxdkSDE5mRB7IUq1/kp0EFi2+G1AIk1sCygmBfxKM=.ed25519
@pdJfCbCX6WJO2naIjKLEQImNm64TbZkUvhCeAL+U3Tw=.ed25519
@oiLoor+V21JZ9beFfKnAVVBq7XCrfTcKcVa4Zmn4XZw=.ed25519
@gSBr7YGt94RUXnjTg0J8tgky5xZHM+oAdc092bBMx/k=.ed25519
EOF
cat /tmp/notsorry | while read id
do
sbot publish --type contact --blocking --contact "$id"
done
Shameless plug: See also ssb-utils, that has a block/unblock command.
Caveat: these utils are ripe for a rewrite (for various reasons), but I still find them more convenient to use than the lower level sbot
/sbotc
commands.
If you run sbot
on one or more pubs, and if you run a local sbot
(e.g. with patchfoo
), you can also install the ssb-identities
plugin on the local sbot
and let it know about the secret
files on your VPSes. That way you can locally issue commands on behalf of the remote sbots by using identities.publishAs()
instead of publish()
. I find this very handy. And one day when I'm bored I will incorporate this in ssb-utils
.
@rabble, I agree. For now:
Requirements
Installation
Copy src/ssb*
to a directory in your $PATH
and make sure they're excutable. The ssb
shell script works a bit like git
: To invoke e.g. ssb-block
, call ssb block
(note the missing hyphen), which makes it easy to add any subcommand written in any language to the suite.
Usage
Use
ssb command --help
for help on ssb-command
.
Example
$ ssb block --help
usage: ssb-block [-h] [-v] [-c] [-u] CONTACT [COMMENT [COMMENT ...]]
positional arguments:
CONTACT contact (i.e., pubkey)
COMMENT optional comment
optional arguments:
-h, --help show this help message and exit
-v, --version show version information and exit
-c, --copyright show copying policy and exit
-u, --unblock unblock, rather than block
Thanks for this %9eKEqGz... @cryptix BLOCKED!