There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

lemmy.ml

crowsby , to reddit in Reddit claiming they weren’t recovering deleted posts

The founder of Tildes, Deimos, is a former Reddit backend engineer who believes this is a technical issue rather than a case of Reddit purposefully subverting user intentions:

Yes, this is almost certainly a technical issue. The way reddit caches things probably isn’t the standard way you’re thinking of, like a short-term cache that expires and refreshes itself. There are multiple layers of “cached” listings and items for almost everything, and a lot of these caches are actually data that’s stored permanently and kept up to date individually.

There are also multiple other places and ways that comments are cached—comment trees are cached (order and nesting of comments on a comments page, for all the different sorting methods), rendered HTML versions of comments are cached, API data is probably cached, and so on.

All of these issues are probably just some combination of all of your posts being difficult to find and access due to the listing limits or certain cached representations of posts not being cleared or updated properly.

socsa ,

This isn’t really a good excuse though. Right to be forgotten doesn’t me the right to be forgotten except in a cache loop. Sometimes this stuff is time sensitive.

Jacobp100 OP ,

If you added a 5s delay between deletes, they don’t come back. Not a caching issue

HairHeel , to programmerhumor in Early disappointment
@HairHeel@programming.dev avatar

4 years later: “this button is the wrong color. fix it ASAP”

Zetaphor ,
@Zetaphor@zemmy.cc avatar

I was interviewed with complex logic problems and a rigorous testing of my domain knowledge.

Most of what I do is updating copy and images.

AkumaFoxwell ,
@AkumaFoxwell@feddit.de avatar

This hurts so much because it’s my life :(

cc8 , to selfhosted in [SOLVED] Permission problem with Radarr and smb

Does the ending / intervene maybe?

<pre style="background-color:#ffffff;">
<span style="color:#323232;">  - /mnt/OrbiterVideo/movies/:/movies
</span>

Is the share mounted?

Can you browse the mount from source machine?

Can you browse the share inside the docker container? (–interactive)

Tiritibambix OP ,
@Tiritibambix@lemmy.ml avatar

The ending / wasn’t a problem a few weeks back, but I tried to remove it anyway with no luck. The share is mounted and I can browse it from source machine and container.

cc8 ,

Have you set the correct chown permissions? ls -al /mnt/OrbiterVideo/movies

I have a similiar issue on a plex transcode folder that randomly resets permissions.

Tiritibambix OP ,
@Tiritibambix@lemmy.ml avatar

Sorry if the question is silly, I’m really not good at this: Permissions are drwxr-xr-x (755).

Shouldn’t they be drw-rw-rw- (666) or 777 ?

Other than that, the user:group looks good.

I can’t seem to manage to change permissions anyway

cc8 ,

Can you create files and directories in /movies inside the docker container?

Tiritibambix OP ,
@Tiritibambix@lemmy.ml avatar

No. Permission denied.

cc8 ,

Ok, that means that the issue is slimmed down to the permissions on the mounted smb share. Not docker or radarr which makes it easier to troubleshoot.

I am not a cifs share black belt though but continue from there :)

Tiritibambix OP ,
@Tiritibambix@lemmy.ml avatar

Thanks for trying to help :)

bowreality , to reddit in Reddit claiming they weren’t recovering deleted posts

Mine are staying delete now after initially a few popping back up. What’s more concerning is that I requested my data a few weeks after I deleted my content. I was fully expecting to get empty files but nope ALL of my content. Dating back 10 years is still there! It’s not on my Reddit profile but they clearly kept it somewhere and can recall it whenever they want to. They do not delete the data.

CaptainBlagbird ,
@CaptainBlagbird@lemmy.world avatar

Mine are staying delete now after initially a few popping back up.

Something like this happened for me too, but I believe these were comments that I didn’t yet delete, they just weren’t visible anymore. The older ones started to pop up once there was new space for them after deleting the newer ones. (On your profile not all comments you ever made are visible, only the newest/top/most-controversial ones, depending on what you sort for).

For example in my profile my very first post was visible, but none of the comments I made there. Before deleting the posts I went through each one and deleted my comments that way. There probably still are many comments from me laying around undeleted…

bowreality ,

Mine were fairly recent and needed to be deleted several times to stay deleted. Seemed really random.

