Any interesting things in Reports -> Status? Sometimes there are warnings in there which point to config issues.
Developer of PieFed, a sibling of Lemmy & Kbin.
Any interesting things in Reports -> Status? Sometimes there are warnings in there which point to config issues.
So weird!
Very unlikely to be a proxmox issue.
134217728 bytes is only 138 MB so your php memory limit is set lower than you think. Your php config needs work. Restart Apache and php-fpm (if using) after changing php.ini and use phpinfo(); to check that your changes were applied successfully.
A memory limit of 256 MB should be ok.
I was a drupal dev for 10 years.
There’s no way it should use that much ram. You probably have a contrib module installed that has a bug in it. Try a process of elimination till you find the module it is.
Looks like CMYK support is coming, if I read the release notes right. That has been a sticking point for a loong time.
Organic Maps was put back onto the Play Store the next day day: https://organicmaps.app/news/2024-08-18/good-news-organic-maps-appeared-again-in-the-google-play-store/
Story by a game dev who gave up on Rust after 3 years https://loglog.games/blog/leaving-rust-gamedev/
Pretty good discussion about this on Mastodon - https://friend.camp/@aparrish/113053044485254385
Lemmy and Kbin both got money from Nlnet. Mastodon too, plus probably other fediverse projects.
What is the relationship between NGI and Nlnet?
I think that’s going to be more of a limitation than your CPU. Any chance of getting 256+ MB of ram?
When listing an app on the app store, there is a footgun to watch out for. One of the questions it asks is “Is this app made for children” or “is this app intended for children” or something like that. If you say “yes” to this then that triggers extra stringent evaluation criteria. Many people will accidentally choose yes for their app because it’s a general purpose app which anyone can use (no porn, violence, etc) but that is a mistake. The intent of that question is to find apps that are ONLY for children to use and to evaluate them differently in order to keep children safe.
Private messages would need to be end-to-end encrypted. No ActivityPub-based platform does this. I’ve been mulling over how to do it but haven’t landed on anything solid yet.
Signs-ups don’t have to be open, they can be closed or vetted - it’s just a config option that can be changed with a couple of clicks.
PieFed has polls. But it’d be helpful to take inspiration from Loomio and add much richer functionality here to turn a poll into a proper group decision-making tool.
Still worth it, for the latency elimination alone. But also I expect a SSD would saturate the IDE connection whereas a HDD rarely would.
Thanks, I spent a couple of hours playing around with that. It didn’t work quite right but still I’ve got some glorious retro ugliness going on. A mishmash of CDE, Windows 2000 icons and KDE 5, it’s mental and I love it.
Yeah, I long for window decorations and borders like that. Anyone know a good KDE 5 theme that does it?
Windows XP. Windows itself was fine, I only moved because the programming languages I wanted to use ran better on Linux and ran in a way that was more likely to be the same as in production.
I had a terrible time getting wifi working on my Macbook Pro from about the same year. 2012, I think. It semi-worked but was horrifically unreliable and slow.
In the end I just got a tiny USB wifi dongle and plugged it in, rather than using the internal wifi card.
Ok if trying a memory limit of 512MB doesn’t work then I’m out of ideas, sorry.