how
@how@socialhub.activitypub.rocks
- Comment on SocialHub administration 5 weeks ago:
@trwnh is now an administrator of this site. Please @silverpill, see with @trwnh if you want to team up. I’ll probably be unavailable for another while.
- Comment on SocialHub administration 5 weeks ago:
I hear you. I came here because I read Why the social web must work together - Mastodon Blog and saw no mention of the SocialHub. So I thought I should give an eye. I ended up upgrading the software (15 commits behind on the ActivityPub plugin) and cleaning up the review queue. Since there are 3 admins and a handful of moderators, I guess more active admins are required. I have handed over this forum long ago, but I’m still keeping the lights on. Go figure.
I’d rather have you with a keyring since you’re already at home.
- Comment on SocialHub administration 5 weeks ago:
Hi @silverpill would you like admin?
Same question to you @trwnh. You’re both the most intensive users. :slight_smile:
- Comment on About The Fediverse report 11 months ago:
Since @laurens moved the Fediverse Report to https://connectedplaces.online, we’ve been losing the thread since #122. Only a mention of #129 by @jdp23 caught my eye. I hope we can resume with the missing items.
- Comment on About Discourse 1 year ago:
Here is the result:
rake activity_pub:process...
[Discourse Activity Pub] discourse@socialhub.activitypub.rocks started processing the activities of activitypub@meta.discourse.org. [Discourse Activity Pub] Created 4 actors. [Discourse Activity Pub] Updated 2 actors. [Discourse Activity Pub] Created 5 users. [Discourse Activity Pub] Updated 1 user. rake aborted! ActiveRecord::RecordNotUnique: PG::UniqueViolation: ERROR: duplicate key value violates unique constraint "unique_activity_pub_actor_models" (ActiveRecord::RecordNotUnique) DETAIL: Key (model_type, model_id)=(User, 939) already exists. /var/www/discourse/vendor/bundle/ruby/3.3.0/gems/rack-mini-profiler-3.3.1/lib/patches/db/pg.rb:69:in `exec_params' /var/www/discourse/vendor/bundle/ruby/3.3.0/gems/rack-mini-profiler-3.3.1/lib/patches/db/pg.rb:69:in `exec_params' /var/www/discourse/vendor/bundle/ruby/3.3.0/gems/activerecord-7.2.2.1/lib/active_record/connection_adapters/postgresql_adapter.rb:894:in `block (2 levels) in exec_no_cache' /var/www/discourse/vendor/bundle/ruby/3.3.0/gems/activerecord-7.2.2.1/lib/active_record/connection_adapters/abstract_adapter.rb:1004:in `block in with_raw_connection' /var/www/discourse/vendor/bundle/ruby/3.3.0/gems/activesupport-7.2.2.1/lib/active_support/concurrency/null_lock.rb:9:in `synchronize' /var/www/discourse/vendor/bundle/ruby/3.3.0/gems/activerecord-7.2.2.1/lib/active_record/connection_adapters/abstract_adapter.rb:976:in `with_raw_connection' /var/www/discourse/vendor/bundle/ruby/3.3.0/gems/activerecord-7.2.2.1/lib/active_record/connection_adapters/postgresql_adapter.rb:893:in `block in exec_no_cache' /var/www/discourse/vendor/bundle/ruby/3.3.0/gems/activesupport-7.2.2.1/lib/active_support/notifications/instrumenter.rb:58:in `instrument' /var/www/discourse/vendor/bundle/ruby/3.3.0/gems/activerecord-7.2.2.1/lib/active_record/connection_adapters/abstract_adapter.rb:1119:in `log' /var/www/discourse/vendor/bundle/ruby/3.3.0/gems/activerecord-7.2.2.1/lib/active_record/connection_adapters/postgresql_adapter.rb:892:in `exec_no_cache' /var/www/discourse/vendor/bundle/ruby/3.3.0/gems/activerecord-7.2.2.1/lib/active_record/connection_adapters/postgresql_adapter.rb:872:in `execute_and_clear' /var/www/discourse/vendor/bundle/ruby/3.3.0/gems/activerecord-7.2.2.1/lib/active_record/connection_adapters/postgresql/database_statements.rb:66:in `internal_exec_query' /var/www/discourse/vendor/bundle/ruby/3.3.0/gems/activerecord-7.2.2.1/lib/active_record/connection_adapters/abstract/database_statements.rb:177:in `exec_insert_all' /var/www/discourse/vendor/bundle/ruby/3.3.0/gems/activerecord-7.2.2.1/lib/active_record/connection_adapters/abstract/query_cache.rb:27:in `exec_insert_all' /var/www/discourse/vendor/bundle/ruby/3.3.0/gems/activerecord-7.2.2.1/lib/active_record/insert_all.rb:54:in `execute' /var/www/discourse/vendor/bundle/ruby/3.3.0/gems/activerecord-7.2.2.1/lib/active_record/insert_all.rb:13:in `block in execute' /var/www/discourse/vendor/bundle/ruby/3.3.0/gems/activerecord-7.2.2.1/lib/active_record/connection_adapters/abstract/connection_pool.rb:415:in `with_connection' /var/www/discourse/vendor/bundle/ruby/3.3.0/gems/activerecord-7.2.2.1/lib/active_record/connection_handling.rb:296:in `with_connection' /var/www/discourse/vendor/bundle/ruby/3.3.0/gems/activerecord-7.2.2.1/lib/active_record/insert_all.rb:12:in `execute' /var/www/discourse/vendor/bundle/ruby/3.3.0/gems/activerecord-7.2.2.1/lib/active_record/relation.rb:904:in `upsert_all' /var/www/discourse/vendor/bundle/ruby/3.3.0/gems/activerecord-7.2.2.1/lib/active_record/querying.rb:24:in `upsert_all' /var/www/discourse/plugins/discourse-activity-pub/lib/discourse_activity_pub/bulk/process.rb:265:in `create_users_from_actors' /var/www/discourse/plugins/discourse-activity-pub/lib/discourse_activity_pub/bulk/process.rb:156:in `process_users' /var/www/discourse/plugins/discourse-activity-pub/lib/discourse_activity_pub/bulk/process.rb:41:in `perform' /var/www/discourse/plugins/discourse-activity-pub/lib/discourse_activity_pub/bulk/process.rb:51:in `perform' /var/www/discourse/plugins/discourse-activity-pub/lib/tasks/activity_pub.rake:129:in `block in <main>' /usr/local/bin/bundle:25:in `load' /usr/local/bin/bundle:25:in `<main>' Caused by: PG::UniqueViolation: ERROR: duplicate key value violates unique constraint "unique_activity_pub_actor_models" (PG::UniqueViolation) DETAIL: Key (model_type, model_id)=(User, 939) already exists. /var/www/discourse/vendor/bundle/ruby/3.3.0/gems/rack-mini-profiler-3.3.1/lib/patches/db/pg.rb:69:in `exec_params' /var/www/discourse/vendor/bundle/ruby/3.3.0/gems/rack-mini-profiler-3.3.1/lib/patches/db/pg.rb:69:in `exec_params' /var/www/discourse/vendor/bundle/ruby/3.3.0/gems/activerecord-7.2.2.1/lib/active_record/connection_adapters/postgresql_adapter.rb:894:in `block (2 levels) in exec_no_cache' /var/www/discourse/vendor/bundle/ruby/3.3.0/gems/activerecord-7.2.2.1/lib/active_record/connection_adapters/abstract_adapter.rb:1004:in `block in with_raw_connection' /var/www/discourse/vendor/bundle/ruby/3.3.0/gems/activesupport-7.2.2.1/lib/active_support/concurrency/null_lock.rb:9:in `synchronize' /var/www/discourse/vendor/bundle/ruby/3.3.0/gems/activerecord-7.2.2.1/lib/active_record/connection_adapters/abstract_adapter.rb:976:in `with_raw_connection' /var/www/discourse/vendor/bundle/ruby/3.3.0/gems/activerecord-7.2.2.1/lib/active_record/connection_adapters/postgresql_adapter.rb:893:in `block in exec_no_cache' /var/www/discourse/vendor/bundle/ruby/3.3.0/gems/activesupport-7.2.2.1/lib/active_support/notifications/instrumenter.rb:58:in `instrument' /var/www/discourse/vendor/bundle/ruby/3.3.0/gems/activerecord-7.2.2.1/lib/active_record/connection_adapters/abstract_adapter.rb:1119:in `log' /var/www/discourse/vendor/bundle/ruby/3.3.0/gems/activerecord-7.2.2.1/lib/active_record/connection_adapters/postgresql_adapter.rb:892:in `exec_no_cache' /var/www/discourse/vendor/bundle/ruby/3.3.0/gems/activerecord-7.2.2.1/lib/active_record/connection_adapters/postgresql_adapter.rb:872:in `execute_and_clear' /var/www/discourse/vendor/bundle/ruby/3.3.0/gems/activerecord-7.2.2.1/lib/active_record/connection_adapters/postgresql/database_statements.rb:66:in `internal_exec_query' /var/www/discourse/vendor/bundle/ruby/3.3.0/gems/activerecord-7.2.2.1/lib/active_record/connection_adapters/abstract/database_statements.rb:177:in `exec_insert_all' /var/www/discourse/vendor/bundle/ruby/3.3.0/gems/activerecord-7.2.2.1/lib/active_record/connection_adapters/abstract/query_cache.rb:27:in `exec_insert_all' /var/www/discourse/vendor/bundle/ruby/3.3.0/gems/activerecord-7.2.2.1/lib/active_record/insert_all.rb:54:in `execute' /var/www/discourse/vendor/bundle/ruby/3.3.0/gems/activerecord-7.2.2.1/lib/active_record/insert_all.rb:13:in `block in execute' /var/www/discourse/vendor/bundle/ruby/3.3.0/gems/activerecord-7.2.2.1/lib/active_record/connection_adapters/abstract/connection_pool.rb:415:in `with_connection' /var/www/discourse/vendor/bundle/ruby/3.3.0/gems/activerecord-7.2.2.1/lib/active_record/connection_handling.rb:296:in `with_connection' /var/www/discourse/vendor/bundle/ruby/3.3.0/gems/activerecord-7.2.2.1/lib/active_record/insert_all.rb:12:in `execute' /var/www/discourse/vendor/bundle/ruby/3.3.0/gems/activerecord-7.2.2.1/lib/active_record/relation.rb:904:in `upsert_all' /var/www/discourse/vendor/bundle/ruby/3.3.0/gems/activerecord-7.2.2.1/lib/active_record/querying.rb:24:in `upsert_all' /var/www/discourse/plugins/discourse-activity-pub/lib/discourse_activity_pub/bulk/process.rb:265:in `create_users_from_actors' /var/www/discourse/plugins/discourse-activity-pub/lib/discourse_activity_pub/bulk/process.rb:156:in `process_users' /var/www/discourse/plugins/discourse-activity-pub/lib/discourse_activity_pub/bulk/process.rb:41:in `perform' /var/www/discourse/plugins/discourse-activity-pub/lib/discourse_activity_pub/bulk/process.rb:51:in `perform' /var/www/discourse/plugins/discourse-activity-pub/lib/tasks/activity_pub.rake:129:in `block in <main>' /usr/local/bin/bundle:25:in `load' /usr/local/bin/bundle:25:in `<main>' Tasks: TOP => activity_pub:process (See full trace by running task with --trace) - Comment on About The Fediverse report 2 years ago:
- Submitted 2 years ago to fediversereport@socialhub.activitypub.rocks | 2 comments
- Comment on Fediverse logo or icon proposal 5 years ago:
It’s a nice one! I contacted Eukombos to ask for more of it :slight_smile: – and put it as category logo for #fediversity.