HubertManne , to reddit in Reddit claiming they weren’t recovering deleted posts

heck I can't even get my data to begin with. When it did not show they sent me bakc an email saying it would take up to 30 days. today I emailed back that it has been well over 30 days.

argv_minus_one , to programmerhumor in Early disappointment

Since when were Turing machines ever nondeterministic?

fubo ,

If you augment a TM with nondeterminism, it can still be reduced to a deterministic TM.

garyyo ,

Wait till you hear about oracle machines. They can solve any problem, even the halting problem.

(It’s just another mathematical construct that you can do cool things with to prove certain things)

julianh ,

Thanks for the fun rabbit hole. They can’t really solve the halting problem though, you can make an oracle solve the halting problem for a turning machine but not for itself. Then of course you can make another oracle machine that solves the halting problem for that oracle machine, and so on and so forth, but an oracle machine can never solve its own halting problem.

rockSlayer ,

Nondeterministic turing machines are the same kind of impossible theoretical automaton as an NFA. They can theoretically solve NP problems.

christian ,
@christian@lemmy.ml avatar

It’s been a long long time since I touched this but I’m still almost positive deterministic machines can solve everything in NP already.

rockSlayer ,

They exist in the same grammatical hierarchy so theoretically they can solve the same problems. What I should have said was that nondeterministic turing machines can solve NP problems in P

Uprise42 , to memes in Introvert tip #42

Tried this at work the other day. Apparently this doesn’t work in call centers… anyone hiring?

static_motion , to programmerhumor in Early disappointment

Sipser is an absolute banger of a book though.

cosmicboi ,

Sipser?

static_motion ,

“Introduction to the Theory of Computation” by Michael Sipser, a book commonly referred to as simply “Sipser”. My ToC course in uni was based around that book and while I didn’t read the whole thing I enjoyed it a ton.

static_motion ,

“Introduction to the Theory of Computation” by Michael Sipser, a book commonly referred to as simply “Sipser”. My ToC course in uni was based around that book and while I didn’t read the whole thing I enjoyed it a ton.

christian ,
@christian@lemmy.ml avatar

I read it cover-to-cover like fifteen years ago. I’ve lost most of that knowledge since I haven’t touched it in so long, but I remember I really enjoyed it.

Im_old , to selfhosted in [SOLVED] Permission problem with Radarr and smb

I know it’s linux and you never reboot it and yadda yadda, but have you tried rebooting both machines?

For what it’s worth, that’s my fstab entry (it’s mounted with a normal user, which is the same which the containers use). I seem to remember I had to change ownership of the /mnt/nasdownload folder (before the mount) to the user used to mount it.

//192.168.1.10/Download /mnt/nasdownload cifs auto,user,uid=1000,gid=1000,rw,iocharset=utf8,suid,credentials=/root/.smbgringo,file_mode=0770,dir_mode=0770,_netdev,vers=3.0 0 0

Tiritibambix OP ,
@Tiritibambix@lemmy.ml avatar

I tried rebooting with no luck. Changing my fstag entry following your suggestion didn’t work either.

SheeEttin , to selfhosted in [SOLVED] Permission problem with Radarr and smb

So what do the permissions look like on that file? Does it work if you enter the container as that user and try it yourself? If you have selinux enforcing, have you checked its audit log?

Tiritibambix OP ,
@Tiritibambix@lemmy.ml avatar

It has same user:group as files that could be copied before I started having bugs, And that’s the user: group I need. I have this problem with multiple files, downloaded at different times, trying to copy them on different locations on my mount. So my guess as a beginner is that the problem is at the destination. I don’t have selinux.

aberrate_junior_beatnik , to reddit in Reddit claiming they weren’t recovering deleted posts

Thanks for reminding me to delete my account & all its posts

bowreality ,

Keep your account for a while after deleting

Lmaydev , to programmerhumor in Early disappointment

I did games technology at university. We had a module that was just playing board games and eventually making one. Also did an unreal engine module that ended with making a game and a cinematic.

It was awesome.

girltwink , (edited ) to programmerhumor in how am i still single?

