• 0 Posts
  • 13 Comments
Joined 1 year ago
cake
Cake day: June 20th, 2023

help-circle


  • You know, I was really sick and tired when they updated the nvidia shield with the new android TV version that makes most of the screen show stuff that are basically ads. It didn’t even let me show only stuff I was interested in and this constant “oh you are hovering over this item for 0.000001s so you seem to be interested in this, let me start the video for you with audio” no god damnit I was reading something else or got a text.

    I had to install a different launcher so that I could only show on the screen what I actually wanted to see. I have basically removed or reduced all ads as much as I ca.

    Lately, I was at my parents place and they don’t have that stuff. Even the 1.5 minutes of ads for a free service is so disruptive to me watching something.

    What has this to do with PlayStation?

    Well, on the shield you are still able to install a custom launcher that is more to your liking, you could disable the internet access and completely stream your own local content. But on the PS, you don’t have that option and are completely at the mercy of what they think you should watch and see on your screen that you bought with a console that you also bought with your own money.


  • It goes even beyond that.

    With a dedicated app, you go into the store and install it and then you have it in your apps that you then can place everywhere.

    With a website, you need to have the browser, navigate to that website each time. And yes, you could put a link to that website on your home screen as well but not many user are probably aware of that being an option.

    I know that but I still would prefer a dedicated app because it is easier to manage and use more features of my phone. For example, I just tried it on my android phone and the link to a website always opened a new tab in my Firefox.

    Then I can manage the notifications of that app depending on what I want it to notify me about.

    I can’t do that specifically for a single app or website in a browser.

    On the other hand, I also wouldn’t want to miss a website because I am not always on my phone and, in some cases, it is way more annoying to do something over the phone because I am just not used to it (like writing this comment). Doing that over a website version that I can access on my PC is much easier and convenient.


  • It’s a bit of an infuriating story that I had not so long ago.

    I have a Playstation account and I recently wanted to log into that account on the PlayStation website. The Password I had saved in my Bitwarden Password Manager was apparently wrong. Okay, then I will just reset it, that’s fine.

    I went through the Password reset process and generated a new Password, pasted it into the Password field and sent it and everything was fine. I tried to log in with that password and was told that the username or password was wrong. Okay, that is weird, since I reset the password just now the login name couldn’t be wrong because, well, I just used that for the reset.

    I tried that several times with the same result and gave up.

    A few months later, I wanted to try again and had the same problem. I wanted to sort that out so I went through the same process with the Support bot yet again which then told me that I should come back in the “office hours”. A company making 84 billion in revenue should be able to employ 24/7 customer service or at least tell me that when I request support and not let me go through the bot again.

    So, I waited for the customer service personnel to be available and told them my problem. There I was told that “everything was looking fine on their end” and they quickly ended the support. I mean, yes, I was angry but wasn’t abusive to that person because if you couldn’t help me what should I do with my account, it also definitely wasn’t their specific fault. But I would, at least, have expected more than “Well, works on our end, sucks for you, bye”.

    The next time I tried again and got a more competent Support dude and we ran through the same troubleshooting steps as before. Reset password (even though I just did that, again, through the bot), logged in again and failed again. This time they suggested that I could use a “normal” password that I don’t generate. THAT worked for some reason.

    All of my generated passwords in Bitwarden are up to 32 long with all possible characters, depending on what the website allows or expects. If a website, for example, doesn’t allow 32 characters, I adjust and shorten it to the maximum length they allow. That worked without issues so far.

    Well, turns out that the field that you use to reset your password has a character limit of 30 characters. But, this would be fine if the dialogue tells you that your password is too long, but it doesn’t. It just cuts off at 30 characters and happily saves that.

    However, the Password field that you use to log in doesn’t have that restriction.

    This means that you reset your password with a 32-character long generated password, which is saved in your vault, PlayStation saves a 30-long password and then you use the 32-long password to log in, which fails because it isn’t the same.

    And this isn’t even mentioned in the password guidelines. It only said “min 8 characters” but not the maximum.


  • Well, I can only speak from my own experience.

    When the PS5 launched I wanted to upgrade but you literally couldn’t get it because it wasn’t in stock anywhere. You could only find it on eBay of some private seller that started at almost double the price, no, thank you. Then Sony introduced this “Register and on the next event you get a slot to buy one from the official Website” which was great. I got invited the first time and literally couldn’t buy it because the website was broken. Whenever I wanted to select my payment method the checkout got blank and there was nothing you could do. Even worse was that you couldn’t hard refresh the shop because this would have killed the session that the website needed to allow you to buy it. So, even switching browsers with the same “invitation link” didn’t work. I reported this to the support, but they didn’t really care. half a year later, I got my second invitation link and the same happened then as well. I reported it again to the support, but they still didn’t know what to do with that information or wanted to troubleshoot this.

    And now, there isn’t really a need for it anyway. The Games that I would have wanted to buy on the PS5 released on the PC.




  • I would recommend watching the video…

    What you say is “easy” is great for a comment on Reddit or Lemmy but it doesn’t really provide anything to the actual problem.

    The problem is that a company “just” doesn’t, why would they do this anyway? It would open their IP to be forked, modified and used for something else by someone else. That isn’t what they want you to do.

    Since there is no incentive and no one is forcing them to do this they just keep doing whatever they want. It was mentioned in the video that there is absolutely no regulation or anything in that regard available ANYWHERE in the world, not even in the EU.

    THIS is what the video and Ross Scott want to achieve, that there either will be regulations for it so that Game developers and Publishers can’t just create games with some mandatory server backend running that is shut down in a couple of years OR that there is at least some way of saying “well, we don’t care” so that the consumer can actually do anything about it on their own end.

    So it is easy to say they “just” have to do X or Y but the past and the increasing games relying on things like this have shown that they won’t do anything about it because nothing is stopping them.


  • Unraid “supports” docker compose. You can install and use it but you won’t be able to utilize how unraid handles docker containers.

    All that unraid does is make docker more accessible for the normal user. In the end the container template constructs a docker run command.

    So you could use portainer to manage stacks through a webui or install compose and have to SSH into the unraid server all the time.



  • I had the pleasure recently to create an ffmpeg command to transcode a video into HEVC 10bit with quicksync.

    I had tha previously running completely fine on my Nvidia GPU. You would think that it would just be replacing the parameter which device or hardware acceleration to use.

    Yeah, turns out that there are like 4 ways to set the quality value of the transcoded output, CRF didn’t work for some reason with quick sync so you need to use global quality or something. I spend days on this trying to figure this out, DAYS.

    It is a very powerful tool but every time I have to use it, it is too complicated and I have to spend hours or days to get it working.