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

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



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


  • As long as people pay for it and they make massive profits through it.

    I mean, look at the last situation in which netflix addressed account sharing. Their user number actually increased because of it from what I have read.

    Those people that can’t afford it will most likely switch to a less expensive tier and then probably see ads. I have seen that recently with my father who wasn’t even bothered or annoyed by the constant ads while watching a single episode.


  • I just skimmed through the “right to be forgotten” site from the EU and there is nothing specifically mentioned about “search engines” or at least not from what I can find.

    Basically, ANY website that has users from the EU needs to comply with the GDRP which means that you have the “right to be forgotten” when:

    • The personal data is no longer necessary for the purpose an organization originally collected or processed it.
    • An organization is relying on an individual’s consent as the lawful basis for processing the data and that individual withdraws their consent.
    • An organization is relying on legitimate interests as its justification for processing an individual’s data, the individual objects to this processing, and there is no overriding legitimate interest for the organization to continue with the processing.
    • An organization is processing personal data for direct marketing purposes and the individual objects to this processing.
    • An organization processed an individual’s personal data unlawfully.
    • An organization must erase personal data in order to comply with a legal ruling or obligation.
    • An organization has processed a child’s personal data to offer their information society services.

    However, you cannot ask for deletion if the following reasons apply:

    • The data is being used to exercise the right of freedom of expression and information.
    • The data is being used to comply with a legal ruling or obligation.
    • The data is being used to perform a task that is being carried out in the public interest or when exercising an organization’s official authority.
    • The data being processed is necessary for public health purposes and serves in the public interest.
    • The data being processed is necessary to perform preventative or occupational medicine. This only applies when the data is being processed by a health professional who is subject to a legal obligation of professional secrecy.
    • The data represents important information that serves the public interest, scientific research, historical research, or statistical purposes and where erasure of the data would likely to impair or halt progress towards the achievement that was the goal of the processing.
    • The data is being used for the establishment of a legal defense or in the exercise of other legal claims.

    The GDPR is also not particularly specific and pretty vague from what I have read which will also apply to AI and not just “google searches”.

    https://gdpr.eu/article-17-right-to-be-forgotten/

    That means that anyone who gathered the data with or without the consent of the user will have to apply for that if they are serving the application to EU users. This also includes being able to be forgotten so every company has to have the necessary features to delete the data.

    And since the Regulation (it is NOT a law), is already a few years old now and the company that should delete your data does not in fact delete it “without undue delay”. So the arguments “but we can’t” or “it takes too much time” aren’t really valid here, this should have been considered when the application was written/designed.

    However, as stated in the contra points above, someone might argue that AI like ChatGPT could operate in the interest of research or the public interest and that a deletion of that data or data set could “impair or halt progress to that achievement that was the goal”.

    That means that from my knowledge right now it is pretty clear. If someone has private data about you, you can request them to be deleted and that should be done without delay which seems to be that the company has one month to comply with that request.

    But, these are just the things I could gather from the official websites.