I work on software that you’re probably using right now, and my company is like 60% women. It’s wonderful. We spend a lot of our (very few) meetings talking about our feelings, discussing hair and skincare, and gossiping about each other’s love lives. The inter-team drama sometimes gets pretty funny though. We’ve been in a passive-aggressive fued with another team since some time last year.

It’s also extremely gay. Everyone always says they love working with me, but all i do is go around flirting with my work crushes and having fun.

akariii ,

that sounds awsome and cute!

pimeys ,

Hell yeah! Do you need any Rust engineers and where can I apply?

girltwink ,

Sadly no, but we’re writing tons of go!

SpaceCadet , to reddit in Reddit claiming they weren’t recovering deleted posts
@SpaceCadet@lemmy.world avatar

deleted_by_author

  • Loading...
  • Jacobp100 OP ,

    They’d come back after a few days. I’d remember the first few comments at the top of the list, and they’d get deleted for a day or two then re-appear

    deweydecibel ,

    Yeah I think people are looking for a conspiracy here when this seems like much more of a technical thing. I think the person that put together one of the scripts even acknowledged that comments being “restored” were because the script was bad and needed a delay of some kind? Because Reddit has safeguards against mass deletion or editing in this manner in the event of trolls or compromised accounts and so on.

    Like, comments were never meant to be mass deleted in this fashion, and we don’t actually know exactly how reddit handles the requests on their end, so it makes sense some of them got kicked back automatically.

    Reddit is doing more than enough terrible shit we can point to at the moment, don’t need to wind this particular thing up into something it isn’t.

    admiralteal ,

    I definitely do not believe any of these stories of comments intentionally restored. Not one piece of concrete proof of it happening has been submitted by anyone. It's definitely one of those "do your own research" things.

    But also, Reddit is responsible for this situation by not having a first party tool for self-service full account deletions. They deserve all these conspiracies hitting them for omitting such an essential feature.

    RavenFellBlade ,

    Your comment misses the very important point that nobody who experienced this issue had the clairvoyance to screenshot their cleared profile on Day A to prove that their comments were restored on Day B, C, or D. You’re expecting someone to have explicitly predicted that exact circumstance and deliberately documented it before it ever happened to them. That’s like complaining to your neighbor they they can’t prove the scratch wasn’t already in their car door after they watch you hit it with your own.

    admiralteal ,

    These rumors of restored comments have been going on since the start of the reddit blackouts. And they're largely not happening anymore now that the blackouts are over. It was the blackouts. I checked my comments and deleted new ones almost every day during the blackouts, and whenever they "came back" they were all on a previously-private sub and they "came back" as a bloc. It was private subs having comments be private, then turning public/restricted and "restoring" the previously-inaccessible comments.

    Literally just one confirmed case of someone who knew about the "restorations" and took some kind of backup before deleting to prove it happening. Just one case. But there isn't.

    There is absolutely zero chance Reddit would be restoring only certain comments. It would be widespread if they were doing it. They aren't going to send out one of the professional sitewide mods with admin tools to review deletions and randomly restore only certain comments.

    quirzle ,
    @quirzle@kbin.social avatar

    Spot on. Even when they've been caught doing things most people thought was shady (e.g., last year's /r/place manipulation), they tend to not outright deny it, but rather admit it and offer a half-assed explanation and end the conversation at that.

    They wouldn't do something that flagrantly disregards EU/CA privacy laws. If they did it, they'd have have a justification they thought would hold up in court. If they had a justification that held up in court, they'd happily plop it in a comment that's pinned with a few dozen rewards and ignore any responses after that.

    Hunter2 ,

    Regarding PowerDeleteSuite it’s because it hasn’t been updated in multiple years and since then (like a year after the last PDS update) Reddit added a cooldown for editing comments. I assume the same exists for deleting.

    So when you run the script, occasionally you hit the 5-sec cooldown but the script just keeps moving, thinking everything is okay.

    Anticorp ,

    I just used the tool last week and it deleted 3500 comments successfully. A couple of times it encountered errors, but it stopped and asked what I wanted to do before proceeding.

    AverageCakeSlice , to programmerhumor in A helpful mnemonic

    This is legitimately helpful. What on earth are the acronyms actually supposed to stand for?

    Salix ,
    • c = create
    • z = use gzip
    • f = file
    • x = extract
  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • lifeLocal
  • goranko
  • All magazines