what were the titles of your posts?
I found a number of articles specifically stating that video games and software remain illegal. Unfortunately I couldn’t pinpoint the specific part of the law as they appear to br written in French and was running into hurdles with Google Translate character limits that I couldn’t be bothered to work around.
I’m not sure if it’s explicitly illegal or if music, videos, etc are explicitly exempted, or if software etc is different due to terms of service for example.
Furthermore, it’s illegal for anyone to record your IP address torrenting a work and track you down that way as it violates Swiss data protection laws.
In Switzerland, individuals are still free to download whatever files they like for their own private use (except for software and video games).
Note that uploading or seeding a copyrighted work, which was a misdemeanor under the previous law, remains illegal.
source: With P2P law, Switzerland reaffirms its commitment to privacy
I don’t think it’s literally a search and replace but a part of the prompt that is hidden from the user and inserted either before or after the user’s prompt. Something like [all humans, unless stated otherwise, should be ethnically ambiguous]. Then when generating it’s got confused and taken it as he should be named ethnically ambiguous.
On new installs it does force you. I had to do it today (Windows 10). There are workaround such as attempting to log into a banned account, or other weird hacks involving disconnecting the internet and know the right combinations of hidden menus to navigate.
All true points. There’s also a point to be made about allocation of resources. Should you be spending millions marketing a broken game?
I would have but I don’t want to tie my Lemmy account to my actual identity :/
It’s great to see the attempt and also an example of what the C4 guidelines are made to avoid.
Notice how many comments are little nitpicks about this and that. Completely stalling the commit and getting further away from the original point of C4 which is to reduce contributor friction and avoid these kind of endless discussions on PRs.
I don’t want to be too critical because some of that is a clear lack of understanding of the motivations of C4 which is explained more thoroughly in Pieter’s blog posts. You don’t want to adopt a contributor guidelines that you don’t understand of course.
IMO it’s better just to implement it as-is and start using it in practice rather than bikeshedding.
deleted by creator
I dropped it with a pop socket on the back and it landed right on the pop socket. You can see where it pushed through the display and caused that circular crack. It was maybe 80% as bad when it happened, the other 20% happened after using it for a year like that. I got so used to reading text only on the top half of the screen 🤣 I loved that phone so much I didn’t want to get rid of it which I only did because large pieces of glass were coming out.
I ended up getting a Pixel 7 Pro. I only ever had Google phones before the 1+ so it made sense just to switch back after the direction 1+ took around that time.
I could never get Google Pay working properly with a custom ROM. Plus the screen looks like this:
There’s a number of them as the idea grows. See also the C4 process RFC
I’m still never going back to OP after they fucked up Oxygen OS. I held onto that OP 7T Pro for the longest time.
Yes that’s right. I was only just transitioning into adulthood and Pieter mentored me and profoundly changed how I view many things. It wasn’t just zeromq but that was the main thing. I still keep his books at hand on my bookshelf. His death impacted me greatly.
Btw dev mode is officially support by LG and is not “patched” out. Maybe you mean the unofficial root exploit?
And yes developer mode does need to be refreshed but I believe once you have a custom app sideloaded then you may not need to refresh it. At least I haven’t needed to refresh it or even have the dev mode app continue to be installed. The “refresh” is to keep the connection to your computer open which isn’t needed.
Yes it is. The code is in Bitcoin Core so there’s a non-zero chance you win at life if you want to try.
This is not an answer to your question but it’s tangentially related.
Someone I greatly respected ran an open-source project with the policy of merge everything. Completely flip this idea of carefully review, debate and revise every PR. His theory was that it helps to build an open community, and if something breaks someone else will revert that commit. He says that the main branch was almost always stable, a massive improvement to how it was run previously. He passed several years ago and for some reason this reminded me of him.
I guess what I’m trying to say is if you get something out there that people find useful, the code will be looked at. It doesn’t help you if you’re looking for someone to collaborate sorry.
Last time I had a pi-hole running it didn’t effect YouTube ads and was known not to as pi-hole works at the DNS layer but YouTube ads are served from the same DNS endpoint.
You could download a terminal app (termux from f-droid) and run
ls > file.txt
. You would first want tocd
(change directory) to the location you’re interested in. This will generate afile.txt
with the output ofls
(list files command).