• 2 Posts
  • 15 Comments
Joined 2 years ago
cake
Cake day: June 20th, 2023

help-circle




  • They tried to weasel out of saying that they sell your data, claiming that the CA law has an absurd definition. But the CA law just defines the term how any reasonable person would: the California Consumer Privacy Act (CCPA) defines “sale” as the “selling, renting, releasing, disclosing, disseminating, making available, transferring, or otherwise communicating orally, in writing, or by electronic or other means, a consumer’s personal information by [a] business to another business or a third party” in exchange for “monetary” or “other valuable consideration.”

    So yes, they’re selling your data, and CA law is finally forcing them to admit it, rather than continuing to lie about it.




  • https://spec.matrix.org/latest/#room-structure

    The content of the messages can be encrypted. Who is in a room and who sent each message is not. See the “shared data” section of the chart.

    Encrypting that data would require something like Sealed Sender (like Signal), and that is entirely absent from the spec and any implementation.

    Edit: to the people downvoting, this is the literal Matrix spec upon which all the implementations rely. You are asking me to prove the absence of something in it. If you could, point me to the section that comments on the encryption of metadata in the spec. You may not like the answer (I’d love for it to encrypt metadata too!) but that doesn’t change the fact that it doesn’t encrypt metadata at this time.





  • Unlike every other note app I’ve ever used, you don’t need to organize things manually or manage an organizational hierarchy (like folders, etc). That’s where I always fall over in other apps, eventually. Organization happens automatically in Logseq.

    It gives you a new, date-stamped journal entry everyday, and you jot down notes in that. You can link to other pages just by adding a hashtag or using 2 square brackets around some text. Each link/hashtag is automatically given its own page, and if you visit it, you’ll see all your mentions of this page, neatly organized in a chronological order by the date. So think about daily work on a project/goal, or anything around a specific topic, all of it is automatically organized for you.

    Under the hood, all the links form a graph and Logseq is backed by a graph database, so it visualizes this graph for you and gives you some powerful querying tools on top of it too.