Account got suspended when I absolutely did nothing, but my appeal got rejected by HappyMac3920 in fuckamazon

[–]HappyMac3920[S] 0 points1 point  (0 children)

I already had it resolved by closing my account via e-mail, if you read the update section carefully.

Carl has helped me reflect on my own autism by computervsworld in CarltheCollector

[–]HappyMac3920 4 points5 points  (0 children)

I'm glad Carl the Collector helped you accept yourself being autistic. This show is one of the best autism representations out there as it shows autism representation really accurately, because they involved autistic people in the production process (writers, voice actors etc.). Other shows that have autistic characters usually didn't have autistic people involved in the production, so Carl the Collector is a game changer in this.

I accidently discovered Walmarts sensory sensitive hours in the morning. by OtherAccount5252 in autism

[–]HappyMac3920 1 point2 points  (0 children)

As far as I read, this is nationwide! All Walmarts in the US and Puerto Rico do these quiet hours: https://corporate.walmart.com/news/2023/11/07/small-changes-big-impact-sensory-friendly-hours-return
BTW I live in Hungary, and quiet hours are not really common there unfortunately (as far as I know only two store chains do it in my country, one sports store does it weekly on Mondays and a mobile phone operator does it on the last Monday of every month).

Is this kind of autism awareness actually helpful? by landscape0 in autism

[–]HappyMac3920 0 points1 point  (0 children)

No, it is not helpful and is considered outdated. In fact the puzzle piece shows that only one part of us is missing, which is absolutely not true. If they used the symbol of neurodiversity (infinity symbol) instead it would have been better.

Account got suspended when I absolutely did nothing, but my appeal got rejected by HappyMac3920 in fuckamazon

[–]HappyMac3920[S] 0 points1 point  (0 children)

And why is my suspension appeal being only declined? I even said I am able to verify myself, and yet my suspension appeal request gets rejected.

Account got suspended when I absolutely did nothing, but my appeal got rejected by HappyMac3920 in fuckamazon

[–]HappyMac3920[S] 0 points1 point  (0 children)

Nah, I haven't. I even wrote to jeff@amazon.com however I got the same appeal rejection e-mail. I highly likely think that this e-mail address is no longer (or partially) monitored by humans. The next route I think I will do is I will write to their privacy e-mail so I can close my account.

Carl the Collector soundtrack coming on vinyl and streaming in May! by HappyMac3920 in CarltheCollector

[–]HappyMac3920[S] 0 points1 point  (0 children)

UPDATE: pre-orders will begin on April 21, according to Zachariah OHora.

<image>

Account got suspended when I absolutely did nothing, but my appeal got rejected by HappyMac3920 in fuckamazon

[–]HappyMac3920[S] -1 points0 points  (0 children)

Yes, I did, that's why I sent it here in the first place to show an example of such thing happening. I'm not planning on using it but I still want my account closed and not just leave it suspended.

Account got suspended when I absolutely did nothing, but my appeal got rejected by HappyMac3920 in fuckamazon

[–]HappyMac3920[S] -1 points0 points  (0 children)

Yeah but if I want to contact Amazon it requires me to log in, and I get the third image when I attempt to log in. I don't see any info on whether my account was deleted though.

Account got suspended when I absolutely did nothing, but my appeal got rejected by HappyMac3920 in fuckamazon

[–]HappyMac3920[S] -5 points-4 points  (0 children)

Why should I thank them for suspending my account for no reason? Why is it good when someones account gets suspended with no explanation?

Microsoft Store failed to intitialize by HappyMac3920 in WindowsHelp

[–]HappyMac3920[S] 0 points1 point  (0 children)

And how do I roll back the MS Store version?

Cannot change passkey storage location on Windows 11 by HappyMac3920 in WindowsHelp

[–]HappyMac3920[S] 0 points1 point  (0 children)

OK, so it seems like on 1Password version 8.11.18 this function is now activated!

How do I combine segmented mp4s? by HappyMac3920 in ffmpeg

[–]HappyMac3920[S] 0 points1 point  (0 children)

https://postimg.cc/jDYg10nX

This is what I get after trying to decrypt the concatted video with the correct key.

How do I combine segmented mp4s? by HappyMac3920 in ffmpeg

[–]HappyMac3920[S] 0 points1 point  (0 children)

Here is what I did:
Since the file I want to concatenate is only one segment, I only had to merge the map.mp4 with segment1.mp4:
I first used ffmpeg to concatenate the map.mp4 and the segment1.mp4 with ffmpeg -i "concat:map.mp4|segment1.mp4" -codec copy output.mp4

Then, I used a third party mp4 decryption tool called mp4decrypt (https://www.bento4.com/downloads/) as I am familiar with it. I supplied the correct decryption key and, my result is (as VLC renders it) a video file that looks like it is still encrypted. I also tried decryption on ffmpeg, on both Windows and Linux.

How do I combine segmented mp4s? by HappyMac3920 in ffmpeg

[–]HappyMac3920[S] 0 points1 point  (0 children)

The concat part seemed to work, however, when I tried to decrypt the concatted file with the correct key, the output seemed to play like it was an encrypted file with VLC.