When sending a message to Trump it’s best to use lots of pictures and a few short words written in a large font.
Developer of PieFed, a sibling of Lemmy & Kbin.
When sending a message to Trump it’s best to use lots of pictures and a few short words written in a large font.
BTW I recently added the database structure for post licenses and have PeerTube video licence information being saved into the DB when they federate to us. However there is no UI that will let people specify a license for their PieFed posts or comments. The UI needs to present a list of licenses to choose from and reading about all the different ones made my eyes glaze over.
You might like to start there as it seems to be an interest of yours!
Yes we could really do with all of those. Patches welcome. Other than a preference for PEP 8 I don’t have strong opinions about particular linters or formatters.
I see the benefits of types but am not puritanical about it. I’m ok with the way we’re using types at the moment. Most utility functions have types specified, especially those that return database objects so the type information flows up to the routes pretty well. I mostly see it as a way to help my IDE autocomplete work better than as a holy grail. I’m sure there are places where more types could be added but making it a policy that every function must have a type signature seems OTT.
Pretty much.
It’s a hobby project so we work on things we find fun or interesting. To me, tests are neither of those.
Yep, this Python-based project has no tests but not because it’s written in Python, lol
Ok if trying a memory limit of 512MB doesn’t work then I’m out of ideas, sorry.
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.
I have found ft.com to be very unreliable in the past.
You could try to find an open source project to contribute to? That’ll get give you a nice big codebase to grapple with.
This is over 4x longer than the longest undersea cable in the world
HVDC transmission losses are quoted at 3.5% per 1,000 km
So 15.75% of the electricity would just vanish. That takes the shine off it a bit although if the price difference is big enough it would still be worth doing.
You need to install some things (“build dependencies”) before installing this app. Examine the documentation to see what those things are.
Pretty good discussion about this on Mastodon - https://friend.camp/@aparrish/113053044485254385
During my time as an amateur disinfo researcher I found that ALL the fascist groups are on Telegram. Also all the antivaxers, qanon nuts, maga, conspiracy theorists the lot. One big fash melting pot.
Telegram needs to be shut down, years ago.
I quite like how *some* of the arms of the stars touch but not all. The older pentagram gives the impression that everything can connect to everything which has been hard to live up to.
But the ship has sailed and the pentagram has become well established.
FYI 90.6% of all votes are upvotes.
following the first report’s publication, TikTok disabled its hashtag measurement functionality in a move that made it impossible for the researchers to replicate their findings.
Great!
But now try to set a breakpoint and do some debugging and you’ll realise why most devs use real IDEs instead.