kbinMeta

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

developerjustin, in Hey guys, this time I really messed up :/
@developerjustin@mastodon.social avatar

@ernest I thought you killed someone, based on the title 😂

I agree with the other commenter. Seems like you’re making it right. This is a new and sometimes messy frontier for a lot of people and processes. If someone is worried about protecting their IP, this isn’t the hill to die on.

Zak8022, in Hey guys, this time I really messed up :/
@Zak8022@kbin.social avatar

Seems that so long as the attribution is in place the Postmill people aren't going to push it further. I (and I hope the community) appreciate your transparency and honesty. That's the sort of thing that makes me want to stick around here and support this project.

And for fun, I will check out those other sites, since I hadn't heard about Postmill/Raddle before.

aeternum,

last time i used raddle, admittedly it was about a year ago, it was a barren wasteland.

such_lettuce7970, in How to block an instance on a personal level?
@such_lettuce7970@kbin.social avatar

I can help: say for example, you want to block lemmygrad.ml - go to kbin.social/d/lemmygrad.ml (d for "domain") and from there you can block the whole instance (click on the 🚫).

GrossGhost, in /kbin Issues
@GrossGhost@kbin.social avatar

The boosts tab in my profile is filling with things I haven't boosted. I know I've mistakenly tapped on some buttons on mobile, but even unboosting things doesn't remove them. I tested with this thread by boosting and unboosting, and it's now permanently in my boosts tab. Even a comment I accidentally reduced and unreduced is in that tab. I don't understand why. I'm brand new to kbin so maybe I'm doing something wrong or unaware of something.

YouveCatToBeKittenMe,
@YouveCatToBeKittenMe@kbin.social avatar

