nieceandtows

joined 2 years ago
MODERATOR OF
[–] nieceandtows@programming.dev 2 points 2 years ago (4 children)

Hey, looks like the mod status has finally federated. Do I only see new reports from now on, or is there a way to see existing mod reports? I see mod log only contains reports already worked on.

[–] nieceandtows@programming.dev 8 points 2 years ago

This is a straw man argument. You are voting democrat even though they are corporate backed and paid for. So that means you don’t care about workers and are a capitalist corporate shill, right?

Just like you have a reason to vote democrat even if they do things you don’t agree with, others have the same rights to vote for parties even if they don’t align with all the policies of the party.

Stop debating anywhere and everywhere trying to convert people to your cost. There is a time and place for everything. Guerilla debating does more harm than good. Example: this post.

[–] nieceandtows@programming.dev 9 points 2 years ago* (last edited 2 years ago) (7 children)

Yeah I don’t like this behavior. If nothing else, the creator should at least be able to see the post in their profile.

[–] nieceandtows@programming.dev 0 points 2 years ago

At least their TikTok id is visible in the screenshot

[–] nieceandtows@programming.dev 2 points 2 years ago (1 children)

I already have a LW alt, but I hardly ever use it. Wth I'll dust it off for at least a temporary measure, thanks for the suggestion.

[–] nieceandtows@programming.dev 1 points 2 years ago (1 children)

Python:

import sys

input_string = sys.argv[1]

compressed_string = ''
last_letter = ''
letter_count = 0

for letter in input_string:
    if letter != last_letter:
        if last_letter != '':
            compressed_string += last_letter + str(letter_count)
            letter_count = 0
        last_letter = letter
    letter_count += 1
compressed_string += last_letter + str(letter_count)

print(compressed_string)

[–] nieceandtows@programming.dev 5 points 2 years ago (2 children)

I have a 6800 XT. How does 7800XT compare to that?

[–] nieceandtows@programming.dev 1 points 2 years ago (3 children)

So, slight hiccup, I’m not showing as a mod on my instance. The sync issues are supposed to be fixed with 18.4, but it’s still not syncing my moderator status. @pdxfed@lemmy.world has said they would retry after the next version upgrade. Or it might automatically sync after a few days.

[–] nieceandtows@programming.dev 1 points 2 years ago (7 children)

I still don't see my name in the mod list from my instance. Would it take time to get synced?

[–] nieceandtows@programming.dev 3 points 2 years ago (5 children)

Thanks! Haha I'm gonna follow your decision and let it stay, but I'm already nervous for the future reports.

[–] nieceandtows@programming.dev 7 points 2 years ago (1 children)

Not sure why you’re downvoted. The question is not what your favorite stress relief is. It’s about weird ones you’ve heard of. Abusing the homeless is definitely pretty high on weird (and completely shitty) way to stress relief.

view more: ‹ prev next ›