I suspect it isn’t what you are looking for, but how about https://github.com/maltfield/awesome-lemmy-instances#subscribe-to-subreddits-communities
takeda
- 0 posts
- 23 comments
Honestly I’m not as principled as some people but I noticed that I drastically reduced my presence there and it’s going down. I think a lot might have to do that RiF is missing (unrelated, but RIF’s author made a client for tildes.net called weirdly Three Cheers) and I refuse to install their spammy app.
You should theoretically have access to the same communities/magazines.
On desktop kbin seems to have nicer looking UI and also seems to have better sorting algorithm (at least by default) because when I connect to lemmy server even though I subscribed to the same communities, it feels more deserted for some reason.
You sure it wasn’t “let’s go to discord to get updates where we will move”? Discord won’t work well unless it’s a very small community.
Edit: I just joined and they created many smaller channels, I guess that helps them scale to larger number of users. So yeah I was wrong, but I still insist for majority of subreddits discord isn’t a matching platform and more like a compliment, when you want to talk live with somebody.
literally it is more like “whore son”, but yeah.
There’s also “spez is a whore son”, but I guess spez doesn’t read German.
There were plenty videos posted showing that reddit admins were using some tool that was just putting random patterns over it (they didn’t even bother to make it look real, so it appeared all at once)
People who are engaging with it as a form a protest are just dumb. Reddit has full control over it so they can remove anything they don’t like instantly.
- takeda@kbin.socialto
Reddit@lemmy.world•Reddit is bringing back r/Place at perhaps the worst possible time
3 yearsI have less discipline than you, and still check periodically, specifically /r/news and /r/worldnews but I see that in doubt it less and less and it feels like lemmy/kbin communities is growing and posts are becoming more active.
I think though, that because it is decentralized, there should be a mechanism to group communities to prevent the fragmentation. So then subscribing to the group would subscribe to multiple communities.
Well there’s small chance someone else could get your mail, also there’s a reputation of given IP + there are blacklists that list dynamic IP ranges and some servers outright block them. And last one, you can’t set your own reverse DNS, which could increase like hood ending up in spam folder.
- 3 years
I did not, but it looks interesting, thanks
- 3 years
I use fail2ban and add detection (for example I noticed that after I implemented it for ssh, they started using SMTP for brute force, so had to add that one as well.
I also have another rule that observes fail2ban log and adds repeated offenders to a long term black list.
I think this might answer your question: https://chrisdown.name/2018/01/02/in-defence-of-swap.html (especially the tunning section)
I’m one of those people.
I will leave you this: https://chrisdown.name/2018/01/02/in-defence-of-swap.html
This is a nice read from a kernel developer responsible for memory management.
Don’t use Ubuntu, but are you sure it removed it and didn’t do the same thing windows does (i. e. hybrid suspend, where it does the same as hibernating, but then enters suspend, so if power is cut you still have your ram preserved)?
I self host through my ISP connection.
- sendmail
- bogofilter
- bogofilter-milter
- opendkim
- Cyrus for POP3/IMAP
- roundcube
I have static IP and needed to get a business plan to obtain it. I am actually wondering if there’s place where I can set up a tunnel (that would work with freebsd) and then I could use cheaper, customer based plan.
My problem is to get something that wasn’t abused by spammers. I don’t plan to send any advertising, it would be low volume, since it is just for my and my family.
Yes, if you wear BLM shirt you are telling everyone you care about racism and discrimination, if you wear Nazi shirt you telling everyone that you believe white race is superior to everyone else.
What’s so hard to get? Why I can’t assume your views when you are going out of your way making it obvious to everyone what your political stance is?
That’s a good point. I was assuming there was no tampering with it.
I was not talking about wearing a kind of clothing, but specific clothing showing your political and ideological of someone ways clothes with 1488 I will treat them like the Nazi he is.
Anyway OP said he was just wearing non MAGA red hat. So in that case I agree that was overreaction. In fact would prefer people did that so the association would disappear. I originally thought OP was taking about actual MAGA hat.
Ah, sorry then. That’s indeed overreaction. I thought it was an actual MAGA hat.



In an ideal encryption, the resulting data should be indistinguishable from random when doing statistical analysis.
So yes, such data will be really hard to compress, so typically compression is done before encryption.
Now here’s a twist. The compression before encryption can reveal some details about the encrypted data. This is especially true if attacker has a way to generate encrypted message with part of information that is being encrypted (for example some kind of token etc).
There were attacks on it. For example https://en.wikipedia.org/wiki/CRIME or https://en.wikipedia.org/wiki/BREACH (this was during that idiotic phase where vulnerabilities had those lame-ass names and they even created webpages)
Ideally compression would be done after encryption, but because of issues described earlier, that wouldn’t give any benefit.