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/)SA
Posts
0
Comments
28
Joined
2 yr. ago

  • I would actually argue that for privacy reasons when choosing an email provider you should go for one outside of the country you live in, even better go for one in a country that wouldn't comply with your country's court requests for data.

    Edit: ac corrected actually to factually lol

  • Complete nothingburger of a study, which itself is locked behind a $25 paywall to access it. And the author of the article obviously didn't cause there's 0 mention in the article itself about the methodology used to determine the 20% revenue lost (nice round number might I add). The only thing that even alludes to the methodology used in the abstract is

    When Denuvo is cracked very early on, piracy leads to an estimated 20 percent fall in total revenue on average relative to an uncracked counterfactual

    Which really doesn't tell us much, how are these counterfactuals selected in the first place? What is the cirteria? How are you determining that the differences between revenue of a game that was cracked and that went uncracked are due to one game being cracked? How can anyone even confidently claim that they've normalazied the data set enoguh that these differences in revenue are mainly caused by a game being cracked, especially with how rare early denuvo cracks have been in the past few years. Statistically this sounds dubious at best, especially when we have fully open studies (like the one funded by the EU a few years back) that have found no statistical proof that piracy has any impact on revenue ( with the exception of box office revenue of big new movies being leaked and pirated while still in theaters). Surely they wouldn't have missed a 20% meadian difference in revenue.

    Lastly you have major tech news outlets all reporting on a study less than a month after it was made available online. For context the journal containing this study will only be published in jan of 2025.

  • Because you would be using std::shared_ptr<> rather than a raw pointer, which will automatically deallocate the memory when a shared point leaves the scope in the last place that it's used in. Along with std::atmoic

    <shared_ptr>

    implements static functions that can let you acquire locks and behave like having a mutex.

    Now this isn't enforced at the compiler level, mostly due to backwards compatibility reasons, but if you're writing modern c++ properly you wouldn't run into memory safety issues. If you consider that stretching the definition then I guess I am.

    Granted rust does a much better job of enforcing these things as it's unburdened by decades of history and backwards compatibility.

  • There's a reason why data races aren't considered a memory safety issue, because we have a concept that deals with concurrency issues - thread safety.

    Also for all it's faults, thread and memory safety in java aren't issues. In fact java's concurrent data structures are unmatched in any other programming language. You can use the regular data structures in java and run into issues with concurrency but you can also use unsafe in rust so it's a bit of a moot point.

  • That's a fair point, I guess I used binary numbers so much i uni that I just know the small ones by heart and that's why I find it easier. Following the example, I never convert 101 as 4+0+1, I just see it and know it's 5.

  • Read, write, and execute are represented by the numbers 4, 2, and 1, respectively, and you add them together to get the permission

    Maybe I'm the weird one here but this seems like a counter intuitive way to remeber/explain it. Each octal digit in the three digit number is actually just 3 binary digits ( 3 bit flags) in order of rwx. For example read and execute would be 101 -> 5.

  • At the (SQL) database level, if you are using null in any sane way, it means "this value exists but is unknown".

    Null at the SQL means that the value isn't there, idk where you're getting that from. SQL doesn't have anything like JS's undefined, there's no other way to represent a missing value in sql other than null (you could technically decide on certain values for certain types, like an empty string, but that's not something SQL defines).

  • I mean if you had bothered to open the article, it's in the 2nd paragraph:

    The most comprehensive study of global climate inequality ever undertaken shows that this elite group, made up of 77 million people including billionaires, millionaires and those paid more than US$140,000 (£112,500) a year

  • Linking to the great firewall article is completely nonsensical in this context, and you would be aware of that if you had bothered to open the link in my previous comment.

    just so we on the same page, I'm talking about data is gathered, not whether it's protected ( legally ) , idc

    Which is exactly what I'm talking about, which you would again know if you read what I linked.

    I'm not a lawyer but I think somewhere in the DSL it mentions data is collected from companies within China and outside

    It doesn't, what I linked to discusses the very laws you are talking about at length if you are actually interested rather than just spouting nonsense like "it's in the constitution".

    Just so we're on the same page you have no idea about Chinese laws on gathering, processing and handling of data, but you heard it somewhere, repeat it, won't bother to research further and then claim there's no propaganda.

    but why is it hard for you to swallow, knowing that US based companies ( with all the power they have, lawyers.. Etc ) comply with data collection laws

    Because they don't. Evidenced by all the fines the EU is handing out to google, meta, etc. You could also look to all the stuff Snowden blew the whostle on. Do you think they just stopped doing mass surveillance on a global level?

  • especially when you know that that country is heavily invested in cyberwarfare, espionage and censorship.

    Which country isn't? The US does more spying on its own citizens than China could ever dream of doing. The UK is currently trying to pass a bill to break e2ee.

    Even their constitution states that every Chinese product ( software or hardware ), must send data it collects to the government.

    This is false as far as I know, can you provide a source? China has some of the strictest laws on data protection, you can read more about it here: https://academic.oup.com/idpl/article/12/2/75/6537091?login=false

    This is like Apple saying your Android spies on you... lol ( I believe they did say that )

    Not sure where you were going with this. My point is you don't hear any of these concerns raised about any other and as we both agree it's not something unique to China.

    The real reason why you hear a lot of talk about moving production out of China lately is simply because Chinese manufacurers have narrowed the the gap a lot in terms of chip designs and are becoming an actual threat to western comanies' profit margins.

  • Now, is all these news nothing but propaganda?

    Literally yes, not because chinese companies don't spy on you, literally all companies spy on you. You prove it by linking a video about samsung. Google and Apple do the same shit. The fact that software is riddled with spyware has nothing to do with the hardware being manufactured in China. China isn't some big bad, moving production elsewhere will change nothing. Lastly you should be far more concerned about western companies spying on you, the ones that cooperate with your local government and leave backdoors in their OS for NSA and the like. What do you think the CCP is gonna do to you? You're outside of their jurisdiction completely.

    So yes it js just propaganda, in a sense that it's trying to make you think this kind of behavior is somehow unique to Chinese companies or a result of tech being manufactured in China.

  • Using something like DOS is neither preferred nor more safe. Last time MS DOS received a security patch was 23 years ago. It's open to pretty much any security vulnerability you can think of. In case you depend on a DOS app it's preferable to run it on a modern OS that is DOS compatible, windows 10 32bit for example (I believe Win11 still has support). Or even better sandboxed in an emulator like DOSBox on a more secure OS.

  • You should work on your reading comprehension, the other commenter is corret. Mask isn't the root of mascot, mascot is borrowed from french.

    Your own source refutes your comments:

    Try to find any source that claims otherwise.

  • Why would you so confidently try to call somone out without even bothering to look it up?

    The root of the word mascot isn't mask, mascot is borrowed from french mascotte.

    And you linking to a Wiktionary article of a different word doesn't prove any point you're trying to make.

    https://en.m.wiktionary.org/wiki/mascot https://www.etymonline.com/word/mascot

    Feel free to reapond with any source claiming differently

  • You said "directly responsible," which means all or most of the blame in a given situation.

    No it doesn't, it means exactly what it says. The actions of the US directly led to the war.

    I just said Russia was solely responsible, because they chose to invade.

    Completely oblivious take. Tell me why did the US arm and train ultra rightwing groups in ukraine well before the war started? Going as far back as 2013. What was the goals there exactly? You should take your own advice and read a history book cuase the US has been destabilizing regions like this for a while. And every single time it has led to war in the region where they did it. So yes, the US is directly responsible, because this is exactly what they wanted.

    just stop licking Putin's boot

    Is this supposed to mean anything? I've never said a positive thing about Putin in my life. Two things can be bad at once, trying to boil everything down to "Russia bad, NATO good" is completely disingenuous. Furthemore it's detached from reality. Both are bad, a critque of NATO and the US for the part they played in making tha war happen isn't absolution for Russia invading and escalating it to war.

    And the reason all that is important is because, like I said, this isn't anything new. The US has been doing the same thing for decades and will keep doing it as long as people like you keep ignoring it and spouting such nonsensical takes.