Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)A
Posts
8
Comments
97
Joined
3 yr. ago

  • Yeah based on the article SUSE is planning to contribute the Project to an open source foundation, additionally they are going to invest 10+ million dollars. Looking forward to see what open source foundation this is going to.

  • Docker inspect $container should return you most of the info for the container. You can also get a shell inside the container via docker exec -it $container sh. If you have a dockerfile for the container you can see how the container has been set up.

    Additionally the shell history can also yield useful information on what has been done. Docker saves the logs of running containers in /var/lib/docker/containers

  • They don’t even need to scrape it. There is a torrent out there with all the data for the last 10 years or so neatly packaged.

  • Don't forget about the time wasted on social media or other useless stuff on the internet.

  • LFCS should be on par with RHCSA. CKA is also a good certificate which should get you a good return.

    From my point the RHCSA is still a valid exam despite RedHats recent moves. HR Drones and Managers won't care what RedHat is doing as long as they are supporting their products.

  • That kind of people just loves to annoy others. Additionally their echo chamber is just boring and always the same.

    I also had some run ins with strange characters in here, but they stop engaging with you when you don't give into their nonsense and call them out. You can also report them.

  • Their company construct and data sharing within that construct just doesn't align with my values.

  • In the current times Signal is the only viable way on mobile. On PC Matrix is a good alternative for chatrooms with friends.

  • GDPR

    Jump
  • Then message the server admins or you create a PR on the lemmy github page with the missing information. The missing legal footnotes is an issue you have to take up with them or the upstream lemmy repo on github.

  • GDPR

    Jump
  • I'm also no expert, just trying to learn more about the topic as it's kind of interesting to see how other people are interpreting it.

  • GDPR

    Jump
  • Receive users’ consent before you use any cookies except strictly necessary cookies.

    Wouldn't the auth cookie fall into the strictly necessary category?

  • GDPR

    Jump
  • GDPR

    Jump
  • There is only one cookie present when I inspect the Cookies with my browsers dev tools. Which seems to be the auth token for my account.

  • GDPR

    Jump
  • I agree, there is definitely work to be done regarding compliance.

  • GDPR

    Jump
  • GDPR

    Jump
  • Disclaimer: I have no law degree and everything in this post is speculative.

    After reading up on GDPR (https://en.wikipedia.org/wiki/General_Data_Protection_Regulation) it deals with the transfer of personal data to entities outside the EU or EEA for processing. The definition of personal data would be the main point to see if/how GDPR is applicable to lemmy instances. (https://en.wikipedia.org/wiki/Personal_data)

    Your IP address and EMail address could be classified as personal data from my point of view. But this won't be shared or processed outside of the instance as far as I can tell. If your username and associated posts are classified as personal data I can't say, but there seems no connection of these to your IP or Mail outside the instance. According to this TechDispatch (https://edps.europa.eu/data-protection/our-work/publications/techdispatch/2022-07-26-techdispatch-12022-federated-social-media-platforms_en) the instances still must adhere to GPDR, but as there is not much or no processing of personal data taking place this should pose no issue.

    All of this is based on a bit of research, so please enlighten me if I made any mistakes.