Kobolds with a keyboard.

  • 0 Posts
  • 15 Comments
Joined 3 years ago
cake
Cake day: June 5th, 2023

help-circle
  • The problem isn’t content, it’s engagement on the content. Folks complain that niche communities have no engagement, just a bunch of posts by a single person… but it feels like 95% of the time, if I comment on those posts, there’s no reply, not even from the OP, and that discourages further posting.

    If you’re willing to engage on everything you post, I don’t see the harm in it, but at that point, why even use a bot? Why not just find content you like (or have the bot notify you of content), then post it yourself as an actual human?



  • Love the idea in concept. One major issue is the shipping. A major benefit of Amazon is just being able to add 20 things to your cart and get them all in like 1-2 boxes. In this hypothetical scenario, you’d presumably still have to handle checkout through each individual store, and if you ordered 20 things, you’d be placing up to 20 individual orders, each with their own shipping costs.

    This becomes more problematic when maybe multiple stores you’re buying from sell multiple things on your list… ideal case would be to buy as many things from one store as possible, to consolidate shipping, but what if their prices for the individual items vary? Now you’ve got to search each individual storefront for each item and calculate the difference in cost. (This store sells item A for $2 cheaper but shipping is $3.50, is there another item I can add in to save shipping? They sell item B for $0.50 more, but I might save on shipping costs…)

    Technically this is no worse than it is now if you’re shopping from a variety of stores rather than one megastore, but it would be a large barrier to adoption if you’re trying to capture some of the “fed up with Amazon but still like the convenience” crowd.







  • It does, though, because not every instance federates with every other instance. If someone is coming from Reddit, and they interact with a set of specific subs there, and they want to interact with the analogue communities here, they don’t want to join an instance like, for example Beehaw, that has very strict federation policies, or (probably) .ml or lemmygrad, where they’ll be exposed to stigma they weren’t aware of going in and which might not apply to them.

    A list of servers with very open federation could solve this problem in theory, assuming new users knew to reference it, but that might not be what they want, either.

    The invite code idea is actually solid, I think, assuming they’re handed out to people who have things in common with the target userbase of the instance, and not arbitrarily.

    There’s also some instances that hold united views on specific topics, for example blahaj with trans rights, and someone arbitrarily choosing that instance that doesn’t hold those same views might feel that they don’t fit in.

    Obviously anyone can just choose a new instance and move, but for a new user coming in, that’s a ‘quit moment’ in many cases. Giving an invite code to someone that leads them to an instance that at least broadly fits what they’re interested in could help solve for this.

    Edit: I think having more instances that have specific themes and topics, like slrpnk or programming.dev (or pawb, for that matter) would help, too. Someone looking in from the outside might not understand federation, but if they see an instance geared towards a topic they’re interested in, they might be inclined to join it even if they incorrectly think that’s all they’ll be able to interact with.




  • This is kind of up to the individual community, not the instance as a whole. An instance theoretically could make a general ‘No memes on any community on this instance’ rule but it would be awful to enforce, and it’d be easier to leave it up to communities.

    That said, I think Lemmy is a long way off from having the userbase or popularity to create that problem, and the absence of karma or any analogue really narrows the impact. Personally, I’ve seen significantly less low-effort content here than on Reddit, with the exception of a few specific communities that exist for that purpose specifically.




  • TI-83 graphing calculator in high school, around 1998. I would sit there in math class coding games in Basic. Ended up developing a reputation as the guy you went to if you needed a program to cheat on a math test.

    The highlight of the entire endeavor was a class wherein the teacher announced that before a test, they’d be resetting the memory on everyone’s graphing calculators, to prevent cheating. I wasn’t planning to cheat, but I did have a few games I was working on, and I didn’t want to lose them, so I wrote a program that emulated the graphing calculator’s interface, and would let you go through all of the steps to reset the memory, including showing the Programs menu as being empty afterwards, while not actually resetting anything.

    I showed this to the teacher just before the test (demonstrated “resetting the memory” with the program running, then demonstrated that the memory was in fact not reset), and he backed off from the compulsory reset policy in favor of the honor system, because he conceded that he wouldn’t be able to verify that the memory was actually reset anyway. Made me feel like an absolute hero.

    It’s honestly funny because I learned the concepts in the math classes a lot better as a result of this - it took a very thorough understanding of how to use a concept to write a program to solve it for you.