Skip Navigation
Jump
Aktuellen Stand von Feddit
  • Hier ein kleines HowTo, wie man seine Userdata auch schnell umziehen kann.

    1
  • Jump
    Howto: Einstellungen, geblockte/followed Communities und mehr von feddit.de auf andere Instanz übertragen
  • Für die Leute, die keine offene Browser Session haben, hier ein kleines, aber funktionales Bash Script, welches im Ausführungsverzeichnis eine myFedditUserData.json erstellt, welche bei anderen Instanzen importiert werden kann.

    Anforderungen:

    • Linux/Mac OS X Installation
    • jq installiert (Unter Ubuntu/Debian/Mint z.B. per sudo apt install -y jq

    Anleitung:

    • Folgendes Script unter einem beliebigen Namen mit .sh Endung abspeichern, z.B. getMyFedditUsserData.sh
    • Script in beliebigen Textprogramm öffnen, Username/Mail und Passwort ausfüllen (optional Instanz ändern)
    • Terminal im Ordner des Scripts öffnen und chmod +x getMyFedditUsserData.sh ausführen (Namen eventuell anpassen)
    • ./getMyFedditUsserData.sh
    • Nun liegt im Ordner neben dem Script eine frische myFedditUserData.json

    Anmerkung: Das Script ist recht simpel, es wird ein JWT Bearer Token angefragt und als Header bei dem GET Aufruf von https://feddit.de/api/v3/user/export_settings mitgegeben. Wer kein Linux/Mac OS X zur Verfügung hat, kann den Ablauf mit anderen Mitteln nachstellen.

    Das Script:

    #!/bin/bash
    
    # Basic login script for Lemmy API
    
    # CHANGE THESE VALUES
    my_instance="https://feddit.de"			# e.g. https://feddit.nl
    my_username=""			# e.g. freamon
    my_password=""			# e.g. hunter2
    
    ########################################################
    
    # Lemmy API version
    API="api/v3"
    
    ########################################################
    
    # Turn off history substitution (avoid errors with ! usage)
    set +H
    
    ########################################################
    
    # Login
    login() {
    	end_point="user/login"
    	json_data="{\"username_or_email\":\"$my_username\",\"password\":\"$my_password\"}"
    
    	url="$my_instance/$API/$end_point"
    
    	curl -H "Content-Type: application/json" -d "$json_data" "$url"
    }
    
    # Get userdata as JSON
    getUserData() {
    	end_point="user/export_settings"
    
    	url="$my_instance/$API/$end_point"
    
    	curl -H "Authorization: Bearer ${JWT}" "$url"
    }
    
    JWT=$(login | jq -r '.jwt')
    
    printf 'JWT Token: %s\n' "$JWT"
    
    getUserData | jq > myFedditUserData.json
    
    11
  • Lemmy bietet seit Version 0.19 eine Funktion an, um die user data zu ex- und importieren. Das geht normalerweise über einen Button in den Settings des Webinterfaces, das geht aktuell bei feddit.de nicht.

    Aber der zugrundeliegende API-Aufruf funktioniert noch, solange man noch mit einem Browser auf feddit.de eingeloggt ist:

    1. Man gehe auf https://feddit.de/api/v3/user/export_settings und speichert die zurückgegebene Datei als irgendwas.json
    2. Man nehme einen (neuen) Account auf einer stabilen Instanz der Wahl, gehe auf /settings und lade irgendwas.json über den Import-Button hoch.
    3. Voilà, man genieße die neue Instanz.

    Das funktioniert mit jeder Instanz >=0.19, man muss lediglich das "feddit.de" in der URL ersetzen. Und wenn das Webinterface funktioniert, geht das auch über den Export- Button in den Settings.

    1
    Jump
    Discord to start showing ads in the coming week after resisting for almost a decade
  • Selfhosted services like Nextcloud/Immich aren't nearly as dependent on a critical user mass like Discord/Matrix, but the principle is the same.

    If you host for family or friends, they may even use it if you convince them to switch. But when the setup, which doesn't consist of redundant instances and isn't maintained by a small army of SysAdmins 24/7, inevitably breaks for longer than a few minutes, most will switch back to the easy, reliable option.

    11
  • Jump
    Discord to start showing ads in the coming week after resisting for almost a decade
  • I'd love to be able to disagree in any of your points, but I can't.

    The vast majority of users want something that simply works, is polished and intuitively usable. Reading docs, remembering anything other than the bare minimum, running into issues that don't get magically resolved within 5 minutes will turn them away forever.

    Even people with a technical background will at least partially compromise and migrate towards the services with the most users to not isolate themselfs.

    Matrix is neat, Lemmy is neat, Nextcloud is neat (well, in theory), Immich is neat, so many other privacy friendly solutions are neat. But they'll always be irrelevant in the global context.

    26
  • Jump
    Rechtsextremes Kampfsportzentrum in Halle vor Eröffnung abgebrannt | MDR.DE
  • FCKNZS, aber das halte ich für ne gefährliche Einstellung. Sollte das Brandstiftung gewesen sein, wovon ich persönlich ausgehe, ist das unabhängig vom Ziel eine sehr gefährliche Aktion und meiner Meinung nach kontraproduktiv. Man hat paar Hurensöhnen die Lagerhalle abgefackelt und dabei Unbeteiligte in Form des übergreifenden Brandes gefährdet sowie glücklicherweise lediglich finanziell geschädigt.

    Für die Hurensöhne ist das ärgerlich, aber für die Unbeteiligten ist das mindestens absolut scheisse und potenziell desaströs. So kriegt man in der Bevölkerung jedenfalls keine breitere Unterstützung.

    4
  • Jump
    You may be offered a free premium Telegram subscription – but please don’t accept
  • Signal and DeltaChat, as well as Simplex and some others e2e communication solutions, are adequate from a technical point of view.

    The main issue is always adoption. You can have the most convenient way to safely communicate with people, it'll be useless if nobody you're talking to wants to use it.

    So, since Signal is very easy to set up and use as well as the most adopted, it's currently the best pick for regular conversations.

    9
  • Jump
    You may be offered a free premium Telegram subscription – but please don’t accept
  • Telcos know that authentication is about the only remaining use case for SMS and are not going to turn down the revenue stream.

    And it can't die fast enough, as it's essentially the same as broadcasting your sensitive information over unencrypted radio.

    Apart from security, phone number based user identification is such a half-assed approach and I still don't get why Signal wants to die on that hill. It's inconvenient, yet trivial, for anyone to register a second, third or tenth phone number. With a bit more knowledge and inconvenience, even anonymously. It adds so little.

    28
  • Jump
    NASA needs your smartphone during April's solar eclipse
  • Sweet, now I get to put "worked with NASA" in my résumé.

    8
  • Jump
    GDL verkündet Einigung im Tarifstreit mit der Deutschen Bahn
  • Top, bin gespannt auf die Details. Und als Passagier sind das erst recht gute Nachrichten, endlich werden öffentliche Verkehrsmittel wieder unzuverlässig anstatt eingestellt.

    27
  • Jump
    Some banking apps don't appear in the Aurora Store
  • Their issue tracker is probably the best bet.

    I never use dubious sources like this, especially banking apps.

    Oh yeah, it's usually a very bad idea, especially regarding apps handling sensitive information. Since my use case for APKMirror strictly consists of apps without internet permission in a dedicated, otherwise empty profile, the risk is acceptable.

    2
  • Jump
    Hamas, Al Jazeera admit: Story of IDF rapes in Gaza hospital fabricated
  • I'm a bit disappointed with the hypocrisy of some commenters here.

    So many very questionable articles, posts and statements that can't be verified regarding IDF crimes get treated as the absolute truth. Yet a statement regarding a fake story, verified by Hamas and Al Jazeera, gets reported and isn't trustworthy, since it's from an institution aligned with Israel?

    Holy echo chamber, batman.

    67
  • Jump
    Richterin über Vergewaltigungsprozess in Hamburg: »Mein Bild ist jetzt auf Höckes Facebook-Seite« [Spiegel]
  • Es lohnt sich wirklich, den Artikel zu lesen. Ich erinnere mich an die Berichterstattung rund um den Fall, ich konnte die vergleichsweise milden Urteile auch nicht nachvollziehen und hatte eine starke emotionale Reaktion.

    Meier-Göring: Zunächst einmal: Das Verfahren war nicht öffentlich, und auch die Urteilsbegründung richtete sich in erster Linie an die Verfahrensbeteiligten, die Angeklagten, Verteidiger, Nebenklage und Staatsanwaltschaft. Daher kennen auch nur die Verfahrensbeteiligten die ganze Wahrheit. Das ist auch gut so, denn das schützt vor allem die Nebenklägerin, die sich an fast nichts mehr aus der Tatnacht erinnert. Sie soll besonders nicht durch neue Informationen, die an die Öffentlichkeit gelangen, retraumatisiert werden. In der kurzen öffentlichen Urteilsverkündung habe ich daher – wie auch in diesem Interview – viele Details, die auch das Verhalten der Nebenklägerin betrafen und die sehr entscheidend für die Rechtsfolge waren, weggelassen. Trotzdem: Ein Urteil ergeht ja »Im Namen des Volkes«. Ich habe mich deswegen natürlich auch persönlich immer wieder gefragt, was ich besser hätte kommunizieren können.

    [...]

    SPIEGEL: Was kann man besser machen, damit durch unverstandene Urteile nicht so viel Hass verbreitet wird?

    Meier-Göring: Wir müssen uns gegen das Gift und die Fake News aus der rechten Ecke lauter zur Wehr setzen. Aber wir müssen auch zeigen, dass wir zuhören und selbstkritisch sind und die Urteile der Justiz den Menschen noch besser erklären. Ich wünsche mir eine Art Bürgerdialog für die Justiz, um die Menschen da draußen besser zu erreichen. Wir wollen doch alle dazu beitragen, dass es weniger Straftaten und weniger Gewalt gibt. Dass die Gesellschaft besser wird.

    Dass das Verfahren zum Schutz der Beteiligten nicht öffentlich war, ist verständlich. Die sehr knappe öffentliche Urteilsverkündung hätte aber eben auch deutlich besser begründet und eingeordnet werden können, um die Fantasie und das Verständnis des Volkes und der Presse nicht unnötig frei laufen zu lassen.

    Sie wünscht sich eine Art Bürgerdialog, der hat stattgefunden. Populistische Publikationen, entrüstete Bürger, widerwärtige Drohungen. Aufgrund fehlender bzw. fehlerhafter Kommunikation.

    Vielleicht lernen die beteiligten Organe ja etwas aus dem Fall.

    27
  • Jump
    Some banking apps don't appear in the Aurora Store
  • open from a direct link from the Play store (in which the app page opens, however, with almost no information, such as version, permissions, size and so on, and the download doesn’t start.

    Tested this myself, as that used to be the workaround for apps not appearing, but I'm facing the same issue on some apps. For the time being, installing/updating manually via APKMirror isn't ideal, but I'm not installing the Play Store.

    1
  • Jump
    Wie werfe ich Speiseöl weg Deutschland?
  • Frittieren ist das eine, z.B. Buletten mit hohem Fettanteil das andere. Die können beim anbraten gefühlt um die Hälfte schrumpfen und am Schluss in einem See aus Fett schwimmen, das muss man eben irgendwie entsorgen.

    1
  • Jump
    Wie werfe ich Speiseöl weg Deutschland?
  • Scheinbar ist das Entsorgen in den Abfluss schädlich für die Abwassersysteme.

    Nur um den Punkt zu klarifizieren: Öl in den Abfluss kippen ist nicht nur für die Abwassersysteme der Stadt schädlich, das haftet sehr effektiv in den heimischen Abflussrohren. Neben einem tollen Grundaroma von Verwesung in Begleitung von Ekelpommesbude in der Bude hat man hier schnell nen Haufen Arbeit am Hals.

    Ein altes, dickerwändigeres Plastikgefäss damit zu befüllen und ab in den Restmüll ist der Weg. Ich würde von Glasbehältern abraten, ausser man hat Bock auf ne Handgranate aus heissem Öl und Glassplittern.

    22
  • Jump
    Denuvo Unveils New Tech That Will Make It Easier for Devs to Track Down Leakers - IGN
  • Steganography is a (fascinating) bitch. There are a lot of ways to hide a message in an image which is very resilient to manipulations like resizing, compression or even the loss of information by actually filming a screen versus taking a screen capture.

    If you adjust your approach to not rely on a single picture to reliably convey a short message, but part it out over tens or hundreds of frames in a video, it's basically impossible to make sure that the message was erased without knowing the algorithms used or rendering the video unwatchable.

    It's an awesome field and nothing new.

    5
  • Jump
    adguard vpn selling user data to third-parties?
  • What? So your advice for improving privacy is to not use a VPN, because the provider may log stuff and instead keep accessing stuff directly through your ISP who will log everything you do and simply use DNS over HTTPS/TLS, which does pretty much nothing for your privacy since your ISP still sees the servers you connect to?

    That's terrible advice.

    5
  • www.lvz.de Fußballfan attackiert „Anzeigenhauptmeister“ bei Bitterfeld

    Unter dem Namen „Anzeigenhauptmeister“ ist der 18-Jährige Niclas M. bundesweit aktiv, um Falschparker anzuzeigen. Anfang März soll er in einer S-Bahn bei Bitterfeld attackiert worden sein.

    18