Conversation
I just get so wordy
Show content

@BobWilliams I am glad you wrote about this because I feel similarly. I think for me, I've overextended myself and now I cannot keep up. There are too many people that I want to read and I haven't got enough time to do that.

I try to catch up later, but I can't see everything. I don't know if it's the server I'm on, or the settings I've chosen, or if this is just how Mastodon is, but I get far enough behind that I scroll down as far as I can and no more posts will load even though I'm not caught up in my reading.

Lists seem to scroll farther for me than the Home timeline, so I'm making an effort to add folks to lists. That way I can go back and see what I've missed.

Also, I have lately been using my lunch break to connect in person with folks I haven't spent a lot of time with lately, which means I'm not using that time as much for Mastodon (which is different than what I used to do, which was spend most of lunch catching up on Mastodon).

So I'm on here a little less just due to real-life stuff. I don't know if there is some kind of overall wave you could graph where a significant portion of Mastodon folks are going through something similar.

Also, I saw something recently that the graph that tracks new users and hourly posts dropped off significantly - I don't know if that means an instance went dark for a length of time or what happened, but it might have impacted folks you talk to here.

0
0
0

@BobWilliams i keep mini lists of groups that i check in with to hopefully make sure i don't lose track.

0
0
0

@BobWilliams for eom the bird place I found a sweet spot around 500. I *think* the sweet spot might be lower here given the overall engagement is more genuine.

0
0
0

@BobWilliams seems to be the case; maybe use more hashtags?

0
0
0

@BobWilliams I've begun to encounter the same. I think everyone has me on mute lol

0
0
0

@BobWilliams
My timeline is flowing pretty fast, making it difficult to keep up. I have a lot of active people.

0
0
0

@BobWilliams it's the trade off for not being on the birdsite.

0
0
0

@BobWilliams @JonChevreau

The more people I follow, more posts get skipped when I have to by-pass the 200 posts that arrived while I was having lunch.

That's something I've noticed but haven't felt the urge to cull the lists back down since the serendipity factor matters a lot to me.

I *do* follow a lot of hashtags, too, so I'm always finding more new people to follow.

1
0
0

@BobWilliams not really noticed that hash tags make a huge difference

0
0
0

@BobWilliams Hopefully, the people who interact with you on a regular basis are the understanding type, if you miss something. 🙂 Either way, the masto interaction is way better than I had on the bad bird site.

0
0
0

@BobWilliams Perhaps.. but I think I've got you beat hands-down on quantity. I was flat-out blocked by someone today because I boosted too many times and am just "looking for followers". 🤷

1
0
0

@BobWilliams I've been waiting a long time for a hit on Mastodon!

1
0
0

@nlowell @BobWilliams think it’s the law of diminishing returns

0
0
0
Welcome to Fedi level 2. Congratulations, you can now curate your timeline.

Consider:
a) a second account to split off specific interests that take up a lot of your timeline
b) muting some people for a while, it's not rude, it's effective
c) consider using RSS for read-only follows (e.g. news or bots) and get an RSS-reader
d) there must be people that post things you don't like, consider mute filtering by tags or keywords
0
0
0

@BobWilliams realizing I just mixed up corncob tv and the hot dog vacuum skits.

0
0
0

@BobWilliams On the other hand, when I posted about the incident I received a surprising amount of support so maybe we're not on mute, maybe people are just busy 😜

0
0
0

@BobWilliams @JonChevreau

Are you saying the honeymoon is over? 🤪

1
0
0

@nlowell @BobWilliams maybe we’re beyond the first date & thinking of going steady

0
0
0
@BobWilliams Definitely, not just you 🙂 I feel the same way and make a conscious effort to reduce the number of people I follow when my timeline starts becoming too busy …

I hit a point where I’ll feel as if I’m just drowning trying to keep up and that I’m mostly reading but not interacting. Then I try to cut down on the timeline (or move some people over to lists so that they don’t hit the main timeline) so that I have less stuff to deal with. Seems to improve things … at least for me …
0
0
0
@BobWilliams Happy to help in any way I can 🙂 I’ve been running some experiments myself in reducing my home timeline by filtering but only by way of customising my client app since the generally available apps don’t seem to have that feature.

I find lists much more useful now that I can filter out list members from my home timeline but somebody else said something which leads me to believe that other people might be disregarding the home timeline altogether (since they can’t filter by lists membership) and simply putting all of the people they are following into lists so that they only deal with lists.

Not sure if that’ll help you but just mentioning in case it does …
0
0
1
@BobWilliams Making changes at the instance end would be one way to set things up for a larger group of people I guess 🙂

For me, personally, there aren’t a lot of Fediverse implementations which have the features I want and the ones that do are implemented in programming languages that I’d have to learn, or the implementation itself is rather cumbersome, as is the case with Mastodon.

So I opted to do the changes at the client-end with specific client apps since that’s a little bit more manageable. That presents certain problems but less so than managing the server-side stuff to do things in an efficient way … at least for me.

Plus, if you get the client working right, you can use it to connect to any instance and so be able to move to a new server if you wanted, etc. 🙂
0
0
1
@BobWilliams I guess it might be possible to do something from the browser end but for that I’ve only explored things like writing a browser-based client in JavaScript 🙂

That’s probably the solution which would cater to most people since it should run on most (any?) platforms but it turned out that there wasn’t an existing pure JavaScript solution that I could leverage. I’d have to write all of it on my own. I got started but didn’t go beyond displaying a timeline since all the work that remained seemed too daunting and it was too long to wait for the payoff.

So I just found the best native (macOS) client that was open source, and modified it to add the features I wanted. But I’ll probably go back to the JavaScript client at some point since it should help a lot more people (possibly) …
0
0
1
@BobWilliams If you are on macOS, I’d be happy to post binaries in one of my GitHub repos so that you can try out the functionality now …

Otherwise, you’d have to wait till I get around to doing the JavaScript client 🙂 I don’t think I posted the source for it online since it’s way too early in development but if you’d like to play around with that, I can post the source for that on GitHub too …
0
0
1
@BobWilliams Sure 🙂 Will put up the JavaScript code on GitHub at some point today and let you know … It’s very basic at the moment but it will at least let you connect to an instance and see your home timeline. From there to filtering should be fairly straightforward since all you need to do is go through the fetched posts and figure out what you want to filter out … (hopefully) 😛
0
0
1
@BobWilliams If I don’t do something immediately, I (generally) forget to do it later … So I did a quick GitHub repo, added a README and updated the code. Here it is:

https://github.com/FahimF/FediJS

It used to run fine a few months back but apparently has issues now 😛 I did a few quick fixes to get it to show the login screen but can’t get beyond that at the moment since I originally did the development for a Mastodon instance and I’m now on Akkoma and Akkoma recently changed their auth mechanism.

I don’t know for a fact that that’s the issue but hopefully, if you are on Mastodon, it just works for you. Will take a look perhaps this weekend to see what the issue is but would be happy to discuss further if you run into issues too …
0
0
1
@BobWilliams Sure thing 🙂

I just like finding solutions and I do like knowing that a JS solution is there if I want it. So any poking around is not (just) for your sake 😛

There were a couple of more advanced JS clients that I took a look at but I think they either got too complicated coding wise or didn’t have the features I wanted. I like to keep things as simple as possible …

But in case it helps, here are the links to those too:

https://github.com/oken1/kurotodon

https://github.com/nolanlawson/pinafore

https://github.com/NickColley/semaphore
0
0
0