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/)DA
digital_alchemist @discuss.tchncs.de
Posts 0
Comments 15
Exclusive: Bernie Sanders worries young people are underestimating the threat from Trump
  • Balance:

    a) damage done by another Trump presidency

    vs

    b) damage done by demonstrating to the ruling class that you'll give them whatever they want so long as you genuinely fear one of the candidates

    Tough call. I wish each and every one of you who has a say in this clairvoyance beyond mine.

  • Reddit embracing all out enshittification
  • There's something sad about society losing a such a unique source of knowledge, but hopefully we've collectively learned something about the dangers of trusting proprietary solutions.

    Anyone found a reliable way to search across Lemmy instances they can share?

  • PeerTube stress tests: resilience lies in your peers!
  • Anyone care to share their thoughts on proper netiquette when posting to a Peertube instance?

    Specifically I'd be interested to learn if it's only considered appropriate for those contributing to the network (either by hosting a server or contributing financially) to post or if the uploading of original work is itself is considered a contribution.

  • Mullvad Announce Latest Infrastructure Audit
  • Service is fine, but GNU/Linux support needs improvement.

    They just changed their TOS to forbid paying customers from seeking any form of judicial remedy, so you can guess the direction they're headed.

    Needless to say I won't be renewing.

  • Why is lemmygrad not a banned instance anymore?
  • Thanks so much for hosting this instance.

    Sorry for my ignorance, but would you mind clarifying which of your rules lemmygrad violated to get on your blocklist?

    • caused problems under German law
    • caused technical difficulties
    • engaged in hostile activity
    • engaged in malicious activity
  • Why is lemmygrad not a banned instance anymore?
  • Because tchncs understands that without free speech we have no hope of dealing with any of the problems that concern us.

    Official statement:

    Federation status

    social.tchncs.de does not believe in censorship. Federation is a network service and suspension of federation with another server will only be implemented as a last resort where content from another server may cause problems under German law, or in cases of technical difficulties or hostile or malicious activity.

  • What is this hardened Firefox I hear about?
  • As many others have pointed out Arkenfox is a great way to harden Firefox that saves much of the effort of manually editing about:config

    Because I didn't see one already here's a link to an install tutorial for Arkenfox in case it helps anyone to get started.

  • "Shame on you!" - DT, 2023
  • I've come to realize that semantics are vastly more important than many of us realize.

    Saying GNU/Linux isn't about giving credit to the GNU Project so much as it is about spreading the message that GNU represents. GNU represents a cooperative, collaborative philosophy diametrically opposed to the oppressive, exploitative capitalist ideals championed by today's ruling class. By using "GNU" we remind users that the freedom we enjoy with our computing today was made possible, not by a kernel, but by the ideals of community and camaraderie embedded into our software by way of the GPL.

    I don't see anything antithetical about anyone wanting to share their work while at the same time wanting to be credited for it. On the contrary, most copyright regimes have specific carve outs for moral rights such as attribution. Even the most liberal of the creative commons license options includes an attribution requirement. That said, it isn't just within your right to rename things you fork, it may be a requirement. For reference just think back to the controversy surrounding IceWeasel.

  • Think penguin
  • While I haven't ordered from them personally, ThinkPenguin's well respected by the community.

    They've been around for about 15 years and have a focus on freedom respecting tech, which is why they work closely with the FSF.

  • Org-mode
  • 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.