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.

programmer_humor

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

tourist , in Detailed Error Messages
@tourist@lemmy.world avatar

Trying this every time I need to delete an account

Appoxo , (edited )
@Appoxo@lemmy.dbzer0.com avatar

Immediately sue them for DSGVO GDPR

dan ,
@dan@upvote.au avatar

(DSGVO is the German version of GDPR)

Appoxo ,
@Appoxo@lemmy.dbzer0.com avatar

Knew something felt of

CeeBee_Eh , in Detailed Error Messages

What the user was doing is that they don’t trust that the system truly deleted the account, and they worry it was just deactivated (while claiming it was “deleted”). So they tried to do a password recovery which often reactivates a falsely “deleted” account.

I’ve done this before and had to message the company and have them confirm the account is entirely deleted.

x00z ,
@x00z@lemmy.world avatar

Many services have a grace period. Mostly it’s 30-90 days where they keep your data, just in case somebody else decided to delete your account or you were drunk or something. But it could also be for legal reasons, like websites where you can post stuff for everybody to see, in case you post something highly illegal and the authorities need to find you. Another example is where a webshop is required to keep a copy of your data for their bookkeeping.

CeeBee_Eh ,

But it could also be for legal reasons, like websites where you can post stuff for everybody to see, in case you post something highly illegal and the authorities need to find you. Another example is where a webshop is required to keep a copy of your data for their bookkeeping.

None of these require your account to “exist”. There could simply be an acknowledgement stating those reasons with “after X days the data will be deleted, and xyz will be archived for legal reasons”.

Mostly it’s 30-90 days where they keep your data, just in case somebody else decided to delete your account or you were drunk or something

This is the only valid reason. But even then this could be stated so that the user is fully aware. Then an email one week and another one day before deletion as a reminder, and a final confirmation after the fact. I’ve used services before that do this. It’s done well and appreciated.

This pseudo-deletion shadow account stuff is annoying.

x00z ,
@x00z@lemmy.world avatar

None of these require your account to “exist”.

It’s actually much more technical than theoretical. When you delete an account on a website, that is being kept for a little while longer, it merely has field in the database that gets updated. (often with a removal date as well for the automatic removal after x amount of days). This field needs to be checked everywhere the account is used. And account recovery is mostly a part where this is forgotten, or possibly not even wanted.

And to claim this as fact, I just realized that the website I work on allows recovering of banned accounts. (Removed accounts are completely removed though because we don’t need to retain any data).

This is the only valid reason. But even then this could be stated so that the user is fully aware.

Keeping the records for a little while longer is actually implied to be known. It’s in their privacy policy, and is legal.

Whether or not services should make this easier to know exactly what is happening I definitely agree. Personally I think post history without user identifiable data should also be removed, but this is even less common practice (and is why tools exist to delete all your reddit posts for example).

dan ,
@dan@upvote.au avatar

This field needs to be checked everywhere the account is used.

Usually something like this would be enforced once in a centralized location (in the data layer / domain model), rather than at every call site.

for the automatic removal after x amount of days

This gets tricky because in many jurisdictions, you need to ensure that you don’t just delete the user, but also any data associated with the user (data they created, data collected about them, data provided by third-parties, etc). The fan-out logic can get pretty complex :)

x00z ,
@x00z@lemmy.world avatar

Usually something like this would be enforced once in a centralized location (in the data layer / domain model), rather than at every call site.

True. Although not every endpoint is the same, nor is every website or service.

This gets tricky because in many jurisdictions, you need to ensure that you don’t just delete the user, but also any data associated with the user

GDPR specifically mentions user identifiable data. I don’t know about others.

Lemminary , in You want some water?

Why, you want my <p> inside your <div>? We can make that happen 😏

Endmaker OP ,
Lemminary ,
bruhduh ,
@bruhduh@lemmy.world avatar
andioop ,

What show is this?

Endmaker OP ,

Gundam: The Witch from Mercury

xmunk , in I hate it

This is an unacceptable glitch in the universe.

It’s time to reboot it with a patch.

driving_crooner , in Detailed Error Messages
@driving_crooner@lemmy.eco.br avatar

