38

I vaguely remember a video about history of weapons that goes like "rock, fast rock, pointy rock, (...) spicy rock dropped from big metal bird" (nuke) but I can't find it again. Does it ring a bell for anyone here?

0
submitted 1 year ago* (last edited 1 year ago) by 15Redstones@feddit.de to c/lemmy_support@lemmy.ml

One issue with the fediverse right now is that there are many redundant communities. Like !technology@beehaw.org, !technology@lemmy.ml, !technology@lemmy.world, etc all having essentially the same topic.

I think the easiest solution to this is to take reddit's multireddit feature, allowing users to create their own "technology" multi-community that includes all the popular technology communities from all the instances. Thanks to federation, the user could interact with this multi as if it was one big community. Perhaps a way to share the multi with others so that all the component communities get federate-mirrored to the new user's instance would be needed too.

[-] 15Redstones@feddit.de 5 points 1 year ago

For people who previously used SMS and had their contacts saved in the phone's pre-installed contact app, WhatsApp could use all those contacts out of the box.

[-] 15Redstones@feddit.de 5 points 1 year ago

Nope, linking the video file directly creates a download link. It doesn't display a video and clicking the link downloads the mp4. Adding onlineplayer.com makes it try (but fails) to display a video inside lemmy, but clicking the link plays it.

4
Testing Video player (cdn.discordapp.com)
[-] 15Redstones@feddit.de 9 points 1 year ago* (last edited 1 year ago)

Brilliant Pebbles. A space-based ICBM interceptor program from the 80s.

The one part of Reagan's Star Wars that would totally have worked if they'd deployed it, but the Soviet Union didn't last long enough...

12
submitted 1 year ago* (last edited 1 year ago) by 15Redstones@feddit.de to c/noncredibledefense@sh.itjust.works

USSF Alan Shepard engaging a Chinese spaceship in lunar orbit animated by theo bouvier

30
11
submitted 1 year ago* (last edited 1 year ago) by 15Redstones@feddit.de to c/noncredibledefense@sh.itjust.works
[-] 15Redstones@feddit.de 2 points 1 year ago

Trotz Namen sieht https://sh.itjust.works/home/data_type/Post/listing_type/Local/sort/Active/page/1 nicht wie eine reine Shitpost-Instanz aus. Camping, Python, Babylon 5. Und NCD ist halt dort...

[-] 15Redstones@feddit.de 1 points 1 year ago

Because lemmygrad is pretty huge and other instances don't want their new users to be met with a flood of tankie content, most instances are blocking lemmygrad.

[-] 15Redstones@feddit.de 5 points 1 year ago

Keine neuen Posts + gepinnter Post der den Protest erklärt, damit Leute die die letzte Woche nicht online waren wissen was los ist.

3
submitted 1 year ago* (last edited 1 year ago) by 15Redstones@feddit.de to c/main@sh.itjust.works

I made a little thing to more easily move to another instance:

A way to quickly grab a list of your subscribed communities.

Go to your list of subscribed communities, /communities/listing_type/Subscribed/page/1 and create a bookmark with the following code as link:

code

javascript:(function() {
    const currentHostname = window.location.hostname;
    const table = document.getElementById('community_table');
    const anchorTags = table.getElementsByTagName('a');
    const communityUrls = [];

    for (let i = 0; i < anchorTags.length; i++) {
      const title = anchorTags[i].title.substring(1);
      const parts = title.split('@');
      const community = parts[0].trim();
      const domain = parts[1] ? parts[1].trim() : currentHostname;
      const communityUrl = `https://${domain}/c/${community}`;
      communityUrls.push(communityUrl);
    }

    const urlsText = communityUrls.join('\n');

    navigator.clipboard.writeText(urlsText)
      .then(() => {
        alert('Community URLs copied to clipboard!');
      })
      .catch((error) => {
        alert('Failed to copy Community URLs to clipboard:', error);
      });
})();
Clicking this bookmark will automatically copy a list of all your subscribed communities and format the links so that you can pop them in the search bar of another instance to subscribe to them from another account. It can only scrape what's on screen, so if your subscribed communities list is several pages long just click the bookmark for each page.
[-] 15Redstones@feddit.de 12 points 1 year ago* (last edited 1 year ago)

Mit einem Account auf feddit.de kannst du dich nur auf feddit.de anmelden, nicht auf lemmy.ml. Dein Browser teilt deine Login-Daten von feddit.de aus Sicherheitsgründen nicht mit lemmy.ml, weil es eine andere Seite ist.

Du kannst aber immer noch auf lemmy.ml-Communities zugreifen, nur halt mit der URL https://feddit.de/c/asklemmy@lemmy.ml statt https://lemmy.ml/c/asklemmy. Ein lemmy.ml-Nutzer kann deine Kommentare dort sehen, aber mit einem @feddit.de an deinem Benutzernamen.

[-] 15Redstones@feddit.de 13 points 1 year ago

Ist mir eigentlich lieber dass sie auf feddit.de statt lemmy.ml verweisen. Das "ml" würde einige User vom Wechseln abschrecken.

[-] 15Redstones@feddit.de 1 points 1 year ago

German "Catastrophe" is "Katastrophe". "Katzastrophe" is "Katze"+"Katastrophe", which in english would be "cat" + "catastrophe"... oh.

[-] 15Redstones@feddit.de 1 points 1 year ago

Ich meinte halt dass nicht alle User und Communities der Plattform weg sind wenn ein Server offline geht. Wenn du unbedingt deinen eigenen Account und deine Communities sicher haben willst kannst du auf eigener Hardware hosten.

[-] 15Redstones@feddit.de 3 points 1 year ago

Die Leute die den Server hosten auf dem die Accounts registriert sind können mit den Daten machen was sie wollen, das ist mehr oder weniger für alle möglichen Seiten der Fall. Bei Lemmy sind dann schlimmstenfalls die Accounts und Communities von dem Server weg statt die gesamte Plattform. Solange Accounts und Communities über viele Server verteilt sind ist der Schaden dann relativ begrenzt.

view more: next ›

15Redstones

joined 1 year ago