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/)SH
Posts
0
Comments
139
Joined
1 yr. ago

  • Capitalism and Communism are bad, there is a middle ground which is better than both and most of the western world uses it. Have a largely free market, but also have socially funded services that wouldn't work under a free market system like healthcare.

  • If you open /usr/share/plasma/plasmoids/org.kde.plasma.icon/main.qml and search for line there's a section called PlasmaExtras.ShadowedLabel which seems to correspond with icon text and there's a line maximumLineCount: 2 you could try reducing that to 1 and it might fix your issue.

    It looks like KDE Plasma is based on QT6 and the icons I believe are a QT6 Label so you can also add some styling to it yourself. Here's the documentation for it: https://doc.qt.io/qt-6/qml-qtquick-controls-label-members.html

    There is a property called lineHeight so you could just add that to the PlasmaExtras.ShadowedLabel and see if that fixes it.

  • While the designs were clearly inspired by Pokemon, I don't think Nintendo has any leg to stand on in this case. The connection is flimsy at best., but I'm not a lawyer so I dunno, maybe there's some legal loophole that Nintendo is banking on.

    If this case goes in Nintendo's favour, it could open the door for other lawsuits like Stardew Valley could get sued for infringing on Nintendo's Harvest Moon IP, for example. I know that's ludicrous but who knows, the law goes in unexpected directions sometimes.

  • If you're not part of the group, then don't use it. I'd say maybe the only exception is "queer". I'm fine with people using queer to describe their friends and family who are queer. Not everyone is OK with it though, but it's pretty common. With queer, don't use it unless the person you're talking to self identifies as queer.

  • I guess it's not so much RTS. It's like making hard decisions. It's a lot like Frostpunk in that way if you've played that game. There's an element of danger and your villagers can easily die, and sometimes you have to make hard decisions or sacrifices.

  • It's very good if you like city builders with RTS elements. There's no combat in it at all, it's just you and your villagers against the storm, hence the title. It has a lot of challenge missions and an overall story so the replayability is quite good.

  • Elves in LOTR have technically infinite vision because the world used to be flat and illuminated by two glowing trees that resided in Valinor. Because the world was flat, and Elves have essentially perfect vision at any distance, they could actually see things that were on the opposite side of the world.

    After Morgoth (aka Melkor, aka the evil god that Sauron worships) and Ungoliant (the mother of Shelob, the spider that nearly kills Frodo) destroyed the trees then the world was made into a globe and Elves infinite vision ability, while still useful, wasn't quite as powerful as before.

  • While you're at it, switch over to DD/MM/YYYY for the date format. The only 2 configurations that make sense is that or YYYY/MM/DD. Either go general to specific or specific to general, MM/DD/YYYY makes no sense.