Skip Navigation
Anyone remember this?

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?

2
Against Lemmy Karma
  • If someone wants karma they could host a modified instance where every post gets thousands of upvotes for free. Other instances can't really verify whether that's accurate.

  • Lemmy Support @lemmy.ml 15Redstones @feddit.de
    Solving community fragmentation

    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.

    1
    Hey could we defederate with exploding-heads.com/
  • If per-user instance filters are implemented, perhaps instances could have "default blacklists" for new users for stuff like exploding-heads or lemmygrad that most people don't want to see, with the option to manually un-block them if someone does want to see that.

  • Here's a cold war meme for once
  • 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...

  • Testing if the video player works...

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

    0
    Mars Space Force

    https://twitter.com/NosuSuishin/status/1476128322455105536

    0
    Cool Starship art

    cross-posted from: https://feddit.de/post/867022

    > https://twitter.com/NosuSuishin/status/1441361000117137417

    0
    Subscribed communities copyer

    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, <yourinstance>/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.

    4
    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/)15
    15Redstones @feddit.de
    Posts 12
    Comments 11
    Moderates