#bigbone — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #bigbone, aggregated by home.social.
-
Altamira – delayed boosting
Last week, Seth Larson published some ideas about being smart when "boosting", which is Mastodon's term for reblogging content and thus making it visible to your own followers. The original article can be found here, but my key takeaways are the following: Considering a single account, it is preferable for boosts performed by this account to be spread out over time. If they aren't, they will only happen when the account owner is currently active, and thus likely won't reach other users in other timezones. The boosts will also be clustered in everyone's timeline - and no one wants to see a dozen boosts by the same person in a row. Considering a single piece of content that gets boosted, it is again preferable if not all of its boosts happen at the same time but over the course of a day or two, so that it might reach a bigger audience, and reactions such as replies get spread out a bit as well. Seth's suggestion is to implement functionality in Mastodon clients to boost eventually instead of immediately - and I couldn't help picking up that idea for the app I'm experimenting with. […] -
I seems @bocops and I have found a new name for the current #BigBone project: It's "yuki", that's it. It's Japanese and means "snow". I like the name because it is short, easy to remember. Furthermore, our library originates from the #mastodon4j project, whose author is also japanese.
So far I have not found any negative interpretation of this word.
-
I seems @bocops and I have found a new name for the current #BigBone project: It's "yuki", that's it. It's Japanese and means "snow". I like the name because it is short, easy to remember. Furthermore, our library originates from the #mastodon4j project, whose author is also japanese.
So far I have not found any negative interpretation of this word.
-
I seems @bocops and I have found a new name for the current #BigBone project: It's "yuki", that's it. It's Japanese and means "snow". I like the name because it is short, easy to remember. Furthermore, our library originates from the #mastodon4j project, whose author is also japanese.
So far I have not found any negative interpretation of this word.
-
I seems @bocops and I have found a new name for the current #BigBone project: It's "yuki", that's it. It's Japanese and means "snow". I like the name because it is short, easy to remember. Furthermore, our library originates from the #mastodon4j project, whose author is also japanese.
So far I have not found any negative interpretation of this word.
-
I seems @bocops and I have found a new name for the current #BigBone project: It's "yuki", that's it. It's Japanese and means "snow". I like the name because it is short, easy to remember. Furthermore, our library originates from the #mastodon4j project, whose author is also japanese.
So far I have not found any negative interpretation of this word.
-
Also, thanks to a new #BigBone snapshot, it is now possible to temporarily filter a hashtag, which will remove all posts containing it from the home timeline for a week.
This could be especially useful for event-style #hashtags that one might want to avoid while the event takes place, like the recent Eurovision Song Contest - or it could be a specific topic that a followed news account likes to post about.
-
Also, thanks to a new #BigBone snapshot, it is now possible to temporarily filter a hashtag, which will remove all posts containing it from the home timeline for a week.
This could be especially useful for event-style #hashtags that one might want to avoid while the event takes place, like the recent Eurovision Song Contest - or it could be a specific topic that a followed news account likes to post about.
-
#Dependabot is telling me that I should update #okhttp from 4.10 to 4.11. Looking for the release notes, but can't find 'em. Last release notes for 4.x line is 4.10.
-
Just a heads-up: Our #Mastodon client library project for #Java and #Kotlin will be renamed from #BigBone to #Sabertoot within the next week. Existing snapshots of #BigBone will stay on #MavenCentral for a while but there will be no more updates. More details will follow soon.
https://github.com/andregasser/bigbone -
It's done: I have created release notes for all #BigBone snapshots published since I have started to work on a detached fork of #Mastodon4J. I will continue to do so for all coming releases.
To the release notes collection:
https://github.com/andregasser/bigbone/releases -
It's done: I have created release notes for all #BigBone snapshots published since I have started to work on a detached fork of #Mastodon4J. I will continue to do so for all coming releases.
To the release notes collection:
https://github.com/andregasser/bigbone/releases -
It's done: I have created release notes for all #BigBone snapshots published since I have started to work on a detached fork of #Mastodon4J. I will continue to do so for all coming releases.
To the release notes collection:
https://github.com/andregasser/bigbone/releases -
It's done: I have created release notes for all #BigBone snapshots published since I have started to work on a detached fork of #Mastodon4J. I will continue to do so for all coming releases.
To the release notes collection:
https://github.com/andregasser/bigbone/releases -
It's done: I have created release notes for all #BigBone snapshots published since I have started to work on a detached fork of #Mastodon4J. I will continue to do so for all coming releases.
To the release notes collection:
https://github.com/andregasser/bigbone/releases -
A new #BigBone snapshot was pushed this morning. There was an integer overflow issue reported by a #Mastodon4J user.
Probably caused by some fake / spam accounts, but still, the library should be able to parse this data.
More details here:
https://github.com/andregasser/bigbone/issues/176 -
A new #BigBone snapshot was pushed this morning. There was an integer overflow issue reported by a #Mastodon4J user.
Probably caused by some fake / spam accounts, but still, the library should be able to parse this data.
More details here:
https://github.com/andregasser/bigbone/issues/176 -
A new #BigBone snapshot was pushed this morning. There was an integer overflow issue reported by a #Mastodon4J user.
Probably caused by some fake / spam accounts, but still, the library should be able to parse this data.
More details here:
https://github.com/andregasser/bigbone/issues/176 -
A new #BigBone snapshot was pushed this morning. There was an integer overflow issue reported by a #Mastodon4J user.
Probably caused by some fake / spam accounts, but still, the library should be able to parse this data.
More details here:
https://github.com/andregasser/bigbone/issues/176 -
A new #BigBone snapshot was pushed this morning. There was an integer overflow issue reported by a #Mastodon4J user.
Probably caused by some fake / spam accounts, but still, the library should be able to parse this data.
More details here:
https://github.com/andregasser/bigbone/issues/176 -
I have just opened a new issue in #BigBone for an integer overflow that someone seems to be experiencing with #Mastodon4J. It seems to happen, when account information is parsed (follower count, status count, etc...).
That's interesting. These fields are currently typed as Int, whereas Int has a max value of 2'147'483'647.
Can anyone provide me a link to an account with such a high number of followers or accounts?
-
I have just opened a new issue in #BigBone for an integer overflow that someone seems to be experiencing with #Mastodon4J. It seems to happen, when account information is parsed (follower count, status count, etc...).
That's interesting. These fields are currently typed as Int, whereas Int has a max value of 2'147'483'647.
Can anyone provide me a link to an account with such a high number of followers or accounts?
-
I have just opened a new issue in #BigBone for an integer overflow that someone seems to be experiencing with #Mastodon4J. It seems to happen, when account information is parsed (follower count, status count, etc...).
That's interesting. These fields are currently typed as Int, whereas Int has a max value of 2'147'483'647.
Can anyone provide me a link to an account with such a high number of followers or accounts?
-
I have just opened a new issue in #BigBone for an integer overflow that someone seems to be experiencing with #Mastodon4J. It seems to happen, when account information is parsed (follower count, status count, etc...).
That's interesting. These fields are currently typed as Int, whereas Int has a max value of 2'147'483'647.
Can anyone provide me a link to an account with such a high number of followers or accounts?
-
I have just opened a new issue in #BigBone for an integer overflow that someone seems to be experiencing with #Mastodon4J. It seems to happen, when account information is parsed (follower count, status count, etc...).
That's interesting. These fields are currently typed as Int, whereas Int has a max value of 2'147'483'647.
Can anyone provide me a link to an account with such a high number of followers or accounts?
-
#bigbone: Mastodon Client Library for #Java and Kotlin https://github.com/andregasser/bigbone
BigBone is a fork of #Mastodon4J, a #Mastodon client library for Java and Kotlin that was published by Toshihiro Yagi.
-
#bigbone: Mastodon Client Library for #Java and Kotlin https://github.com/andregasser/bigbone
BigBone is a fork of #Mastodon4J, a #Mastodon client library for Java and Kotlin that was published by Toshihiro Yagi.
-
#bigbone: Mastodon Client Library for #Java and Kotlin https://github.com/andregasser/bigbone
BigBone is a fork of #Mastodon4J, a #Mastodon client library for Java and Kotlin that was published by Toshihiro Yagi.
-
#bigbone: Mastodon Client Library for #Java and Kotlin https://github.com/andregasser/bigbone
BigBone is a fork of #Mastodon4J, a #Mastodon client library for Java and Kotlin that was published by Toshihiro Yagi.
-
#bigbone: Mastodon Client Library for #Java and Kotlin https://github.com/andregasser/bigbone
BigBone is a fork of #Mastodon4J, a #Mastodon client library for Java and Kotlin that was published by Toshihiro Yagi.
-
Btw: Kudos to @factotum who was so kind to fix one of the issues that caused some headaches for some former #Mastodon4J library users in the past. Should be working well in #Bigbone now. https://github.com/andregasser/bigbone/issues/25
-
Btw: Kudos to @factotum who was so kind to fix one of the issues that caused some headaches for some former #Mastodon4J library users in the past. Should be working well in #Bigbone now. https://github.com/andregasser/bigbone/issues/25
-
Btw: Kudos to @factotum who was so kind to fix one of the issues that caused some headaches for some former #Mastodon4J library users in the past. Should be working well in #Bigbone now. https://github.com/andregasser/bigbone/issues/25
-
Btw: Kudos to @factotum who was so kind to fix one of the issues that caused some headaches for some former #Mastodon4J library users in the past. Should be working well in #Bigbone now. https://github.com/andregasser/bigbone/issues/25
-
Btw: Kudos to @factotum who was so kind to fix one of the issues that caused some headaches for some former #Mastodon4J library users in the past. Should be working well in #Bigbone now. https://github.com/andregasser/bigbone/issues/25
-
Some updates regarding the #Bigbone #Java / #Kotlin client library for #Mastodon: Artifact deployment to #SonaType #MavenCentral is mostly ready (PR to be created), update from RxJava 2 to latest 3.1.5 done as well. Plus further API cleanups done. Big thanks to @factotum for his contributions so far! Release 2.0.0 is getting closer! https://github.com/andregasser/bigbone