Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)SA
sakaiyo @kbin.social
Posts 2
Comments 3
503 Trying to manage moderators
  • 503 means Service Unavailable, 500 is a slightly more generic Server error.
    They're both likely to be intermittent when the server is under very heavy load, like it is lately with the reddit migration stuff going on.

    Wait 5-10 minutes and refresh to try again. Try not to spam refresh every 5 seconds. If everyone did that, it would make the issue worse and more long-lasting.

    Over time I'm sure we'll see server improvements :D

  • kbin mod: extra-compact mode & clean dark blue theme
  • Hey Noki, you'll want to installout either the Tampermonkey browser extension (https://www.tampermonkey.net/) listed in the sidebar, or the Stylus extension. I would recommend Tampermonkey; it'll work as well as Stylus and also work on javascript mods like collapsible comments.
    Then click on my link to go to the greasyfork page, and click the install button :)

  • kbin mod: extra-compact mode & clean dark blue theme

    greasyfork.org KBin Extra Compact Dark Blue Theme

    KBin dark blue theme that also makes Compact mode even more compact

    Hey all, I spent a bit of time today creating a user script that adds a dark blue theme and makes compact mode even more compact so you can see more threads. Here's a preview of the theme and the extra-compact mode And here's what the normal kbin theme's compact mode looks like for comparison. Here's a preview of a threaded comment (feat. a collapsible comments user script) showcasing alternating nested comment background colors for ease of readability

    This script is brand new so feel free to leave a comment if you have any feedback or find any issues. There will be ongoing improvements made.

    2
    /kbin meta @kbin.social sakaiyo @kbin.social

    kbin mod: extra-compact mode & clean dark blue theme

    greasyfork.org KBin Extra Compact Dark Blue Theme

    KBin dark blue theme that also makes Compact mode even more compact

    Hey all, I spent a bit of time today creating a user script that adds a dark blue theme and makes compact mode even more compact so you can see more threads. Here's a preview of the theme and the extra-compact mode And here's what the normal kbin theme's compact mode looks like for comparison. Here's a preview of a threaded comment (feat. a collapsible comments user script) showcasing alternating nested comment background colors for ease of readability

    This script is brand new so feel free to leave a comment if you have any feedback or find any issues. There will be ongoing improvements made.

    5
    If you had to make a reddit/kbin-like clone, what tech stack would you use?
  • Sounds like fun. Which tech stack? Depends.

    • Wanna build a proof of concept quickly? Pick a stack you're familiar with.

    • Wanna make a hobby project for fun? Pick whichever stack you want to learn better.

    • Speaking of learning, want to improve your programming experience with the aspiration to be hired as a software engineer? Pick a popular tech stack.

    • Want to build something that you hope will grow and will eventually look for contributors (whether that be hiring people or open sourcing)? Pick a popular tech stack.

    There are other less important factors like technical pros/cons of the tech stack depending on what your application is doing and how you expect it to grow technically and as a product, but I would start with the above.
    A lot of tech stacks out there can build a relatively successful Reddit-like app, and with enough experience, scale it when needed.
    If you are less experienced and want to try avoiding some pitfalls and antipatterns that could make maintaining or scaling your app difficult, I would recommend picking a stack that contains a more full fledged framework that provides a lot of the code structure and tools for you.