[ landing / help / b / soy / mu / test / tech / x / p2p ] [ home / overboard ]

/help/

[C][1]
Anonymous4/5/2024, 3:31:25 AM#377fe937[Reply]

Guys, I'm new here. How do I run this on Tor?

8 replies omitted, click Reply to view.
Anonymous4/14/2024, 4:17:54 AM#88721a2d

Don't use Tor. It is illegal.

Anonymous4/14/2024, 6:00:36 AM#2a3a18a8

dont.jpeg, 69.30 kB

dont.jpeg

>>88721a2d same energy

Anonymous5/9/2024, 10:13:28 AM#16319a35

reposting this to reinsert it into the board specific fb


On ModerationAnonymous3/2/2024, 4:38:19 AM#33d452c6[Reply]

For moderation, you can delete and block posts yourself via the Control Panel. Just click one of the buttons, then click what you want to delete or block. But you can also go to your home page, and add the client Id's of other peers as moderators. Then, when one of these peers deletes something, your client will also register it as deleted. You can see your client ID on the bottom of the Control Panel on the right.

21 replies omitted, click Reply to view.
Anonymous3/20/2024, 5:12:52 PM#cc7a3ae5

>>85b487e8

>only hidden boards could be a wipe-safe harbor - unless all board names will be bruteforced to find survivors.

It's also possible to implement passwords for boards. Boards themselves are barebones right now (just being an address) actually the boards can also be fleshed out with different configurable properties, with configuration settings subject to the same type of moderation scheme as post deletion currently is. Users are free to alter their client or access control logic for this as well, so if you have lots of configuration divergence it could lead to "canonic splintering" of a given board's state type of thing, Even now the semi-hardcoded (in config/validation.json) max filesize is 4MB, but this could be made a board-specific setting (maybe would make more sense if each board has its own files pool in that case). However if you edit this yourself, you will be able to post larger files than 4MB, but other users won't consider those files valid unless they also increase their own allowed limit. >>cd3994cc

>But in a future it can be useful to know what exactly is being deleted and from which channel deletion is broadcasted

This can be logged and possibly stored somewhere. Under the hood Peerbit does mark items that have been explicitly deleted and doesn't just forget about them (there are two things it can do.. "delete" (erase and it was deleted), and "prune" (just erase the data)), but this isn't currently hooked up to the querying logic or anything. A way around that is to store it ourselves or at least log it in the console, or it's also possible to add this custom behavior into the Peerbit aspect of the code itself. >>40183b23 I'm gladdened. Hopefully we can figure out some sort of more simple anonymity solution that works nicely for our case as well so it's easier for people to do.

>Gladden can be governed only by advanced wipers lol

hehe :) >>86a58f5e Yeah... it's also definitely something it seems we have to accept the existence of, and in some cases I think this has already happened. But in a way it's just another form of life sort of thing, humans never truly existed in a vaccum in the sense of, we've always been influenced by and part of and embedded in nature, AI's or self-sustaining automated conversation/digital information transfer is maybe another network to be woven into the biosphere. I sometimes think about how much meaning is being transmitted by birds chirping and insects buzzing, maybe not as intuitively comprehensible to humans as the ones making the sounds themselves.

Anonymous3/21/2024, 5:58:15 AM#b68a576d

>>cc7a3ae5

>It's also possible to implement passwords for boards

Long enough board names are essentially passwords imo

>if you have lots of configuration divergence it could lead to "canonic splintering" of a given board's state type of thing

Anarchic standards generation, that would be cool

>but other users won't consider those files valid unless they also increase their own allowed limit

Maybe show file metadata even if file fails vaildation, so people would have reason to enlarge max filesize in their config

>Hopefully we can figure out some sort of more simple anonymity solution that works nicely for our case as well so it's easier for people to do.

I think just --proxy parameter for node would be good enough (nym and tor have local socks5 proxy ports) + people can use whatever connection chaining or mixnet system they're using for visiting gateways. Besides, data replication already messes with identification of original poster. By the way, is peerbit vulnerable for Sybil p2p attack (which is peer topology isolation)? I mean how isolation-proof it's peer discovery works, we have some hardcoded kickstart-peers to start discovery?

>I sometimes think about how much meaning is being transmitted by birds chirping

They could have some sort of consciousness https://www.cell.com/trends/cognitive-sciences/fulltext/S1364-6613(20)30192-3 + https://fcmconference.org/img/CambridgeDeclarationOnConsciousness.pdf Anyway, AI is directly affecting intellectual side of our existence, which was something unprecedented.

Anonymous3/22/2024, 9:19:26 PM#6d7a6224

>>b68a576d

>I think just --proxy parameter for node would be good enough (nym and tor have local socks5 proxy ports) + people can use whatever connection chaining or mixnet system they're using for visiting gateways.

This would be nice. I'm looking into it recently, there should be some sort of setting in the libp2p node to dial things through a given proxy port...

>I mean how isolation-proof it's peer discovery works, we have some hardcoded kickstart-peers to start discovery?

Yeah there are public bootstrap nodes that we use currently. There is also a "direct dial" option on the /home page but its a little tricky to use and you need to have the ports opened/forwarded properly for the node being dialed. But you could use this to connect to "non-public" bootstrap nodes as well and possibly have subnetworks of peers.


[C][1]