• 0 Posts
  • 37 Comments
Joined 1 year ago
cake
Cake day: June 17th, 2023

help-circle









  • I see why people use downvoting this way, especially since that was the norm on reddit which a good portion of the base fled from, I find the same issue I had with downvotes on reddit to apply here as well though. I try to advocate down votes to be not out of personal opinion, but a reflection that the content is either useless or harmful to the existing conversation. This allows posts that are actually useful and contribute to the discussion to exist even if they are unpopular to peoples opinion. Just because you don’t like the post, doesn’t mean the post isn’t true or useful, which is why I find that form of downvoting ideology to be harmful overall.

    That being said, I would find the parent comment you replied to as constructive to the conversation…Up until they started egging people on with “is getting people super angry” I wouldn’t call this being downvoted for not agreeing, I would call it being downvoted for not being constructive to the post at hand(as there’s no need to actively try to get people to rage at you with a post like that)



  • I’m not 100% sure where the confusion is coming from so I apologize in advance for the ignorance. Yea universal as in you can do everything there. I’m not sure how the term universal would mean there can only be one. It would be counter productive to the freedom of the internet to have it that way. I would prefer to be able to access everything from one app. Would save a buttload of space on my phone and would make things universally easier by having the same interface across everything. I would prefer it to not be twitter since the platform sucks, but I wouldn’t be against something like that and thats the wonderfulness of the internet, you can have more than one service doing the same thing.

    The term universal and distinct are not mutual, unless I misunderstood the definition of universal somewhere

    A good example of this would be pideon, I used to use that as a service to be able to access XMPP, IRC, Skype (back in the day), and google chat. Universal app that could be used for all my social needs, without having a monopoly.









  • Yeah I fully agree typescript does help in terms of knowing what type of types you should be supplying to functions, and for the most part I do use it for non-library purpose/anything that doesn’t rely on a third party, I just feel like typescript isn’t worth it when you have data that’s returned at run time that’s controlled by a third party service. You end up coding more in class definition files then you would just using normal tests