Skip Navigation

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/)RE
Posts
72
Comments
715
Joined
2 yr. ago

Permanently Deleted

Jump
  • This sums up my experience as well. It's never been healthy, but at least it used to be cheap and tasty. But nowadays mcdonalds is so expensive I almost consider it a luxury, and the plastic-looking sauces and mystery meat are in no way appetizing (tho that might just be me getting older and changing preferences as opposed to the actual food getting worse)

  • To all the people downvoting: plastering the political compass in contexts where it makes no fucking sense is a kind of ironic humor meant to highlight the reductive nature of judging political ideology by two axes. It's a shitpost, and a top-tier one at that.

  • Just fucking putting data into json files in a folder is so much easier than databases. Sure, databases are faster and give you access to powerful SQL queries. But if you're just making something small and simple, you don't need those things. Save yourself the hassle and just use the filesystem.

    Or use minio/s3, which can either be the best or the worst of both worlds depending on your usecase.

  • What desktop environment? KDE, right? Just make sure you aren't using the encFS backend for your vaults, it's insecure https://defuse.ca/audits/encfs.htm

    I don't use KDE, so they may have already dropped support for encfs, idk. Just wanted to leave a warning for you/anyone else

  • Full agree, flipping manga is stupid. When I see a manga panel, my first instinct is to read right-to-left. Flipping it is just causing unnecessary confusion. At least the original bothered to make the text actually fit inside the bubbles!

  • I don't have a problem with people launching meme coins for fun. They're consenting adults, if they want to risk thousands of dollars on a meme, that's their choice. But an elected official who has the power to pass laws regulating cryptocurrency doing it? Yikes.

  • You're being sarcastic, right? There's no way in hell that a sign that says VERBODEN TOEGANG VOOR BROMMERS, SNORFIETSEN, EN MOPEDS is somehow more readily understandable than a pictogram that I could recognize from 20 meters away in a low-resolution photo

  • Hi, I recently set up my own email server

    • It's a huge pain in the ass getting things like DMARC and DKIM and whatever to work. Without those, most providers won't even deliver your messages. But luckily, there are websites that help you check and fix your configuration
    • Even once you do get these things set up correctly, most providers will send your outgoing messages straight to the recipient's spam folder
    • That being said, I believe most providers will mark you as "not spam" if the other person initiates the conversation. So this could be a non-problem if you're making an email for your business and putting it on business cards or something.
    • Mullvad (VPN provider) self-hosts their support email, and they seem to be doing fine.

    Hope that helps