• 0 Posts
  • 58 Comments
Joined 2 years ago
cake
Cake day: July 10th, 2023

help-circle



  • Propaganda doesn’t necessarily need to convince people, but can instead attack the peoples ability to differentiate truth and lie by sowing mistrust about the most mundane and conventional things. When people stop believing their own eyes or following logic, they become easier to manipulate. A bit like gas-lighting, where you sort of turn the critical thinking against them, but on a large scale.



  • I know this post is more about the committing on LLM “fixes”, but find the other reasons more interesting.

    Similar to the date & time library there are a couple of other things that look easy at a first glance, but get complicated very quickly, because it has so many special cases:

    • lexicographic sorting (different languages sort things differently)
    • Postal address formatting (different standards in different countries, with many different context sensitive rules)
    • string handling

  • He is not only attacking the US, he wants to breakup democracies world wide and through causing international crisis and turmoil, push all countries into becoming authoritarian regimes, controlled by oligarchs and one-party systems.

    That is the actual goal, and he is doing that while trying to maintain plausible deniability, by staging himself as an incompetent and incoherent buffoon.

    And even if he is a real buffoon and doesn’t understand the end goal, he has a lot of more intelligent antidemocratic advisors around him that do. This is not coming out of nowhere.


  • Why would wheelchair bound people have to pay so much more to get car they can use, when they can pay the same price as everyone else for a ticket to ride with public transportation?

    Also there are blind and other handicapped people that can easily ride public transport on their own, but would have to rely on others to ride with their own car.

    Public transport is especially useful for the handicapped and elderly compared to personal cars.



  • Now they will likely spin any critique and demonstrations against the AfD&CDU as “influenced by russia”.

    And long term CDU voters will eat it up, since “russia is on the extreme left” or whatever.

    We live in an inverted world it seems. It looks like making stuff up is more difficult then just inverting facts.


  • I would argue that it is about incentives. A market economy is about maximizing profit, so that (the class of) shareholders get more money out of it, than they put into it. Incentivising making money means you incentives a race to the bottom, producing lots of expensive and addicting crap that easily breaks for as little cost as possible. And you incentivise massive consumption of it.

    A socialist economy should instead incentivise improving the world for all the people that live in it. Produce stuff that is robust, adaptable, sustainable and so on. Incentivise the mindfulness of the social and ecological impact of each product. And if someone needs something special, incentivise local makerspaces etc. that allows people to produce custom stuff in low quantities.



  • OSM also uses localized names for places. So there might be name changes happening there as well.

    Not sure exactly how they do it for international names, they probably have a system, but if Trump starts renaming towns and states in the US like “State of Pu**ygrab”, “State of Hillaries-emails” or whatever, everyone has to adapt, in order to not be disrespectful of the people and culture of the united states as is making any kind of fun about these cultural and historic differences. People from outside just do not understand them and their need to validate their place in the world as deeply as the people living there.







  • So you meant to say:

    I would go as far as to say that Bitwarden’s main competitive advantage and differentiation is that it’s source is available.

    That is not true, there are a lot of other password management software out there where the client source code is either open source or source available. For instance keyguard: https://github.com/AChep/keyguard-app?tab=License-1-ov-file#readme which is an alternative proprietary bitwarden client, where the source is also available. Also the Proton Pass client is under GPLv3.

    I would argue that the main advantage of bitwarden compared to others is that it is open source and has an open source server for self-hosting (vaultwarden). Which of course makes it difficult in terms of business strategy with their VC funding. But maybe becoming a non-profit org and getting money from donors, the strategic funds of EU and other governments, etc. might be an alternative way.


  • Ok, lets take it step by step:

    Thanks for sharing your concerns here. We have been progressing use of our SDK in more use cases for our clients. However, our goal is to make sure that the SDK is used in a way that maintains GPL compatibility.

    • the SDK and the client are two separate programs

    I think they meant executable here, but that also doesn’t matter. If both programs can only be used together and not separate, and one is under GPLv3, then the other needs to be under GPLv3 too.

    • code for each program is in separate repositories

    How the code is structured doesn’t matter, it is about how it is consumed by the end-user, there both programs are delivered together and work together.

    • the fact that the two programs communicate using standard protocols does not mean they are one program for purposes of GPLv3

    The way those two programs communicate together, doesn’t matter, they only work together and not separate from each other. Both need to be under GPLv3

    Being able to build the app as you are trying to do here is an issue we plan to resolve and is merely a bug.

    Not being able to build a GPLv3 licenses program without a proprietary one, is a build dependency. GPLv3 enforces you to be able to reproduce the code and I am pretty sure that the build tools and dependencies need to be under a GPLv3 compatible license as well.

    But all of that still doesn’t explain what their goal of introducing the proprietary SDK is. What function will it have in the future? Will open source part be completely independent or not? What features will depend on the close-source part, and which do not? Have they thought about any ethical concerns, that many contributors contributed to their software because it under a GPL license? How are they planning on dealing with the loss of trust, in a project where trust is very important? etc.