GNU social JP
  • FAQ
  • Login
GNU social JPは日本のGNU socialサーバーです。
Usage/ToS/admin/test/Pleroma FE
  • Public

    • Public
    • Network
    • Groups
    • Featured
    • Popular
    • People

Conversation

Notices

  1. Embed this notice
    tech? no! man, see... (technomancy@icosahedron.website)'s status on Wednesday, 26-Jul-2023 09:13:36 JST tech? no! man, see... tech? no! man, see...
    • Matthew Lyon

    @mattly contagious improvement sounds awesome, maybe a little over-optimistic, but who knows? =)

    I'm running gotosocial for @technomancy@hey.hagelb.org and it's definitely rougher around the edges but the blocking functionality (from a user perspective) is roughly on par with mastodon; I don't know what mastodon is like from an admin perspective

    but the gotosocial devs have identified this as a serious weakness and a priority to improve for future versions

    In conversation Wednesday, 26-Jul-2023 09:13:36 JST from icosahedron.website permalink
    • Embed this notice
      tech? no! man, see... (technomancy@icosahedron.website)'s status on Wednesday, 26-Jul-2023 08:38:57 JST tech? no! man, see... tech? no! man, see...

      I must be missing something; there's got to be a way to filter your follows by domain so you can see what you'll lose when you block a domain, right? or are you supposed to just ... download the CSVs and grep it yourself?

      In conversation Wednesday, 26-Jul-2023 08:38:57 JST permalink
    • Embed this notice
      tech? no! man, see... (technomancy@icosahedron.website)'s status on Wednesday, 26-Jul-2023 08:44:01 JST tech? no! man, see... tech? no! man, see...
      • Matthew Lyon

      @mattly I have excellent instance admins so I while I completely believe the oft-repeated refrain of "mastodon's anti-abuse features are *sorely* lacking", I don't have very many opportunities to experience it firsthand myself

      In conversation Wednesday, 26-Jul-2023 08:44:01 JST permalink
    • Embed this notice
      tech? no! man, see... (technomancy@icosahedron.website)'s status on Wednesday, 26-Jul-2023 08:48:45 JST tech? no! man, see... tech? no! man, see...
      in reply to
      • guites

      @guites I have a weird branch of gotosocial that lets you write plugins in lua for filters and post modifications of arbitrary complexity (with sandboxing) but it's so daft that I'm afraid it would be very hard to justify mainlining

      In conversation Wednesday, 26-Jul-2023 08:48:45 JST permalink
    • Embed this notice
      guites (guites@bolha.us)'s status on Wednesday, 26-Jul-2023 08:48:46 JST guites guites
      in reply to

      @technomancy i really miss filters in general around here. Brb learning ruby

      In conversation Wednesday, 26-Jul-2023 08:48:46 JST permalink
    • Embed this notice
      tech? no! man, see... (technomancy@icosahedron.website)'s status on Wednesday, 26-Jul-2023 09:04:56 JST tech? no! man, see... tech? no! man, see...
      • Matthew Lyon

      @mattly yeeeeeah unfortunately I think the bottleneck for mastodon itself isn't necessarily labor so much as will to improve

      from what I hear I feel like if you were going to try to contribute improvements, you'd get a much bigger payoff/effort improving gotosocial even with its dramatically smaller userbase; otherwise you'd just spend all your time convincing maintainers that things need to improve

      maybe glitch-soc or hometown would be better? but again, dramatically smaller userbase

      In conversation Wednesday, 26-Jul-2023 09:04:56 JST permalink
    • Embed this notice
      tech? no! man, see... (technomancy@icosahedron.website)'s status on Wednesday, 26-Jul-2023 09:14:57 JST tech? no! man, see... tech? no! man, see...
      in reply to
      • Matthew Lyon

      @mattly I did run my weird plugin system for a while but I haven't kept it up to date with the latest releases and I wanted the new features more than the plugins

      if I had a strong use case for the plugins I'd be a lot more inclined to sink the work into maintenance but at this point it's mostly "I just think they're neat"

      In conversation Wednesday, 26-Jul-2023 09:14:57 JST permalink
    • Embed this notice
      tech? no! man, see... (technomancy@icosahedron.website)'s status on Wednesday, 26-Jul-2023 09:17:35 JST tech? no! man, see... tech? no! man, see...
      • Matthew Lyon

      @mattly as the fediverse grows and it becomes difficult for new users to find open-regs servers that actually take moderation seriously, I think/hope it's going to be come more and more common for friend groups to have small private invite-only easy-to-run servers like gotosocial

      that model just feels a lot more viable in the long run than 10k+ mega-instances with their constant admin burnout

      In conversation Wednesday, 26-Jul-2023 09:17:35 JST permalink
    • Embed this notice
      tech? no! man, see... (technomancy@icosahedron.website)'s status on Wednesday, 26-Jul-2023 13:48:25 JST tech? no! man, see... tech? no! man, see...
      in reply to
      • chris
      • guites

      @chris @guites uhhh well, it's more like .. hard to justify adding a 20kloc dependency to the upstream project for a feature that most people aren't going to use, and also hard to justify maintaining something like this in the long term without having it be accepted upstream because there will be a lot of breaking changes in mainline gts that will break it

      the fundamental idea itself isn't necessarily unsound, but it's a lot to ask of the upstream maintainers to accept it

      In conversation Wednesday, 26-Jul-2023 13:48:25 JST permalink
    • Embed this notice
      chris (chris@s.the-brannons.com)'s status on Wednesday, 26-Jul-2023 13:48:26 JST chris chris
      in reply to
      • guites
      @technomancy @guites What's daft about it?
      The concept (Go black-box extensible with Lua) sure sounds solid to me.
      As solid as extending my webserver (C black-box) with Lua. Is it the
      implementation?
      In conversation Wednesday, 26-Jul-2023 13:48:26 JST permalink
    • Embed this notice
      tech? no! man, see... (technomancy@icosahedron.website)'s status on Wednesday, 26-Jul-2023 13:50:45 JST tech? no! man, see... tech? no! man, see...
      in reply to
      • chris
      • guites

      @chris @guites not only is it a lot of code to add to the system, but the current implementation exposes implementation details of the way that posts are represented internally in gts

      I'd imagine that the maintainers of gts would want the freedom to change how they represent posts without worrying about breaking API compatibility with who-knows-what plugins out there people have written

      ideally there would be a supported long-term API for exposing this data, but that's also a big commitment for them and limits what they're able to do in a backwards-compatible way

      In conversation Wednesday, 26-Jul-2023 13:50:45 JST permalink
    • Embed this notice
      tech? no! man, see... (technomancy@icosahedron.website)'s status on Wednesday, 26-Jul-2023 14:36:19 JST tech? no! man, see... tech? no! man, see...
      in reply to
      • Prof Prachi Srivastava

      @prachisrivas I'm not an admin so in thin case it would only mean that users on that instance couldn't see posts from my own account

      In conversation Wednesday, 26-Jul-2023 14:36:19 JST permalink
    • Embed this notice
      Prof Prachi Srivastava (prachisrivas@masto.ai)'s status on Wednesday, 26-Jul-2023 14:36:20 JST Prof Prachi Srivastava Prof Prachi Srivastava
      in reply to

      @technomancy If one blocks a domain does that mean everyone on the instance you block it from no longer sees any account from that instance?

      In conversation Wednesday, 26-Jul-2023 14:36:20 JST permalink
    • Embed this notice
      wink (wink@sup.f5n.org)'s status on Thursday, 27-Jul-2023 00:31:26 JST wink wink
      in reply to
      • Matthew Lyon

      @technomancy @mattly What clients are you using with GTS? I used semaphore.social as a browser client but development seems to have stalled.

      In conversation Thursday, 27-Jul-2023 00:31:26 JST permalink

Feeds

  • Activity Streams
  • RSS 2.0
  • Atom
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.