
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?
Wenn wir die 500€ für Arbeitslose durch 500€ bedingungslos ersetzen würden, dann würden sich kleine Jobs, die nicht viel zahlen aber auch nicht viel Aufwand brauchen, vielleicht mehr lohnen.
Solving community fragmentation
One issue with the fediverse right now is that there are many redundant communities. Like [email protected], [email protected], [email protected], 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.
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.
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...

Reddit already predicts a murder plot



Testing if the video player works...
Video
Click to view this content.
USSF Alan Shepard engaging a Chinese spaceship in lunar orbit animated by theo bouvier

How credible is this starship combat art?

Maybe add a pre-pub category so we can keep the LN one spoiler safe to the latest released volume
Lemmygrad is blocked from federating with most other instances but still is a pretty large instance. Though that instance in particular is not very likely to look towards IPO.
It could happen if there was a very popular instance that didn't federate with others.
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.
I don't have a script to automatically subscribe to a list of communities on a new account yet, that's a bit more difficult...

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: ::: spoiler codeundefined
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(() =>
Hm, games geht jetzt, aber https://feddit.de/c/[email protected] geht nicht.
Ich würde gerne [email protected] abonnieren, aber das scheint auf feddit.de nicht zu funktionieren. Taucht bei der Suche nicht auf.