

nightmare fuel - https://www.youtube.com/watch?v=1r6xNYLIUeY
Apparently this is a regular thing in Australia, when I searched ‘mouse plague Perth’ I got videos from 2 weeks ago, 2 years ago, 3 years ago, 5 years ago…
Web developer. Lead developer of PieFed


nightmare fuel - https://www.youtube.com/watch?v=1r6xNYLIUeY
Apparently this is a regular thing in Australia, when I searched ‘mouse plague Perth’ I got videos from 2 weeks ago, 2 years ago, 3 years ago, 5 years ago…

Drowning in mud while trapped in a tank with 3 other guys. New shit way to die unlocked.


Those posts have their language set to French. In your settings at https://feddit.online/user/settings you probably don’t have French as one of your Content Languages.
Please post future questions like this to !piefed_help@piefed.social


the judge ruled that there appeared to be a ‘terrorist connection’ as the activists were attempting to influence the Israeli government by restricting its access to weapons.
This is suuuch a stretch.


The only large mainstream competitor, which would probably benefit from github’s troubles: “We saw github breaking itself regularly because of it’s own slop coding AND flooded with trash vibe coded projects and thought - that’s where we wanna be!”


Yep it was thinking about lemm.ee and dubvee that made me see the overall pattern. It seems obvious now.
Ko-fi is fine, thanks!


Thank you.
Of course most people don’t want to get involved in a messy scene so they keep quiet. I should do that more often!


continue to engage with the community at least on the development side.
Certainly, it’s a FOSS project so I can’t just vanish into an ivory tower :D


Maybe they’ve blocked you.


I don’t know, sorry.


Not even close.
“Impressions” is the amount of time a piece of content was viewed. This is a key metric in advertising-based situations because you want to know the ratio of clicks on the thing vs how many impressions it has to judge how effective a bait it is.


If you wire the panels in series then the total voltage will be the sum of all the panels’ voltages. The final amps will be the amps of the weakest panel.
If you wire the panels in parallel then the max voltage will be the voltage of the weakest panel but the amps will be the sum of all the panels’ amps.
So it depends what your charge controller can handle. High volts or high amps. Also series and parallel react differently to partial shade. I can’t remember the details, only that parallel seems to cope much better.
High voltage (24v or higher, ideally 48v) is good for longer distances as transmitting electricity at 12v suffers losses after a few meters unless you have extremely thick wires. If your panels are < 4 meters from your plug/controller then parallel panels (with it’s lower voltage) will be ok.
Don’t skimp on fuses. If anything goes wrong you want the panels to be cut off, not pumping electrons into the fire.
https://codeberg.org/rimu/pyfedi/src/branch/main/app/utils.py#L1759
if (user.attitude is not None and user.attitude < 0.0) or user.reputation < -10:
# cannot vote
user.attitude is the ratio of upvotes to downvotes that they cast. A value of less than 0 means the user downvotes more often than they upvote.
user.reputation is the sum of all the upvotes they received minus the sum of all the downvotes they received.
Your current attitude is 1.0, the highest possible and your reputation is in the tens of thousands. If you ever decide to cast another downvote then it’ll be accepted.
Last time I checked, about 3% of all users, including inactive accounts, were barred from downvoting. It’s rare. Those people flame out or get banned pretty quickly.
Yes the Reason thing in the modlog is super blunt and might need to be removed/changed in future. I’m not much of a fan of that.
But this is really a symptom of the modlog having massive fundamental design issues. For example the other day someone’s full name was in there and there was no way to remove it, across all instances, without some weird non-obvious workarounds.
It’s public, distributed across hundreds of servers, anyone can create a community and write to it, and it’s write-only. This has obvious abuse potential.
Initially PieFed’s modlog was more locked down but people’s expectations, coming from their time on Lemmy, made me switch it to be the same as Lemmy. Sooner or later this is going to bite us in the ass. Limiting the visibility of the free-text part of the modlog kinda helps but really just papers over the cracks.


If they want to click 3000 buttons, yes. These buttons are not new functionality, it’s been like that since the beginning.
Easier just to empty the relevant database table! It’s called ‘domain’ if anyone in the future finds this.


Here is the user interface for unblocking:



Thank you for that, I’ll think about it.















I really would love to encourage people to react with their own original thoughts, not recycle tired old images over and over.
File deduplication can be handled at the OS level, using btrfs or a S3 server that does it.