• 0 Posts
  • 8 Comments
Joined 1 year ago
cake
Cake day: June 1st, 2023

help-circle



  • My thoughts on this is pretty much voiced by some of the others.

    For instance, there was a tool that could be used to repost things from a reddit user page. I’ve warned (and the dev have added the warning to the repo itself) that the tool can cause one to be banned. Now the only way I can see that working without inciting a ban is if the tool was triggered by a command, and only took one link at a time. Assuming the mods already gave permission. Something like the wiki bot I’ve seen over on reddit that posted the overview of a wiki link. However, I would rather be able to trigger it with a !wiki <url> or something to that effect.

    The only exception I would take with this is with an automod that reminds users to include specific things in their posts…but I’m also meh about this. If people post without reading the sidebar, they’re probably not going to bother coming back and reading a comment. This issue would be better solved through other means (a reminder of the community rules in the New Post page, after choosing a community).

    The bots 100% need to have the bot tag on. No bots impersonating as people, please.

    That’s my 2¢ for now.


  • That being said, CSS frameworks are still wonderful, used right they can save a lot of time during early development by outsourcing the majority of design to the framework devs.

    That’s actually my intent with using a CSS framework. A personal project of mine reached minimum viable product statud status (phones…) recently, I included bulma, and used some of its components for stuff like menus and modals. It was definitely faster than writing everything by hand early on. But I also ended up writing my own CSS anyway, especially with the grid, which is the foundation on which my app works on (it’s a grid-based colour mixing app).

    I agree, I think CSS frameworks have a place for prototyping and we shouldn’t rely on them as a project moves towards a proper release 🤔

    Then again, some people might think the obfuscation in 20+ classes is somehow a good thing…frankly, I think it’s worse than inline styles. It’s basically obfuscated inline styles!