

Fallout 4 maybe? The main gameplay loop is gathering junk to get parts to improve your equipment.


Fallout 4 maybe? The main gameplay loop is gathering junk to get parts to improve your equipment.


Huh, that pretty cool actually. I need to play around and see if this works with gtk-rs, channels get fairly annoying if you need to use them a lot.


It’s because they misspelt oestrogen, the govt wasn’t sure what they were talking about.


And if you find the borrow checker annoying in async rust, that’s mostly a tokio issue. Look into smol-rs as it offers alternatives
This is great until you want to use a library which is tokio exclusive, which is most of them.


So? It’s logname, what do you expect, for them to read the bits directly from memory? If you’re going to criticise this for anything, it should be that it doesn’t support Windows, not that it calls out to libc.


This is correct and fine?


YDM. This also happened a month ago, don’t know why you’re bringing it up now.
Evan Prodromou recently launched tags.pub, which is a service that creates a bunch of accounts that boost hashtags. People on the masto side didn’t like that it was opt out, and getting their notifications spammed.
Is this about that new hashtag instance Prodromou launcher?
Looking at it, it’s weird that it doesn’t respect indexable flag on profiles, instead saying you need to add a hashtag to your bio to opt out?


I wonder why the man who makes money off engine royalties might have a problem with something that can dramatically affect sales after stuffing that engine with the crap people hate.


I don’t disagree, and the plugin system is cool as it’ll enable people to build things like that. I think SJW even has something like that already. But I can’t begin to tell you how much work a simple text filter would have saved me as an admin.


Thanks! I have also floated the idea of a regex blocklist, but Nutomic shot that down because ‘it can be done with a plugin’. Can’t wait until 1.0 so Lemmy can have feature parity with a 2006 forum.


URLS, no, but it can disallow specific domains.
It does work on URLs. The https part gets stipped out because of how the regex is built internally, but you can absolutely block a Github repo. I have a Discord invite link in the feddit.uk one.
Until relatively recently, it would only prevent users of that instance from posting to them, but somewhat recently it now prevents inbound federation of anything linking to those. If something links to a blocked URL (post, comment, user with that in their bio, etc),
It always worked on federated content? It was added in response to a Mastodon spam wave (source: I added it).


Presumably they must think this is a good thing, given they run a cloud gaming platform.


Sure, but I’m just pointing out that these are different features that happen to be named the same thing. I’d also point out that something that doesn’t federate can’t really be called part of the fediverse, which is what OP was asking about.


The Wikipedia article for D links to this blog post which seems pretty damning.


Piefed’s private communities are local only, ie no federation. The Lemmy 1.0 ones do federate.


Oh, what’s the tea on multiverse I’ve missed?


Lemmy 1.0 will have ‘private communities’, which are communities whose posts can only be viewed by approved subscribers. I wouldn’t trust this though, you can’t guarantee other instances running other software will keep the posts private, so I’d only trust this if you host the instance and allow list vetted instances, which just opens you up to the problems mentioned in the other thread.
Your best bet is an e2ee messaging app with group support. People will recommend Matrix, but the moderation tools kind of suck and it can be very resource demanding to host (from what I’ve heard, I don’t host Matrix). Signal is what most privacy people will recommend but I don’t know how accessible it is in Iran given it’s centralised nature. The XMPP people will inevitably speak up and they’re probably even right, but I’ve never used XMPP so can’t speak on it.
I know, I read the description. It just looks like a nicer syntax around setting up a tokio runtime and sending code between runtimes. It’d still be nice to have a non-tokio options so stuff could be single threaded.