kbin.social

Kierunkowy74, do kbinMeta w Any API Updates?
@Kierunkowy74@kbin.social avatar

API has not been enabled on kbin.social yet, but is already active on https://kbin.earth

CoffeeAddict,
@CoffeeAddict@kbin.social avatar

Good to know! I guess we will have to wait for ernest to come back then to enable it on kbin.social.

I hope he is doing well, his last post mentioned a hospital visit.

Pat, do kbinMeta w So… what's going on?

At this point, the best thing would just to move to an instance using mbin, a fork created by many devs who contributed to and wanted to improve kbin but were upset at lack of progress. With Ernest's many absences all the improvements weren't being merged. Many instances using the name kbin, such as the one I'm on, have switched to mbin long ago and have many of the features and fixes that have been requested and long waited for.

ThatOneKirbyMain2568, do kbinMeta w Can registrations on kbin.social be disabled to stop spammers
@ThatOneKirbyMain2568@kbin.social avatar

This might be a good idea, at least until Ernest gets back. To my knowledge, he's the only instance admin, so as long as he's inactive, the spammers won't get dealt with (especially on magazines he moderates, like /m/tech).

Ideally, there could be another admin or two to deal with this stuff when he's not available, but ¯_(ツ)_/¯.

livus, do kbinDevlog w RTR#52 Busy month
@livus@kbin.social avatar

Good luck!!!

density, do kbinMeta w Combating spam on kbin - some thoughts
@density@kbin.social avatar

I tried to report some spam the other day and I got a message along the lines of "this message has already been reported" so I don't think anyone is getting 100 reports of anything, only 1 for each spam.

see also this issue https://codeberg.org/Kbin/kbin-core/issues/1055 which i don't think was every really adddressed

Prouvaire,

That's good to know, thanks.

I should have had a look at codeberg before making my post. As well as the entry you identified, there's also this, a suggestion to rate limit accounts: https://codeberg.org/Kbin/kbin-core/issues/948

daredevil, do kbinDevlog w RTR#50 Plans for the upcoming week

Get well soon :)

ThatOneKirbyMain2568, do kbinMeta w Two requests for microblog incorporation into the main feed.
@ThatOneKirbyMain2568@kbin.social avatar

The first request would definitely be a nice setting to have.

As for the second one, I think microblog posts are pretty easy to distinguish from threads already, as everything's organized completely differently. There's no title, the avatar is in a different spot with a different shape, the upvote button is in a different spot, there's no downvote button, etc. I think changing the color would just be visually jarring more than anything.

Eggyhead,
@Eggyhead@kbin.social avatar

That makes sense. I’m actually not used to microblogs, and I never actually got into Twitter, so the distinguishing characteristics don’t really stand out to me as much. I think the color variation would help me better process what I’m looking at.

Pamasich, (edited )

I think the color variation would help me better process what I’m looking at.

You can change the color yourself btw. The traditional method is to install the Stylus extension/addon, but I think kbin now lets you define your own styling in your profile settings, though I haven't tried it. (tried it now and this doesn't really seem possible there, has the same selector deletion issues as magazine css)

In the HTML code, microblog posts and threads are represented differently. Posts are blockquote, while threads are article. This makes it easy to restyle them via userstyles.

So you should be able to just

div#content {
    > article {
        /* thread styling */
    }
    > blockquote {
        /* microblog post styling */
       background-color: red;
    }
}

You can also define the color in rgb rgb(255,0,0) or hsl (hsl(0,100%,50%)).

Eggyhead,
@Eggyhead@kbin.social avatar

I am very pleased that this is possible, but I don’t even know what words to use to even ask how to do something like that.

Pamasich,

The images I'm using here probably won't work as embeds, but opening them as links should work.

Depending on if you use Firefox or a Chromium-based browser (Chrome, Edge, and almost all the others), get yourself the Stylus extension (chromium) or addon (firefox).

Once installed in your browser, open the extension by clicking on the icon next to your address bar. If it's not there, there's a puzzle piece button to open a list of all your extensions where you can click on it. I'm writing this from an Edge perspective, so for other browsers, especially Firefox, this might not be entirely accurate.

This opens up a menu where your current styles are listed and can be turned on/off (well, the list is empty for now of course), and there's buttons to "Manage" and "Find styles".
Above those buttons, there's a link to the current page. Click on the kbin.social part of that link.

This should open up the editor in a new window.
Just copy and paste the following code into that window.

div#content {
    > article {
        /* thread styling */
    }
    > blockquote, > blockquote + .comments > blockquote {
        /* microblog post styling */
        background-color: red;
    }
}

Give the style a name to the left and hit the yellow "Save" button. The site will update in real time, you shouldn't even need to reload it for the changes to take effect after saving. In fact, after saving it once, you don't even have to keep saving it after every change in my experience.

