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

help-circle



  • I don’t know where I read it but IIRC religion is being used as a simple answer to very difficult and possibly uncomfortable questions: why are we here and what is our purpose?

    It is fairly easy to believe that something, a god, created us instead of that the existence of humanity was just a fluke, a stroke of luck enabling us to evolve were we are now because it is just easier to grasp even if it is proven. That we evolved from simple beings into more complex organisms instead of just “being created”. Evolution creates so many quite difficult questions that it is easier to understand and believe that someone just wanted us to exist.

    When someone is believing in a religion they also always have some form of " it won’t be over" scenario like when you die, there is nothing truly “the end”. You just won’t vanish and this can be terrifying for many because the following question could be, what sense does it make to live at all when our existence is just so insignificant in comparison to everything else?

    So, in short, it is an easy too to make sense of things that almost everyone can understand it.

    Unfortunately, things like this can and will be abused.




  • Connectivity or rather the lack of it…

    I have a Samsung TV and recently got a new cooling fan and now when I start the fan when my TV is on, it says it detected a new device. I don’t know what my TV would want with a fan maybe control the speed for more immersion?

    But there is also no way for me to disable that. I also got regular requests of my neighbor’s to connect to my TV until I disabled the notification for it. No, I couldn’t disable that my TV doesn’t even allow it to be seen, I had to enable to not automatically connect devices and disable that notifications are being shown. That thing isn’t even connected to the internet.



  • 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.





  • A year or so ago I actually tried to get into Jellyfin and it wasn’t really that pleasant experience.

    A bit of background: I am mainly a Java and JavaScript developer and have used Plex for over a decade now. I even developed a Plugin for Plex with Python. Naturally, Jellyfin came across my radar so I checked it out but they didn’t have a Metadata Provider for the Metadata Source that I needed for some of my Libraries. There were alternatives but this would require to completely change my libraries which I wasn’t interested in.

    So, I set out to just do it myself. I did know some C# but was by far not as up-to-date as you could be but I didn’t really care because I wanted to see how that project went and if I could get into it I could learn more about C# while doing it.

    However, while I could get the Plugin compiled and loaded into a Jellyfin instance and even get some metadata downloaded, I quickly hit brick walls. From what I could tell, there weren’t even method comments for, you know, methods you need to implement so that you can write a metadata provider.

    Not being able to resolve this through trial and error or looking at other currently active Providers (who seem to all do things differently, so no consistency) I asked on the Jellyfin Subreddit for help and got told to use the Matrix Chat instead. This was already annoying because that isn’t how you amass knowledge that someone can fall back to and find when they have questions because Matrix is a walled garden. Regardless I asked there as well and didn’t get any help or the responses didn’t really help me.

    So, I shelved the project.

    What I want to say here is that FOSS Projects like Jellyfin should prioritize their documentation. The easier it is for people to understand how things work and “get into” the project the more people would be willing to actively contribute. I know that what I described above could just be my inexperience or lack of understanding and knowledge of C# and everything around it but I would imagine that many developers are in the same situation as me and would like to contribute but can’t get over those hurdles. This is even worse for new developers who might want to stretch their legs in the Open Source community but are still learning.

    Reading this with “we need developers” and “you can contribute to our documentation” looks a bit contradictory to me because shouldn’t the “experienced” contributor not create the documentation?