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/)PP
Posts
0
Comments
481
Joined
2 yr. ago

  • 10 minutes after migrating from Maven to Gradle...

    "Wow, I can do the same I did with Maven with such a small configuration and a few lines of code".

    2 months later....

    "Wtf is broken!!? Wtf is going on?"

    2 hours later...

    "Wtf is broken!!? Wtf is going on?"

  • Linux power-users hate it when a tool tries to become a platform.

    It breaks the principle of single responsibility and becomes a threat to the evolution of alternatives.

    It's pros and cons. Having a platform is better because everyone works together on a single effort. But it also becomes a risk because now everyone depends on a single thing that does too much.

  • Because they use what you say to tagert ads and keep a record of who you are. That's how they make money.

    Which goes back to... You're just a product. Stop using large platforms for personal shit. That's their business model, how is it evil if most people know these companies rely on stealing as much information from you as they legally can AND they still use them.

  • Buffed af

    Jump
  • They take steroids before filming these movies. It is no secret. You can't achieve that in a few months, that's 100% steroids backed by a team of experts who are giving them the best products in the exact doses they need.

  • I wouldn't mind if someone stole and curated the top posts from certain subreddits I'm interested in.

    I really don't dislike reddit for their communities but for their CEO and corporate greed. The content is great.

    I'm not there because I don't want to give them money after they mistreated their users.

  • Man, I honestly have no idea why they are downvoting you. Composition literally means taking common behavior and placing it in external objects behind interfaces using a has-a relationship.

    No idea why they are denying this. Inheritance vs composition is the same as "is-a" vs "has-a". In composition re usability isn't done via inheritance but code encapsulation.

    Saying that in Go objects can implement many interfaces is the Interface Segregation principle from SOLID. Basically having small interfaces instead of a big interface with methods that may not be implemented by all implementors.