I've changed the above code a bit to also cover the replies to posts, that's what the .comments stuff is about.

This will give you a very red background. I just chose this for the example to make the change obvious to see at a glance. You can replace the red with another color name, or an RGB or HSL value for a more granular choice.

I recommend using HSL if you want to tweak the color later without having to open up a color picker. You just choose a base color, how saturated it should be, and how light you want it. And optionally the transparency.
The HSL equivalent for red is hsl(0,100%,50%).

If you just want microblog posts to be a bit lighter or darker (depending on your theme) than threads, you can use hsla(0,0%,100%,0.15) (this makes them lighter, change the 100% to 0% for darker). Tweak the transparency (the last value) to change the intensity of the color change.

Besides the background color, you can also change other CSS properties. Just add additional lines in the pattern property: value;.
For example, you can set a border using border: 1px red solid;, which creates a red solid border of 1 pixel width.
I like to use this site as a reference myself for what properties exist and how they're used.

shazbot,

New KES mod?

olorin99, do kbinMeta w Do we have a kbin discord server?
@olorin99@kbin.social avatar

There is a matrix space for kbin.
kbin-space:matrix.org

jwr1, do kbinDevlog w RTR#35 User profile enhancements: sorting options, new date range filter, reputation points fix
@jwr1@kbin.social avatar

Additionally, I plan to launch an API on a secondary instance to avoid disrupting work on applications.

Sounds great! I was literally just wondering about that.

livus, do kbinDevlog w RTR#30 Monthly Recap and Planned Next Steps
@livus@kbin.social avatar

Thank you, these improvements are great!! I am really glad you are prioritizing stability. Also, I don't want you to be overworked. I feel like you understand the potential of the fediverse, and how best to create something good and lasting.

It just seems to be working better in general, and it feels like I am seeing more content and maybe even more engagement.

If I have to pick some, improved moderation and collections are my favourite improvements. I'm already finding collections useful (both mine and other people's). I like how we can see crossposts too.

I wasn't able to work out how the * button worked (and now it's gone for me on mobile), but that's okay.

Thanks for sharing your site with us, and all the work you do. It's really exciting seeing it develop!

ernest,
@ernest@kbin.social avatar

The * button has been replaced by All Content in the header (or sidebar in the mobile version), Cheers :)

livus,
@livus@kbin.social avatar

@ernest omg so it has! That's so convenient!! Thanks!

box464, do kbinDevlog w RTR#30 Monthly Recap and Planned Next Steps
@box464@kbin.social avatar

I noticed today when setting up a "Fediverse" collection, that another collection already existed with that name. When I went to view my collection, it was showing the other /fediverse collection instead. I changed my name to "FediNews" and that cleared it up.

So, going to https://kbin.social/u/box464/c/Fediverse goes to the other /fediverse collection - actually it still does! Not sure how that is happening since I don't have that name reserved now.

ernest,
@ernest@kbin.social avatar

Routing fixed, thanks!

static, do kbinDevlog w RTR#28 New Homepage Options, Improved Aggregate View, Support Us Box
@static@kbin.social avatar

Don't burn yourself out.
I love progress, but I love it even more at a sustainable pace.

ContentConsumer9999, do kbinDevlog w RTR#28 New Homepage Options, Improved Aggregate View, Support Us Box

Awesome work as always! The new all content page is much more convenient and I don’t think I've ever seen someone be this considerate while advertising (if you could even call it that). One thing I've noticed is that the support us part of the sidebar is somehow in French for me. I don't have any language settings set to French and this is the first time I've encountered such an .

ernest,
@ernest@kbin.social avatar

support us part of the sidebar is somehow in French for me

I just fixed that ;)

ContentConsumer9999,

Yup, seems to be fixed! Thanks for the quick response.

DarkThoughts, do kbinDevlog w RTR#24 Setting up test environments for federation development, comment wrapping

Pretty much was able to disable one of the old userscripts I use for kbin now.

Pxtl, do gaming w Alternative sources for the No Pronouns mod for Starfield
@Pxtl@lemmy.ca avatar

Cope.

firebreathingbunny,

No, thanks. That's your game.

  • Wszystkie
  • Subskrybowane
  • Moderowane
  • Ulubione
  • Gaming
  • FromSilesiaToPolesia
  • fediversum
  • krakow
  • sport
  • muzyka
  • NomadOffgrid
  • rowery
  • Technologia
  • niusy
  • esport
  • Psychologia
  • antywykop
  • test1
  • Spoleczenstwo
  • Blogi
  • lieratura
  • informasi
  • retro
  • motoryzacja
  • slask
  • giereczkowo
  • MiddleEast
  • Pozytywnie
  • tech
  • Cyfryzacja
  • shophiajons
  • warnersteve
  • Wszystkie magazyny