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

help-circle




  • Proton AG lost me as a customer the minute they backdoored a binding arbitration clause into their TOS last year.

    The difficulty of proving damages in breach of privacy cases combined with generally weak privacy legislation globally means the threat of a class action often serves as one of the only practical deterrents to abuses of power by corporations controlling sensitive personal information. By changing its terms of service, Proton essentially immunized itself from suffering any significant penalty in the event its negligence leads to a mass breach of privacy of its users.

    Tactics like the use of binding arbitration clauses are hallmarks of inherently untrustworthy corporations.










  • Another org-mode user here. No longer in studying in a formal environment, but eternally a student.

    Learning Emacs was one of the best decisions I’ve ever made. I could never fully commit to my knowledgebase when I knew my data was in a proprietary format. Moving to Emacs was not only an earth shattering upgrade over the proprietary tools I’d been using, but it gave me confidence to really put my soul into creating a distributed cognition system that will grow with me into the future.

    I’m not quite at django’s level of using Emacs for email, but it’s definitely on the list. I do use Emacs for my task management using GTD which I wouldn’t have been able to do without Rainer König’s excellent course.

    I personally use the following packages: pdf-tools - view, editing and link to pdf documents helm-recoll - fulltext search across my entire knowledgebase from within emacs, including pdf search org-transclusion - inline display of linked content from other locations in org-files (still integrating with my workflow)

    I make liberal use of org-refile, org-store-link and org-insert-link. In order to keep the cross linking robust, I’ve added the following to my dotfile

          (setq org-id-link-to-org-use-id t)
          (setq org-id-track-globally t)
    

    The learning curve is steep, but once the basics have been learned, the power is really unmatched.