Nathan
Nathan
@johnathanmartin Your logic is flawed. It isn't going to be possible to crack that hash due to the length and uniqueness of the input. Now, if everyone was using long,...
>If anyone can find a specific security flaw, rather than a theoretical vulnerability which requires conditions x, y and z. I’d really appreciate that. Okay, let's start again. You're running...
I run my own Mastodon instance. It's small, but my community enjoys interacting with each other. Without the local timeline it completely kills the ability to discover what other people...
I'm getting this too. It's a pretty significant issue because it essentially renders the bot useless.
Edit glide.yaml and replace ``` - package: "github.com/urfave/cli" ``` with: ``` - package: "github.com/urfave/cli" version: "^1.22" ``` It won't compile but it will fix this specific error.
I can confirm this. ``` "whoisserver": "whois.markmonitor.com", "contacts": [ ], "registrar": { "id": null, "name": "MARKMONITOR INC.", "email": null, "url": "http:\/\/www.markmonitor.com" }, ```
I have two daily cron jobs setup: ``` tootctl media remove --days=3 tootctl preview_cards remove --days=3 ``` I also just ran `tootctl media remove-orphans`. Output from `tootctl media usage`: ```...
``` Attachments: 7.58 GB (2.38 GB local) Custom emoji: 685 MB (515 KB local) Preview cards: 104 MB Avatars: 3.25 GB (59.6 MB local) Headers: 7.6 GB (123 MB local)...
@dustinwilson You mention your script avoids nuking follows, but what about followers? Does deleting inactive remote users essentially perform an "unfollow" on local users? Or is it a case of...
This is very likely caused by this which has taken down several instances: https://social.linux.pizza/@selea/109449223271556643 After blocking the domain the queue is draining. Perhaps some detection for blocking ephemeral domains would...