Same here; I change my mind about upvotes/downvotes all the time (especially since I have the terrible habit of voting while I'm still reading the comment), but the ones I've done that for are still there. Heck, the first couple I see when I look at my profile are ones I did that for. Read half the comment, upvoted out of the corner of my eye while I was still reading, read the second half, went "Hoo boy, nevermind," and un-voted.

Related to that, upvotes/downvotes being public is a dealbreaker for me. I don't feel safe upvoting or downvoting anything here unless it's completely uncontroversial, because I don't want to open myself up to harassment by people who disagree.

I'll hang around for a bit to see if that changes, but I'm very unlikely to stick around if it doesn't.

someRandomRedneck,
@someRandomRedneck@kbin.social avatar

Yeah it was bothering me too but just to make people aware, someone else has reported it and a pr is waiting to be merged that looks to fix both issues..

GrossGhost,
@GrossGhost@kbin.social avatar

Oh that's good. Thanks. Hopefully it's fixed soon then.

subignition,
@subignition@kbin.social avatar

Boosts are like retweets. You're republishing the content on your own feed, so I'm not sure that it's a reversible action.

GrossGhost,
@GrossGhost@kbin.social avatar

When I posted that there was a bug that caused stuff to show up in your boosts that shouldn't. Pretty sure it's fixed now.

brilokuloj,
@brilokuloj@kbin.social avatar

Retweets are absolutely reversible. (And so are boosts, but it was initially glitched)

Hypx, in /kbin Issues
@Hypx@kbin.social avatar

Does the notification system work? I don't see any notifications even though I should.

themadcodger,
@themadcodger@kbin.social avatar

It might be turned off in settings. I'm getting notifications.

Hypx,
@Hypx@kbin.social avatar

Starting to see notifications now. Guess it's fixed?

pa79, in /kbin Issues

I've been trying to set up my own kbin instance but without success. Is there a way to diable SSL? I'm running the instance on a raspberry pi at home behind a reverse proxy which already handles all the certificates for https. This already works great for my mastodon instance.

I tried installing the docker container and also manually but both times it expects https instead of simple http and I can't seem to find the place to change this. There's no mention of SSL in the nginx configuration file and I don't really have any experience with docker and where to change the configuration in such a container.

pa79,

Weirdly enough, the manual installation seems now to work (the website is reachable) but kbin shows me a server error 500 for every site. I don't have mercure installed because I couldn't figure out how (it isn't mentioned in the kbin doc and the mercure website is not really helpful), could that be the problem?

Otome-chan, in /kbin Issues
@Otome-chan@kbin.social avatar

@ernest wanted to report a beehaw thread being broken. See here. apparently they used hashtags in their thread title which is allowed there, and it broke for some lemmy users and ended up in kbin's microblog section rather than showing up as a proper thread.

Jerry, in /kbin Issues
@Jerry@kbin.social avatar

Has anyone tried creating a KBIN server using the Docker instructions since Saturday? I got a development server running on Saturday and I decided to bring up a production ready version on Sunday, but now I'm running into two errors while creating it.

First:

In these instructions:

$ sudo chown 82:82 public/media
$ sudo chown 82:82 var
$ cp .env.example .env

There is no directory "var" so the chown fails

Second:

When running docker compose build --pull --no-cache

It now fails with this:

=> [php app_php 20/21] RUN rm -Rf docker/ 0.2s
=> ERROR [php app_php 21/21] RUN set -eux; mkdir -p var/cache var/log; if [ -f composer.json ]; then composer dump-autoload --classmap-authoritative --no-dev; compose ...

This also seems to relate to the var directory, and so must be part of a recent change in the build that relates to the var directory.

Can anyone help?

Thanks

wally,

I have tried creating an instance on both Debian 11 and Ubuntu 22.04 with both Docker and the manual steps.

I can get the build to work fine. But at best I get 500 errors with no signs of logs as to why, not in postgres, not in nginx, not in redis or rabbitmq or even syslog.

On Docker i have both the kbin_messenger and kbin container boot looping with an error about creating cache directories. But since the containers are restarting I cant even get into bash on them to see why.

I finally said fuck it and ran the compose for "prod" and the containers start but again, 500 errors.

At this point....i give up i feel. I would love to host an instance and I am familiar with some of these modules (ie: NGINX, redis and postgres) but with how this is built, I dont see where the breakpoint is.

golgy,

I operate my own homelab and have a background in SRE, so I figured I'd try out the same. I've wrangled a Mastodon instance install before, so this couldn't be too hard, right?

My approach started by using containers via lxc as a quick and dirty way of getting a development environment that enabled me to figure out if it worked and then see if I could then wrap it into a proper docker container and look at potentially publishing that.

On my first attempt, I did the manual route. I skipped the redis, rabbitmq, and postgres installs as I already operate those elsewhere on the network, but I got everything else running. Unfortunately, I also experienced the 500 errors. Most of the front page loaded, except for the content where the 500 error was displayed. Even with some digging around, I couldn't find a clear path to figuring out what was causing the 500 error, as the Mercure hub was seeing subscribers connect and disconnect. Gave up.

I then figured maybe the docker route might be easier/streamlined. I'm not a fan of duplicating services, but I thought that if the core workflow was solid enough, I could put effort into splitting them apart and go from there. Unfortunately, I don't even get past the docker-compose build for dev. Docker compose hangs forever.

wally,

Yeah. Kbin install made me eat some humble pie for sure. I think someone called me a normie in a lemmy thread describing my troubles. Lol.

To be fair some of the parts like mercure and rabbitmq im unfamiliar with. But it was a stone cold stumper for me and that’s rare. I’m fairly familiar with Linux admin, and even some of the tooling like docker. But I just couldn’t get it to work in a cohesive way. I ran plenty of Linux servers from Drupal instances, Postgres, nginx for all sorts of shit, etc etc.

My lemmy instance took….45 minutes to roll out. Though I already had an Ansible box sitting in my lab.

stickerface, in /kbin - a few quick announcements

Just found this site - definitely going to be putting an effort in to getting the formula1 kbin populated.

calixte,

FYI, there is already a lemmy community for f1 gaining some traction. Do with that what you will, just putting it out there :)

https://lemmy.ml/c/formula1

VerifiablyMrWonka,
@VerifiablyMrWonka@kbin.social avatar

Sadly, until federation is working, it may as well not exist.

That said, when it does start working I look forward to the battle of the f1 communities.

rokejulianlockhart,
@rokejulianlockhart@kbin.social avatar

It appears to be federating now.

Flames5123, in /kbin Issues

When I do an action on the site after like an hour, it takes me through the dumb cloudflare thing. I'm already logged in, why do I need to go through it every freaking hour?? This is an AWFUL user experience. I say "remember me" not "forget me in an hour"

Flames5123, in /kbin Issues

I am not enjoying kbin.social right now. The latency is beyond atrocious, at 10+ seconds to load each page. The UI reminds me of 2004 forums that don’t know how users work. The mobile UI is just the worst.

Some pain points:

  • I’m a software engineer so I can figure this shit out, but how the hell do I subscribe to a magazine? If I go to it, there should be a “subscribe” or context menu at the top to subscribe/favorite/mute. (I found it, but it's so weird on mobile to click the logo then scroll to get to the subscribe.)
  • Why is the comment box all the way at the bottom? Where’s the “add comment” button on a post?
  • Why are comments paginated like a forum? Why not just a “load more” like Reddit? What’s the point? It's not to decrease the response because you can do that with "load more" buttons.
  • Selecting the comment box should NOT zoom slightly into the page. The mobile web UI needs a lot of work from people who know how to do mobile UIs.
  • Is there no “homepage” button? Clicking the Kbin logo at the top just brings up a menu, which requires another click on the homepage button to get back. This is weird and unintuitive.
  • Edit: And you can't collapse comment threads? What even...

I really want a Reddit replacement, but this is not it with this terrible UI.

duringoverflow,

I’m a software engineer

if you're a software engineer you should had known to make constructive comments and also most importantly realise that you are on a Non-commercial open source one-man-project. Your attitude is disgusting and you sound like the guys that nobody wants to work with. Nobody forces you to be here and you're welcome to go and please take your cancer with you on your way out.

Shortcake,

Add issues to the codeberg.
RN there are users scripts and userstyles over at m/kbinStyles to add collapsing and move text box to the top. Users are already adding requests for these functions natively. The infinite scroll rather than pages is available in the gear icon on the side or in your profile

10A, in /kbin Issues

Does kbin not have a normal issue tracker?

10A,

Answering my own question: Yes, it does.

Shortcake,

What is a normal issue tracker?

10A,

Follow my above "Yes, it does" link and see.

Shortcake,

Yeah. Ernest posted it in the top of the thread.

AmericanScream, in /kbin Issues

Magazine names should not be case-sensitive, but they are.

Flames5123,

This. Why?? This is a terrible user experience. I don't care if your little machine has case sensitive folders, it's bad form to have URLs be case sensitive with things users should be able to easily input (not like IDs like how YouTube does).

markrprior,
@markrprior@kbin.social avatar

Whether of not they are case sensitive they shouldn't be forced to lowercase as that would be an accessibility issue.

Balssh, in /kbin Translations

How to contribute to translations? I could help out for Romanian if needed.

adrian,
@adrian@kbin.social avatar

You need a Codeberg account and can then translate right on https://translate.codeberg.org/projects/kbin/kbin/.

However, Romanian hasn't yet been added as a language to translate, too, and the "Start new translation" button is disabled. Maybe @ernest first needs to either add that language manually or can enable that button for everyone.

bananaghost,
@bananaghost@kbin.social avatar

Hey, thanks for the link. I'll start helping with the spanish translation

Meditative, in [Tips] Here are some shortcuts for your old reddit habits

Is there a way to save threads or save comments within kbin?

mihnt,
@mihnt@kbin.social avatar

For posts you can just upvote them and it will show up on your profile.

Meditative,

Interesting. Good to know!

If it's not already in the works, I could see a lot of utility from adding a "favorited" or "saved" threads/comment option for users to better organize and access the content they want to as opposed to having to sift through what could end up being thousands upon thousands of upvotes.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • kbinMeta@kbin.social
  • random
  • meta
  • Macbeth
  • All magazines