Is that python? If it’s, thank you, finally learned how to format text in a way that can be read on the script and in the execution.

Korne127 ,
@Korne127@lemmy.world avatar

It isn’t, there are curly braces. It’s TypeScript.

driving_crooner ,
@driving_crooner@lemmy.eco.br avatar

Python also have curly bracers, om dictionaries.

Korne127 ,
@Korne127@lemmy.world avatar

Yes, but not for indentation (which is obviously what I meant)

ReveredOxygen ,
@ReveredOxygen@sh.itjust.works avatar

No, but you can do the same in python

driving_crooner ,
@driving_crooner@lemmy.eco.br avatar

I was thinking on trying it. Need to see how it works with f formatting.

alfenstein ,

Looks like TypeScript to me

zaphod ,

As the other comments have already said it’s not Python. Not sure what you mean with text formatting, do you mean that it’s multiple strings that are concatenated using +? You don’t need the + in Python, you can do


<span style="color:#323232;">some_function(
</span><span style="color:#323232;">    </span><span style="color:#183691;">"part one of really long string"
</span><span style="color:#323232;">    </span><span style="color:#183691;">" part two of really long string"
</span><span style="color:#323232;">)
</span>

Which is identical to


<span style="color:#323232;">some_function(</span><span style="color:#183691;">"part one of really long string part two of really long string"</span><span style="color:#323232;">)
</span>
cRazi_man , in I hate it

What about ))-((

xeekei ,

The reverse would be ((-))

Micromot ,

Wouldn’t it be ()-)( as a palindrome?

lugal ,

That’s a palindrome because the reverse is the same. The comment above you shows that the one above isn’t a palindrome since the reverse is different, not showing a palindrome

Micromot ,

Yeah I realized

Gsus4 , in I hate it

Oh god, please no 😄

thisfro , in I hate it

It looks very weird, but if you put it like abab vs abba, it makes more sense

Wilzax ,

bdbd is not a palindrome but bddb is

Klear ,

I hate it

lugal ,

This is much easier to parse for me than the one in the post. Interesting. I guess letters are easier to abstract

30p87 ,

Yes, baddragonbaddragon is, in fact, not a palindrome.

davidagain ,

Username checks out.

Sparky ,
@Sparky@lemmy.blahaj.zone avatar

:3

intensely_human ,

bddb is my favorite word to pronounce

kambusha ,

I think you just hacked my modem

kamenlady ,
@kamenlady@lemmy.world avatar

Maijin bddb

ninja ,

do you have to say it while flipping your finger up and down over your lips?

houndeyes ,

Is it pronounced like that Super Troopers Porsche song? https://media1.tenor.com/m/22Q5hBvFOxIAAAAC/super-troopers-feather.gif

davidagain ,

I hate this even more than the original one. At least the original one had a horizontal line of symmetry to calm me a bit.

raman_klogius ,

mamma mia

bruhduh , in You want some water?
@bruhduh@lemmy.world avatar

True hydrohomie

RiikkaTheIcePrincess , in I hate it
@RiikkaTheIcePrincess@pawb.social avatar

That’s horrible and horrifying and I’m never gonna sleep again and also I hate you :(

bruhduh , in I hate it
@bruhduh@lemmy.world avatar

What about ⊂⁠(⁠(⁠・⁠▽⁠・⁠)⁠)⁠⊃

palordrolap ,

⊃))⁠・⁠▽⁠・(⁠(⊂

oce ,
@oce@jlai.lu avatar

(╯°□°)╯︵ ┻━┻

radicalautonomy ,
@radicalautonomy@lemmy.world avatar

┻━┻ ︵╯)°□°╯(

palordrolap , in I hate it

Yes it does bother me a little that the letters in the latter half of my username can't be written backwards. (Well, some can, and the p can become a q, but then it's not a p any more.)

FreshLight , in I hate it

Thank you for letting me hate it as well.

Evil_Shrubbery , in I hate it

I’m not saying I was having a good day before, but this made it that lil bit worse.

chahk , in How would your codebase (personal projects, work projects etc.) look as a burger?
  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines