• 12 Posts
  • 10 Comments
Joined 1 year ago
cake
Cake day: June 10th, 2023

help-circle








  • They are probably reusing a component that happens to sort its entries alphabetically, since that is most commonly the expected behaviour. If the form is configured in a CMS, whoever built it might not even know it’s happening and has entered the data properly, but it gets resorted in the presentation layer. It’s also not impossible that the behaviour of the component has changed at some point and this particular case didn’t have test coverage or wasn’t actually part of the specification.



  • So they have a bunch of users that have been freely paying them money for virtual coins that you can literally only use to display a few pixels of a gif next to a comment.

    Their absolute genius move towards profitability is then to forcibly stop making these people give them free money and also erase those virtual coins that they spent money on with absolutely no compensation whatsoever. Not even a shitty award or literally anything at all.

    It’s funny, I’m not sure if I should actually be impressed that they are not engaging in any marketing dark pattern whatsoever; they are just straight up alienating the people who were until now been practically giving them money for doing nothing.


  • So for some reason the inlined tables didn’t format at all in this post. I’m generating them automatically, so I have no idea why they didn’t work this time. Probably some project that contained some invalid character in the name or description.

    The Google Docs still works however. Meanwhile, I’m gonna see if I can find what the issue could be.

    Edit: It seems like there’s a bug in Kbin that somehow breaks the tables (even when posting to a Lemmy instance). Until that is fixed, I guess the Google Docs will have to do, sadly.










  • It actually came to my attention recently that Lemmy/Kbin does in fact support markdown tables similar to Reddit. The issue is that there is no preview function, at least on Kbin.social which I’m using, so it’s very difficult to see that it’s formatted correctly.

    In theory, it should be possible to use the same or at least similar markdown that I’m generating for Reddit, but I’m quite heavily relying on abusing Reddit specific quirks in order to get the formatting to look right.

    I’ll see what I can do next week.